diff --git a/pages/goods/goodsInfo/goodsInfo.js b/pages/goods/goodsInfo/goodsInfo.js index 456a659..204ae46 100644 --- a/pages/goods/goodsInfo/goodsInfo.js +++ b/pages/goods/goodsInfo/goodsInfo.js @@ -2652,7 +2652,11 @@ Page({ }, // 选择门店 choice_store:function(){ - this.setData({store:1}) + this.setData({ + store:1, + openSpecModal: !1, + openSpecModal_pt: !1 + }) }, //关闭选择门店 close_popup:function(){ diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index bbc07c1..69c2b9a 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -305,7 +305,7 @@ - + 选择附近门店 @@ -760,22 +760,22 @@ {{prom_price}} - - 库存: - {{data.store_count}} - - - - + + + diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index c49b6aa..62dc024 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -562,6 +562,7 @@ border-radius: 0 56rpx 55rpx 0; margin-top: 3rpx; font-size: 24rpx; color: #999999; + margin-right: 15rpx; } .spec-name { @@ -2440,9 +2441,7 @@ height: 20rpx; .xc-val-money{ height:80rpx; } -.xc-store-count{ -height: 40rpx; -} + .xc-distance-bottom{ margin-bottom: 40rpx; }