twt 2 年 前
コミット
b6a1de92fb
共有2 個のファイルを変更した9 個の追加4 個の削除を含む
  1. 1 1
      pages/shop/ckshopList.vue
  2. 8 3
      pages/shop/goodsDetail.vue

+ 1 - 1
pages/shop/ckshopList.vue

@@ -202,7 +202,7 @@
 
 	.brandsBg {
 		display: flex;
-        height: 40rpx;
+        height: 38rpx;
 		flex-wrap: wrap;
 		align-items: center;
 		overflow: hidden;

+ 8 - 3
pages/shop/goodsDetail.vue

@@ -130,7 +130,7 @@
 				<view class="bugNUm">
 					<view class="bugNUmLeft">
 						<view class="buySl">数量</view>
-						<view class="buyXg">限购{{info.oneQty}}件</view>
+						<view class="buyXg" v-if="info.oneQty">限购{{info.oneQty}}件</view>
 					</view>
 					<view class="numJsbox">
 						<view class="numJj" @click="calculation(1)">-</view>
@@ -201,7 +201,12 @@
 						if(this.info.details){
 							this.info.details = this.info.details.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ');
 						}
-					
+						var item={
+							shopId:this.info.shopId,
+							shopName:this.info.shopName
+						}
+						this.shopInfo=item
+					    this.$store.commit('mutationsckshopInfo', item)
 				 })
 			},
 			goINdex(){
@@ -345,7 +350,7 @@ color: #F4F5F7;
 }
 .buyNumBox{
 	padding: 30rpx;
-    
+    padding-top: 10rpx;
 }
 .buyContCh{
 	position: absolute;