shish 1 місяць тому
батько
коміт
87ca079147

+ 1 - 1
ghsApp/src/components/module/app-commodity2.vue

@@ -12,7 +12,7 @@
 			<view style="width:30upx;height:30upx;top:0upx;left:0upx;position: absolute;" @click.stop="delProduct(info)"> </view>
 		</view>
 		<view class="cmd-info_bx">
-			<view class="tit" @click.stop="showAddModelFn()">
+			<view class="tit">
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="info.frontHide && info.frontHide == 1">隐</text>
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 

+ 5 - 5
hdApp/src/pagesPurchase/components/item.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="product-item">
-		<view class="item-cmd_bx" @click="customNum(info.variety)">
+		<view class="item-cmd_bx">
 			<view class="img_bx" style="background:#eeeeee" @click.stop="showBigImg">
 				<image :src="info.cover" lazy-load="true" :lazy-load-margin="0"></image>
 			</view>
@@ -42,7 +42,7 @@
 					<view class="ctrl-side">
 						<view class="open-bx" >
 							<i class="iconfont iconjian" @click.stop="delEvent(info.variety)" v-if="bigCount > 0 || smallCount > 0"></i>
-							<text class="num">
+							<text class="num" @click="customNum(info.variety)">
 								<text v-if="bigCount > 0" class="num-big">{{ bigCount }}</text>
 								<text v-if="smallCount > 0" class="num-small">{{ smallCount }}</text>
 							</text>
@@ -414,7 +414,7 @@ export default {
 					font-size: 55upx;
 				}
 				& .iconfont.add-btn {
-					font-size: 62upx;
+					font-size: 70upx;
 					line-height: 1;
 					padding: 6upx;
 					margin: -6upx 0 -6upx 0;
@@ -425,8 +425,8 @@ export default {
 					align-items: center;
 					justify-content: center;
 					min-width: 100upx;
-					height: 50upx;
-					line-height: 50upx;
+					height: 60upx;
+					line-height: 60upx;
 					text-align: center;
 					margin: 0 8upx;
 					color: #868686;