Commit 6ce64d61b0adbd2c76a31e8a23971802f0948f80
1 parent
53ca8b79
商品详情 vip会员价格居中
Showing
1 changed file
with
1 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -289,8 +289,7 @@ |
289 | 289 | </view> |
290 | 290 | </view> |
291 | 291 | <view class="fs32 xc-black3 ai_and carde_frame"> |
292 | - <text class="fs26">¥</text> | |
293 | - {{g_filters.get_card_price(data,card_list,0)}} | |
292 | + <text class="fs26">¥</text>{{g_filters.get_card_price(data,card_list,0)}} | |
294 | 293 | </view> |
295 | 294 | </view> |
296 | 295 | <!-- 等级卡的显示,购买, 等级卡近30天要显示续费 --> | ... | ... |