| 123456789101112131415161718192021222324252627 |
- <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
- <cu-custom bgColor="bg-color" isBack="{{true}}" title="商品详情"></cu-custom>
- <view>
- <view>
- <view class="goodImage">
- <image src="{{icon}}"></image>
- </view>
- <view class="goodName">
- <view class="score">
- <text>{{name}}</text>
- </view>
- <view class="name">
- <text>价格:<text>{{price}}</text></text>
- <view>
- {{tags}}
- </view>
- </view>
- </view>
- </view>
- <view class="goods_content">
- <view>产品详情介绍</view>
- <rich-text nodes="{{content}}"></rich-text>
- </view>
- </view>
- <view class="but">
- <view bindtap="exchange">立即下单</view>
- </view>
|