|
@@ -28,10 +28,10 @@
|
|
|
<view class='money font-color'>
|
|
<view class='money font-color'>
|
|
|
¥
|
|
¥
|
|
|
<text class='num'>{{storeInfo.price}}</text>
|
|
<text class='num'>{{storeInfo.price}}</text>
|
|
|
- <text class='vip-money' wx:if="{{storeInfo.vip_price && storeInfo.vip_price > 0}}">¥{{storeInfo.vip_price}}</text>
|
|
|
|
|
- <image wx:if="{{storeInfo.vip_price && storeInfo.vip_price > 0}}" src="/images/vip.png"></image>
|
|
|
|
|
|
|
+ <!-- <text class='vip-money' wx:if="{{storeInfo.vip_price && storeInfo.vip_price > 0}}">¥{{storeInfo.vip_price}}</text> -->
|
|
|
|
|
+ <!-- <image wx:if="{{storeInfo.vip_price && storeInfo.vip_price > 0}}" src="/images/vip.png"></image> -->
|
|
|
</view>
|
|
</view>
|
|
|
- <view class='iconfont icon-fenxiang' bindtap='listenerActionSheet'></view>
|
|
|
|
|
|
|
+ <!-- <view class='iconfont icon-fenxiang' bindtap='listenerActionSheet'></view> -->
|
|
|
</view>
|
|
</view>
|
|
|
<view class='introduce'>{{storeInfo.store_name}}</view>
|
|
<view class='introduce'>{{storeInfo.store_name}}</view>
|
|
|
<view class='label acea-row row-between-wrapper'>
|
|
<view class='label acea-row row-between-wrapper'>
|
|
@@ -45,13 +45,13 @@
|
|
|
<view class='activity'>赠送 {{storeInfo.give_integral}} 积分</view>
|
|
<view class='activity'>赠送 {{storeInfo.give_integral}} 积分</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class='coupon acea-row row-between-wrapper' bindtap='coupon' style="{{ storeInfo.give_integral > 0 ? 'margin-top:0;':''}}">
|
|
|
|
|
|
|
+ <!-- <view class='coupon acea-row row-between-wrapper' bindtap='coupon' style="{{ storeInfo.give_integral > 0 ? 'margin-top:0;':''}}">
|
|
|
<view class='hide line1 acea-row'>
|
|
<view class='hide line1 acea-row'>
|
|
|
优惠券:
|
|
优惠券:
|
|
|
<view class='activity' wx:for="{{couponList}}" wx:key='index'>满{{item.use_min_price}}减{{item.coupon_price}}</view>
|
|
<view class='activity' wx:for="{{couponList}}" wx:key='index'>满{{item.use_min_price}}减{{item.coupon_price}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='iconfont icon-jiantou'></view>
|
|
<view class='iconfont icon-jiantou'></view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="coupon acea-row row-between-wrapper" wx:if="{{activity.length}}">
|
|
<view class="coupon acea-row row-between-wrapper" wx:if="{{activity.length}}">
|
|
|
<view class="line1 acea-row">
|
|
<view class="line1 acea-row">
|
|
|
<text decode="{{true}}" space="{{true}}">活 动:</text>
|
|
<text decode="{{true}}" space="{{true}}">活 动:</text>
|
|
@@ -176,9 +176,12 @@
|
|
|
<form wx:else>
|
|
<form wx:else>
|
|
|
<button class='buy bnts bg-color-hui'>已售罄</button>
|
|
<button class='buy bnts bg-color-hui'>已售罄</button>
|
|
|
</form>
|
|
</form>
|
|
|
|
|
+ <form bindsubmit="listenerActionSheet">
|
|
|
|
|
+ <button class='share bnts' formType="submit">分享</button>
|
|
|
|
|
+ </form>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <shareRedPackets sharePacket="{{sharePacket}}" bind:listenerActionSheet="listenerActionSheet"></shareRedPackets>
|
|
|
|
|
|
|
+ <!-- <shareRedPackets sharePacket="{{sharePacket}}" bind:listenerActionSheet="listenerActionSheet"></shareRedPackets> -->
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 分享按钮 -->
|
|
<!-- 分享按钮 -->
|
|
|
<action-sheet hidden="{{actionSheetHidden}}" bindchange="listenerActionSheet" class='pro-wrapper' hover-class='none'>
|
|
<action-sheet hidden="{{actionSheetHidden}}" bindchange="listenerActionSheet" class='pro-wrapper' hover-class='none'>
|
|
@@ -207,4 +210,4 @@
|
|
|
<authorize bind:onLoadFun="onLoadFun" isAuto="{{isAuto}}" iShidden="{{iShidden}}"></authorize>
|
|
<authorize bind:onLoadFun="onLoadFun" isAuto="{{isAuto}}" iShidden="{{iShidden}}"></authorize>
|
|
|
<!-- html转wxml -->
|
|
<!-- html转wxml -->
|
|
|
<import src="/wxParse/wxParse.wxml" />
|
|
<import src="/wxParse/wxParse.wxml" />
|
|
|
-<home></home>
|
|
|
|
|
|
|
+<!-- <home></home> -->
|