2019-05-10 09:43:53 +08:00

57 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<navbar parameter='{{parameter}}'></navbar>
<view class='product-con'>
<productConSwiper imgUrls='{{imgUrls}}'></productConSwiper>
<view class='nav acea-row row-between-wrapper'>
<view class='money'>¥<text class='num'>{{storeInfo.price}}</text><text class='y-money'>¥{{storeInfo.ot_price}}</text></view>
<view class='acea-row row-middle'>
<view class='time'>
<view>距秒杀结束仅剩</view>
<view class='timeCon'>
<text class='num'>{{countDownHour}}</text>
<text class='num'>{{countDownMinute}}</text>
<text class='num'>{{countDownSecond}}</text>
</view>
</view>
<view class='iconfont icon-jiantou'></view>
</view>
</view>
<view class='wrapper'>
<view class='introduce acea-row row-between'>
<view class='infor'> {{storeInfo.title}}</view>
<button class='iconfont icon-fenxiang' open-type='share'></button>
</view>
<view class='label acea-row row-middle'>
<view class='stock'>库存:{{storeInfo.stock}}{{storeInfo.unit_name}}</view>
<view>销量:{{storeInfo.sales}}{{storeInfo.unit_name}}</view>
</view>
</view>
<view class='attribute acea-row row-between-wrapper' bindtap='selecAttr'>
<view>{{attr}}<text class='atterTxt'>{{attrValue}}</text></view>
<view class='iconfont icon-jiantou'></view>
</view>
<view class='product-intro'>
<view class='title'>产品介绍</view>
<view class='conter'>
<template is="wxParse" data="{{wxParseData:description.nodes}}"/>
</view>
</view>
<view style='height:120rpx;'></view>
<view class='footer acea-row row-between-wrapper'>
<button open-type="contact" class='customerSer acea-row row-center-wrapper row-column'>
<view class='iconfont icon-kefu'></view>
<view>客服</view>
</button>
<view class='bnt bg-color' bindtap='goCat'>立即购买</view>
</view>
</view>
<product-window
attribute='{{attribute}}'
productAttr="{{productAttr}}"
productSelect="{{productSelect}}"
bind:myevent="onMyEvent"
bind:ChangeAttr="ChangeAttr"
bind:ChangeCartNum="ChangeCartNum"
></product-window>
<import src="/wxParse/wxParse.wxml"/>
<home></home>