Ver código fonte

拼团分享bug修改

tags/安徽版C.4.1.6最终版
海洋之声 6 anos atrás
pai
commit
d97b59e230
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      pages/joinFrDpell/index.wxml

+ 2
- 2
pages/joinFrDpell/index.wxml Ver arquivo

@@ -45,7 +45,7 @@
</view>
<view class='edit'>
<button class='goback' bindtap='gotoIndex'><image src='{{home}}' mode="widthFix"></image></button>
<view class='edit-left' bindtap='{{canBuyIf?"gotoBuy":""}}'>
<view class='edit-left' wx:if='{{data.id}}' bindtap='{{canBuyIf?"gotoBuy":""}}'>
<view class='edit-left-top'>
<view class='price'>{{data.price}}</view>
<view class='price-unit'>元</view>
@@ -53,7 +53,7 @@
<view class='edit-left-bottom'>立即购买</view>
</view>
<!-- <button class='edit-right' id="shareBtn" open-type="share"></button> -->
<view class='edit-right' bindtap='{{canSpell?"gotoSpell":""}}'>
<view class='edit-right' wx:if='{{data.id}}' bindtap='{{canSpell?"gotoSpell":""}}'>
<view class='edit-right-top'>
<view class='real-price'>{{data.salePrice}}</view>
<view class='real-price-unit'>元</view>


Carregando…
Cancelar
Salvar