Commit 53ca8b79dd22b731abf4f7f7b438d1572f3223c6

Authored by antploy
1 parent b2762e0b

商品详情 更多门店,开通等级卡样式错乱优化

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -308,10 +308,7 @@
308 308 <view class="card-effect">
309 309 <view class="fs24 xc-black3">
310 310 成为{{g_filters.get_card_price(data,card_list,1)}}立
311   - <text class="co-red">
312   - 省{{filters.toFix(data.shop_price-g_filters.get_card_price(data,card_list,0),2)}}
313   - </text>
314   - 元
  311 + <text class="co-red">省{{filters.toFix(data.shop_price-g_filters.get_card_price(data,card_list,0),2)}}</text>元
315 312 </view>
316 313 <view class="fs22 xc-ash">开通会员 尽享更多优惠</view>
317 314 </view>
... ... @@ -355,8 +352,8 @@
355 352 </view>
356 353 </view>
357 354 <view class="goods-num" wx:if="{{prom_type!=1}}">
358   - <view class="sales">销量:{{sele_g.sales_sum}}件</view>
359   - <view class="stock">折扣:{{sele_g.disc}}折</view>
  355 + <view class="sales">销量:{{data.sales_sum}}件</view>
  356 + <view class="stock">折扣:{{data.disc}}折</view>
360 357 <view class="stock">{{categories3[0].num}}人评价</view>
361 358 </view>
362 359 <view wx:if="{{prom_type==1}}">
... ... @@ -420,10 +417,7 @@
420 417 <image class="stores-img" src="{{iurl}}/miniapp/images/stores.png"></image>
421 418 <view class="fs30" style="color:black;">选择门店</view>
422 419 </view>
423   - <view class="red_bb fs26">
424   - 更多门店
425   - <text class="bg_jj"></text>
426   - </view>
  420 + <view class="red_bb fs26">更多门店<text class="bg_jj"></text></view>
427 421 </view>
428 422 <view wx:if="{{def_pick_store && def_pick_store.pickup_name}}">
429 423 <view class="flex-space-between address ai_end pdv10">
... ... @@ -1113,10 +1107,7 @@
1113 1107 <image class="stores-img" src="{{iurl}}/miniapp/images/stores.png"></image>
1114 1108 <view class="fs30" style="color:black;">选择门店</view>
1115 1109 </view>
1116   - <view class="red-co fs28" bindtap="choice_store">
1117   - 更多门店
1118   - <text class="right-arrow"></text>
1119   - </view>
  1110 + <view class="red-co fs28" bindtap="choice_store">更多门店<text class="right-arrow"></text></view>
1120 1111 </view>
1121 1112 <view wx:if="{{only_pk && !only_pk.length}}">(库存不足)</view>
1122 1113 <block wx:else>
... ... @@ -1384,10 +1375,7 @@
1384 1375 <icon bindtap="close_popup" class="modal-closes" color="black" size="22" type="cancel"></icon>
1385 1376 </view>
1386 1377 <view class="felx choose_more" bindtap="more_store">
1387   - <text class="fs26 red-co" wx:if="{{is_show_sto_cat}}">
1388   - {{choice_sort_store==0?'更多门店':'返回'}}
1389   - </text>
1390   - <view class="bg_rights" wx:if="{{is_show_sto_cat}}"></view>
  1378 + <text class="fs26 red-co" wx:if="{{is_show_sto_cat}}">{{choice_sort_store==0?'更多门店':'返回'}}</text> <view class="bg_rights" wx:if="{{is_show_sto_cat}}"></view>
1391 1379 </view>
1392 1380 </view>
1393 1381 </view>
... ...