No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <view class="commodityBox">
- <view class="commodityImgBox">
- <image class="commodityImg" src="{{data.coverImg}}"></image>
- </view>
- <view class="contentBox">
- <view class="topBox">
- <view class="title">{{data.title}}</view>
- <view class="unit">{{data.type==50?priceAndStockObj.creditPrice+'积分':'¥'+priceAndStockObj.salePrice/100}}</view>
- </view>
- <view class="subhead"> {{data.subTitle}}</view>
- </view>
-
- <view class="app-border-topX">
- <view class="actually"> 实付 </view>
- <view class="payZ">{{data.type!=50?'¥':''}}</view>
- <view class="price">{{data.type==50?priceAndStockObj.creditPrice+'积分':priceAndStockObj.salePrice/100}}</view>
- <view class="buyX" bindtap="orderFunc">{{data.type==50?'立即换购':'提交订单'}}</view>
- </view>
- <phoem showBox="{{showPhoem}}" bind:hiePhoen="setPhone" bind:heiBox="setBox"></phoem>
- </view>
- <view class="go" bindtap="goInstructions">
- <view class="goTitle">使用须知</view>
- <image class="goImg" src="../../../assets/itemImg/chevron.png" ></image>
- </view>
|