lilei 9 months ago
parent
commit
6d8070dd26
2 changed files with 7 additions and 4 deletions
  1. 3 0
      pages/index/index.vue
  2. 4 4
      pagesB/shopiing/productDetail.vue

+ 3 - 0
pages/index/index.vue

@@ -645,6 +645,9 @@
 						this.getScrollLog()
 						// 获取扫描记录
 						this.getVinLog()
+					}else{
+						// 商品分类
+						this.getGoodType()
 					}
 				}
 			},

+ 4 - 4
pagesB/shopiing/productDetail.vue

@@ -93,7 +93,7 @@
 							<view class="popu-content-price">¥<text class="price-red">{{detail.price}}</text></view>
 							<view class="popu-content-num flex align_center">
 								<text style="margin-right: 10px;">数量</text>
-								<uni-number-box v-model="qty" :min="1" :max="99"></uni-number-box>
+								<uni-number-box v-model="qty" :min="1" :max="999999"></uni-number-box>
 							</view>
 						</view>
 					</view>
@@ -552,15 +552,15 @@
 					justify-content: center;
 					margin-top: 20px;
 					.popu-content-btn-item{
-						width: 50%;
+						width: 60%;
 						height: 40px;
-						background-color: #d50e0e;
+						background-color: #f70000;
 						color: #FFFFFF;
 						font-size: 14px;
 						display: flex;
 						align-items: center;
 						justify-content: center;
-						border-radius: 10px;
+						border-radius: 100px;
 					}
 				}
 		}