zyShopInfo.wxml 751 B

123456789101112131415161718192021222324252627
  1. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  2. <cu-custom bgColor="bg-color" isBack="{{true}}" title="商品详情"></cu-custom>
  3. <view>
  4. <view>
  5. <view class="goodImage">
  6. <image src="{{icon}}"></image>
  7. </view>
  8. <view class="goodName">
  9. <view class="score">
  10. <text>{{name}}</text>
  11. </view>
  12. <view class="name">
  13. <text>价格:<text>{{price}}</text></text>
  14. <view>
  15. {{tags}}
  16. </view>
  17. </view>
  18. </view>
  19. </view>
  20. <view class="goods_content">
  21. <view>产品详情介绍</view>
  22. <rich-text nodes="{{content}}"></rich-text>
  23. </view>
  24. </view>
  25. <view class="but">
  26. <view bindtap="exchange">立即下单</view>
  27. </view>