|
@@ -172,7 +172,7 @@
|
|
|
detailAddress: "",
|
|
|
},
|
|
|
rules: {
|
|
|
- name: {rule: /^[\u4E00-\u9FA5]{2,4}$/,msg: "姓名2到4位汉字"},
|
|
|
+ name: {rule: /^.{1,20}$/,msg: "请填写姓名(1-20个字符)"},
|
|
|
province: {rule: /\S/,msg: "请填写必要内容"},
|
|
|
city: {rule: /\S/,msg: "请填写必要内容"},
|
|
|
region: {rule: /\S/,msg: "请填写必要内容"},
|
|
@@ -216,7 +216,6 @@
|
|
|
|
|
|
},
|
|
|
onUnload() {
|
|
|
- console.log('1111111111111');
|
|
|
this.isselectAddr = false;
|
|
|
uni.setStorage({
|
|
|
key:'selectAddr',
|