shish 6 месяцев назад
Родитель
Сommit
4cdeaa3b22

+ 112 - 61
ghsApp/src/admin/changePrice/components/Item2.vue

@@ -20,7 +20,7 @@
 			</block>
 			<image :src="info.cover" style="width:160upx;height:160upx;" lazy-load="true" :lazy-load-margin="0"></image>
 		</view>
-		<view class="cmd-info_bx" @click="pageTo({url: '/admin/item/detail?id='+info.id})">
+		<view class="cmd-info_bx">
 			<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="frontHide == 1">隐</text>
@@ -276,70 +276,121 @@ export default {
 				*.warn {
 					color: $redColor;
 				}
-				.hd-price-area{
-					width:180upx;
-					position: absolute;
-					top:37upx;
-					right:-30upx;
-					.change-input {
-						width: 150upx;
-						height: 60upx;
-						line-height: 60upx;
-						text-align: center;
-						background: #ffffff;
-						border: 1upx solid #b4b4b4;
-						border-radius: 4upx;
-						font-size: 25upx;
-						color:#777777;
-						display:inline-block;
-					}
-					.change-text{
-						font-size:22upx;
-					}
+			.hd-price-area{
+				width:180upx;
+				position: absolute;
+				top:37upx;
+				right:-30upx;
+				/* #ifdef MP-WEIXIN */
+				/* #ifdef APP-PLUS */
+				/* #else */
+				// 苹果微信小程序特殊处理 - 防止滚动问题
+				position: relative;
+				z-index: 1;
+				/* #endif */
+				/* #endif */
+				.change-input {
+					width: 150upx;
+					height: 60upx;
+					line-height: 60upx;
+					text-align: center;
+					background: #ffffff;
+					border: 1upx solid #b4b4b4;
+					border-radius: 4upx;
+					font-size: 25upx;
+					color:#777777;
+					display:inline-block;
+					/* #ifdef MP-WEIXIN */
+					/* #ifdef APP-PLUS */
+					/* #else */
+					// 苹果微信小程序 iOS WebKit 特殊修复
+					-webkit-appearance: none;
+					-webkit-tap-highlight-color: transparent;
+					-webkit-user-select: none;
+					/* #endif */
+					/* #endif */
 				}
-				.sk-price-area{
-					width:180upx;
-					position: absolute;
-					top:115upx;
-					right:-30upx;
-					.change-input {
-						width: 150upx;
-						height: 60upx;
-						line-height: 60upx;
-						text-align: center;
-						background: #ffffff;
-						border: 1upx solid #b4b4b4;
-						border-radius: 4upx;
-						font-size: 25upx;
-						color:#777777;
-						display:inline-block;
-					}
-					.change-text{
-						font-size:22upx;
-					}
+				.change-text{
+					font-size:22upx;
 				}
-				.hj-price-area{
-					width:130upx;
-					position: absolute;
-					top:75upx;
-					right:150upx;
-					.change-input {
-						width: 120upx;
-						height: 60upx;
-						line-height: 60upx;
-						text-align: center;
-						background: #ffffff;
-						border: 1upx solid #b4b4b4;
-						border-radius: 4upx;
-						font-size: 25upx;
-						color:#777777;
-						display:inline-block;
-					}
-					.change-text{
-						font-size:22upx;
-					}
+			}
+			.sk-price-area{
+				width:180upx;
+				position: absolute;
+				top:115upx;
+				right:-30upx;
+				/* #ifdef MP-WEIXIN */
+				/* #ifdef APP-PLUS */
+				/* #else */
+				// 苹果微信小程序特殊处理 - 防止滚动问题
+				position: relative;
+				z-index: 1;
+				/* #endif */
+				/* #endif */
+				.change-input {
+					width: 150upx;
+					height: 60upx;
+					line-height: 60upx;
+					text-align: center;
+					background: #ffffff;
+					border: 1upx solid #b4b4b4;
+					border-radius: 4upx;
+					font-size: 25upx;
+					color:#777777;
+					display:inline-block;
+					/* #ifdef MP-WEIXIN */
+					/* #ifdef APP-PLUS */
+					/* #else */
+					// 苹果微信小程序 iOS WebKit 特殊修复
+					-webkit-appearance: none;
+					-webkit-tap-highlight-color: transparent;
+					-webkit-user-select: none;
+					/* #endif */
+					/* #endif */
+				}
+				.change-text{
+					font-size:22upx;
 				}
 			}
+			.hj-price-area{
+				width:130upx;
+				position: absolute;
+				top:75upx;
+				right:150upx;
+				/* #ifdef MP-WEIXIN */
+				/* #ifdef APP-PLUS */
+				/* #else */
+				// 苹果微信小程序特殊处理 - 防止滚动问题
+				position: relative;
+				z-index: 1;
+				/* #endif */
+				/* #endif */
+				.change-input {
+					width: 120upx;
+					height: 60upx;
+					line-height: 60upx;
+					text-align: center;
+					background: #ffffff;
+					border: 1upx solid #b4b4b4;
+					border-radius: 4upx;
+					font-size: 25upx;
+					color:#777777;
+					display:inline-block;
+					/* #ifdef MP-WEIXIN */
+					/* #ifdef APP-PLUS */
+					/* #else */
+					// 苹果微信小程序 iOS WebKit 特殊修复
+					-webkit-appearance: none;
+					-webkit-tap-highlight-color: transparent;
+					-webkit-user-select: none;
+					/* #endif */
+					/* #endif */
+				}
+				.change-text{
+					font-size:22upx;
+				}
+			}
+			}
 		}
 	}
 }

