diff --git a/src/views/cai/agreementSetting/index.vue b/src/views/cai/agreementSetting/index.vue index d77196b..900d908 100644 --- a/src/views/cai/agreementSetting/index.vue +++ b/src/views/cai/agreementSetting/index.vue @@ -13,6 +13,12 @@
+ + 编辑 + 保存 +
+ +
@@ -35,6 +41,7 @@ export default { id: undefined, userAgreement:undefined, anchorJoinAgreement:undefined, + privacyAgreement: undefined, }, activeName:'loansAgreement', // 表单校验 @@ -43,6 +50,7 @@ export default { formDisable:true, userAgreement:false, anchorJoinAgreement:false, + privacyAgreement: false, }; }, created() { diff --git a/src/views/cai/anchor/anchor-info-dialog.vue b/src/views/cai/anchor/anchor-info-dialog.vue index c8ca435..71c7fea 100644 --- a/src/views/cai/anchor/anchor-info-dialog.vue +++ b/src/views/cai/anchor/anchor-info-dialog.vue @@ -28,8 +28,8 @@ {{info.user.city}} - - + + {{info.user.nickname}} @@ -39,8 +39,8 @@ - - + + diff --git a/src/views/cai/anchorApply/index.vue b/src/views/cai/anchorApply/index.vue index 4eb9d8a..ab05346 100644 --- a/src/views/cai/anchorApply/index.vue +++ b/src/views/cai/anchorApply/index.vue @@ -54,7 +54,7 @@ - + diff --git a/src/views/cai/user/user-info-dialog.vue b/src/views/cai/user/user-info-dialog.vue index 2b1a595..81b132c 100644 --- a/src/views/cai/user/user-info-dialog.vue +++ b/src/views/cai/user/user-info-dialog.vue @@ -27,8 +27,8 @@ {{info.user.city}} - - + + {{info.user.nickname}} @@ -38,8 +38,8 @@ - - + + @@ -83,6 +83,9 @@ {{info.userInfo.regTime}} + + +