Commit be765a405e303a471ab27862de43767e5119f029

Authored by 后端开发-许程
1 parent a53e381a

门店地址样式修改

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -2655,7 +2655,7 @@ Page({
2655 2655 },
2656 2656 //关闭选择门店
2657 2657 close_popup:function(){
2658   - this.setData({ store: 0})
  2658 + this.setData({ store: 0, choice_sort_store: 0,sort_store:0})
2659 2659 },
2660 2660 //选择更多门店
2661 2661 more_store:function(){
... ...
pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -1045,7 +1045,7 @@
1045 1045 <view class="flex-vertical-between ">
1046 1046 <view class="flex xc-ash">
1047 1047 <view class="fs28 xc-black3 address_name">开源盛世广场店</view>
1048   - <text class="fs20">库存剩余数量:{{index}}</text>
  1048 +
1049 1049 </view>
1050 1050 <view>
1051 1051 <view class="distance fs20 address-val">距离:3754m</view>
... ...