+ 19 - 2
ghsApp/src/admin/changePrice/components/changeStockItem2.vue

@@ -1,7 +1,7 @@
 <template>
 <view class="product">
 	<view class="item-cmd_bx">
-		<view class="img_bx">
+		<view class="img_bx" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
 			<block v-if="info.status == 2">
 				<view class="sold-out">
 					<view class="sold-out-xj">已下架</view>
@@ -14,7 +14,7 @@
 			</block>
 			<image :src="info.cover" style="width:160upx;height:160upx;" lazy-load="true" :lazy-load-margin="0"></image>
 		</view>
-		<view class="cmd-info_bx" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
+		<view class="cmd-info_bx">
 			<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.presell == 1">预售</text>
@@ -194,6 +194,14 @@ export default {
 					position: absolute;
 					top:50upx;
 					right:-10upx;
+					/* #ifdef MP-WEIXIN */
+					/* #ifdef APP-PLUS */
+					/* #else */
+					// 苹果微信小程序特殊处理 - 防止滚动问题
+					position: relative;
+					z-index: 1;
+					/* #endif */
+					/* #endif */
 					.change-input {
 						width: 150upx;
 						height: 60upx;
@@ -205,6 +213,15 @@ export default {
 						font-size: 25upx;
 						color:#777777;
 						display:inline-block;
+						/* #ifdef MP-WEIXIN */
+						/* #ifdef APP-PLUS */
+						/* #else */
+						// 苹果微信小程序 iOS WebKit 特殊修复
+						-webkit-appearance: none;
+						-webkit-tap-highlight-color: transparent;
+						-webkit-user-select: none;
+						/* #endif */
+						/* #endif */
 					}
 					.change-text{
 						font-size:22upx;

+ 18 - 9
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -356,15 +356,24 @@ export default {
 			left:515upx;
 			top:-10upx;
 		}
-		input{
-			border:1upx solid #cccccc;
-			display:inline-block;
-			width:135upx;
-			margin-left:10upx;
-			margin-right:30upx;
-			text-align:center;
-			font-size:30upx;
-		}
+	input{
+		border:1upx solid #cccccc;
+		display:inline-block;
+		width:135upx;
+		margin-left:10upx;
+		margin-right:30upx;
+		text-align:center;
+		font-size:30upx;
+		/* #ifdef MP-WEIXIN */
+		/* #ifdef APP-PLUS */
+		/* #else */
+		// 苹果微信小程序 iOS WebKit 特殊修复
+		-webkit-appearance: none;
+		-webkit-tap-highlight-color: transparent;
+		-webkit-user-select: none;
+		/* #endif */
+		/* #endif */
+	}
 	}
 	.second-area{
 		float:left;