Browse Source

2021-11-17

hwq 3 years ago
parent
commit
0adaf7f1e9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/store/apply.vue

+ 4 - 0
pages/store/apply.vue

@@ -325,6 +325,10 @@ export default {
 					this.$api.msg("请选择要代理的村")
 					this.$api.msg("请选择要代理的村")
 					return;
 					return;
 				}
 				}
+				if(obj.level > 1){
+					this.$api.msg("您的等级已超过所需等级")
+					return;
+				}
 				obj.payLoding = true;
 				obj.payLoding = true;
 				// #ifdef H5
 				// #ifdef H5
 				// 获取当前是否为微信浏览器
 				// 获取当前是否为微信浏览器