wkw 7 mesi fa
parent
commit
bafef3b254
4 ha cambiato i file con 7 aggiunte e 2 eliminazioni
  1. 1 0
      pages/my/index.vue
  2. 5 0
      pages/my/setup.vue
  3. 0 1
      pages/my/workExperience.vue
  4. 1 1
      pages/public/register.vue

+ 1 - 0
pages/my/index.vue

@@ -888,6 +888,7 @@ export default {
 			that.browseCount = 0;
 			that.collectionCount = 0;
 			that.postPushCount = 0;
+			that.interviewCount = 0;
 			that.token = "";
 			that.isLogin = true;
 			that.userName = "登录";

+ 5 - 0
pages/my/setup.vue

@@ -424,6 +424,11 @@ export default {
 							uni.navigateBack()
 						}
 					});
+				}else{
+					uni.showToast({
+						title: res.msg||'返回失败',
+						icon: 'none'
+					})
 				}
 			});
 		},

+ 0 - 1
pages/my/workExperience.vue

@@ -775,7 +775,6 @@ export default {
 		.form-textarea {
 			width: 100%;
 			min-height: 80rpx;
-			max-height: 300rpx;
 			padding: 20rpx 0;
 			line-height: 1.5;
 			resize: none;

+ 1 - 1
pages/public/register.vue

@@ -313,7 +313,7 @@ export default {
         this.$queue.showLoading("注册中...");
         this.$Request
           .post(`/app/Login/registApp`, {
-            // userName:'匿名用户' + phone.slice(-4),
+            userName:'匿名用户' + phone.slice(-4),
             password: password,
             phone: phone,
             wxOpenId: this.$queue.getData("openId") ? this.$queue.getData("openId") : "",