shish vor 3 Jahren
Ursprung
Commit
5c0a6cf808

+ 6 - 5
ghsApp/src/admin/item/xjSelect.vue

@@ -14,7 +14,7 @@
 						<div class="module-com input-line-wrap goods-wrap">
 							<div class="module-tit">
 							<span>选择图片</span>
-							<span class="app-color-3">(支持多次上传,每次最多可选9张)</span>
+							<span class="app-color-3">(每次最多可选9张)</span>
 							</div>
 							<div class="module-det">
 							<htz-image-upload :max="9" :compress="true" v-model="xjImgData" :headers="headers"
@@ -30,7 +30,7 @@
 			</form>
 		</view>
 		<view v-if="variety ==1" style="text-align:center;border-top:1upx dashed #cccccc;padding-bottom:10upx;"></view>
-		<view style="margin-bottom:18upx;font-size:30upx;text-align:center;font-weight:bold;color:black;">总库存 {{ productInfo.stock ? parseFloat(productInfo.stock) : 0 }}{{productInfo.bigUnit?productInfo.bigUnit:'扎'}}</view>
+		<view style="margin-bottom:18upx;font-size:35upx;text-align:center;font-weight:bold;color:black;">总库存 {{ productInfo.stock ? parseFloat(productInfo.stock) : 0 }}{{productInfo.bigUnit?productInfo.bigUnit:'扎'}}</view>
 		<view class="billing_box_bg" v-if="variety ==1">
 			<view class="scroll-middle_bx">
 				<block>
@@ -49,10 +49,11 @@
 										<view class="kc"></view>
 										<view class="num-open_bx">
 											<view class="open-bx warn" @tap.stop.prevent>
-												剩余:<input type="number" v-model="xjItem.stock" 
-												style="width:200upx;border:1upx solid #cccccc;position:absolute;top:80upx;left:230upx;height:60upx;font-size:30upx;" placeholder="请填写数量" />
+												<text style="font-size:30upx;">剩余:</text>
+												<input type="number" v-model="xjItem.stock" 
+												style="width:200upx;border:1upx solid #cccccc;position:absolute;top:70upx;left:260upx;height:50upx;font-size:30upx;" placeholder="请填写" />
 												<text v-if="xjItem.stock!='' && Number(xjItem.stock) == 0" 
-												style="position:absolute;top:90upx;left:510upx;font-size:30upx;color:red;font-weight:bold;">下架</text>
+												style="position:absolute;top:73upx;left:510upx;font-size:30upx;color:red;font-weight:bold;">下架</text>
 											</view>
 										</view>
 									</view>

+ 3 - 2
ghsApp/src/manifest.json

@@ -61,7 +61,7 @@
                     "entitlements" : {
                         "com.apple.developer.associated-domains" : [ "applinks:fronttg.wixhb.com" ]
                     }
-                }          
+                }
             },
             /* SDK配置 */
             "sdkConfigs" : {
@@ -169,7 +169,8 @@
             "scope.userLocation" : {
                 "desc" : "请点击确定"
             }
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
hdApp/src/manifest.json

@@ -166,7 +166,8 @@
         },
         "optimization" : {
             "subPackages" : true
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
jdApp/src/manifest.json

@@ -169,7 +169,8 @@
             "scope.userLocation" : {
                 "desc" : "请点击确定"
             }
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
mallApp/src/manifest.json

@@ -64,7 +64,8 @@
             "scope.userLocation" : {
                 "desc" : "获取位置信息后为您提供个性化推荐"
             }
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
开发/ghsApp/src/manifest.json

@@ -169,7 +169,8 @@
             "scope.userLocation" : {
                 "desc" : "请点击确定"
             }
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
开发/hdApp/src/manifest.json

@@ -166,7 +166,8 @@
         },
         "optimization" : {
             "subPackages" : true
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
开发/jdApp/src/manifest.json

@@ -169,7 +169,8 @@
             "scope.userLocation" : {
                 "desc" : "请点击确定"
             }
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 2 - 1
开发/mallApp/src/manifest.json

@@ -64,7 +64,8 @@
             "scope.userLocation" : {
                 "desc" : "获取位置信息后为您提供个性化推荐"
             }
-        }
+        },
+        "lazyCodeLoading":"requiredComponents"
     },
     "mp-alipay" : {
         "usingComponents" : true