Browse Source

auto commit

gcz 4 years ago
parent
commit
0288f1dd91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/usercenter/addrs/addrs.vue

+ 1 - 1
pages/usercenter/addrs/addrs.vue

@@ -148,7 +148,7 @@
 					province: {rule: /\S/,msg: "请填写必要内容"},
 					city: {rule: /\S/,msg: "请填写必要内容"},
 					region: {rule: /\S/,msg: "请填写必要内容"},
-					detailAddress: {rule: /\S/,msg: "请填写必要内容"},
+					detailAddress: {rule: /\S/,msg: "请填写详细地址"},
 					phoneNumber: {rule: /(^1[3|4|5|7|8|9]\d{9}$)|(^09\d{8}$)/,msg: "请填写正确手机号"},
 				},
 				fixPageOpen: false,