mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-19 16:13:50 +00:00
57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
<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>
|