shish 4 år sedan
förälder
incheckning
1236d4fc5a

+ 1 - 1
ghsApp/src/admin/item/components/ItemStock.vue

@@ -91,7 +91,7 @@ export default {
 					//console.log(JSON.stringify(e));
 				});
 			}else{
-				this.$msg("即将打开小程序,请安装微信")
+				this.$msg("即将跳转小程序,请安装微信")
 				return false
 			}
 			// #endif

+ 4 - 3
hdApp/src/admin/home/login.vue

@@ -6,7 +6,7 @@
 				<view style="text-align:center;margin-bottom:20upx;">
 				<image :src="`${constant.imgUrl}/logo4.png`" class="logo" mode="widthFix"></image>
 				</view>
-				<view style="color:#666666;text-align:center;margin-bottom:50upx;font-size:35upx;">花掌柜</view>
+				<view style="color:#666666;text-align:center;margin-bottom:20upx;font-size:35upx;">花掌柜</view>
 				<view>
 				<input @focus="mobile=''" v-model="mobile" class="experInput" placeholder="手机号" type="number" />
 				</view>
@@ -27,7 +27,7 @@
 				<button class="admin-button-com small blue buttonText" @click="mobileLogin">本机号码一键登录</button>
 				</view>
 				<!-- #endif -->
-				<view style="color:#999999;font-size:25upx;margin-top:50upx;">
+				<view style="color:#999999;font-size:25upx;margin-top:60upx;">
 					<radio-group @change="agreeItem">
 						<label>
 							<radio value="1" style="width:6upx;transform:scale(0.8)" />
@@ -376,7 +376,7 @@ export default {
     font-size: 30upx;
   }
   &>.experFrame{
-      margin-top: 80upx;
+      margin-top:20upx;
       height: 50upx;
       .experInput{
         height: 80upx;
@@ -404,6 +404,7 @@ export default {
       .logo{
         width:180upx;
         margin:0 auto;
+		border-radius:20upx;
       }
   }
 }

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -180,7 +180,7 @@ export default {
             //console.log(JSON.stringify(e));
         });
       } else {
-				this.$msg("即将打开小程序,请安装微信")
+				this.$msg("即将跳转小程序,请安装微信")
 				return false
       }
 			// #endif