diff --git a/src/components/member/memberProfile/VipEdit.vue b/src/components/member/memberProfile/VipEdit.vue index e8decb4..df43b59 100644 --- a/src/components/member/memberProfile/VipEdit.vue +++ b/src/components/member/memberProfile/VipEdit.vue @@ -14,8 +14,8 @@ - - + + @@ -42,8 +42,8 @@ - - + + @@ -105,11 +105,11 @@ const close = () => { interface RuleForm { exp: string phone: string - realName: string + name: string sex: string age: string birthday: string - idCode: string + certNo: string source: string nation: string area: string @@ -119,11 +119,11 @@ interface RuleForm { let ruleForm = ref({ exp: 0, phone: '', - realName: '', + name: '', sex: '', age: '', birthday: '', - idCode: '', + certNo: '', source: '', nation: '', area: '', @@ -180,7 +180,7 @@ const rules = { phone: [ {required: true, message: '请输入手机号码', trigger: 'blur'}, ], - realName: [ + name: [ {required: true, message: '请输入姓名', trigger: 'blur'}, ], sex: [ diff --git a/src/components/statistics/over/Charge.vue b/src/components/statistics/over/Charge.vue index 76cb825..2cdfdd1 100644 --- a/src/components/statistics/over/Charge.vue +++ b/src/components/statistics/over/Charge.vue @@ -11,22 +11,22 @@ />
- + - - - - + + + + - + - - - - - + + + + +
@@ -35,26 +35,26 @@