productContent.wxml 553 B

1
  1. <view class="introduce-section"><button class="shareDate" style="border:none;" open-type="share" data-event-opts="{{[['tap',[['open',['$event']]]]]}}" bindtap="__e"><image class="share-img" src="../../../static/icon/share.png"></image></button><view class="price-box"><text class="price-tip">¥</text><view class="price">{{''+goodsObjact.price+''}}<block wx:if="{{goodsObjact.ot_price>goodsObjact.price}}"><text class="m-price">{{"¥"+goodsObjact.ot_price}}</text></block></view></view><text class="title clamp2">{{goodsObjact.store_name}}</text></view>