Ver Fonte

2021-11-17

hwq há 3 anos atrás
pai
commit
0adaf7f1e9
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      pages/store/apply.vue

+ 4 - 0
pages/store/apply.vue

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