Commit f170f85fd61d14e22a075b5cf4b3c057a7ad24f1
1 parent
6535bd14
商品详情的价格修改
Showing
2 changed files
with
11 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -235,6 +235,9 @@ |
235 | 235 | <view class="fs24 white view card-name ellipsis-1">{{card_name}}</view> |
236 | 236 | </view> |
237 | 237 | <text class="rel yuan">¥</text>{{filters.toFix(data[card_field],2)}} |
238 | + <view class='yj' style="top:35rpx"> | |
239 | + <text>原价:¥{{data.market_price}}</text> | |
240 | + </view> | |
238 | 241 | </block> |
239 | 242 | <block wx:else> |
240 | 243 | <text class="rel yuan">¥</text>{{ filters.toFix(data.shop_price,2)}} |
... | ... | @@ -255,7 +258,10 @@ |
255 | 258 | <image class="img" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image> |
256 | 259 | <view class="fs24 white view card-name ellipsis-1">{{g_filters.get_card_price(data,card_list,1)}}</view> |
257 | 260 | </view> |
258 | - <view class="fs32 xc-black3 ai_and"><text class="fs26">¥</text>{{g_filters.get_card_price(data,card_list,0)}}</view> | |
261 | + <view class="fs32 xc-black3 ai_and carde_frame"> | |
262 | + <text class="fs26"> | |
263 | + ¥</text>{{g_filters.get_card_price(data,card_list,0)}} | |
264 | + </view> | |
259 | 265 | </view> |
260 | 266 | |
261 | 267 | ... | ... |
pages/goods/goodsInfo/goodsInfo.wxss