diff --git a/src/mods/AppActivityList/AppActivityList.vue b/src/mods/AppActivityList/AppActivityList.vue
index 30755b4..8032ad2 100644
--- a/src/mods/AppActivityList/AppActivityList.vue
+++ b/src/mods/AppActivityList/AppActivityList.vue
@@ -142,7 +142,7 @@ export default {
if (!this.user.phone) {//判断已经绑定手机
this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
} else {
- this.$linkTo('/pages/auth/authenticationInfo')
+ this.$linkTo('/mods/AppAuth/AppAuth')
}
} else {
this.$linkTo(url)
diff --git a/src/mods/AppAuth/AppAuth.vue b/src/mods/AppAuth/AppAuth.vue
new file mode 100644
index 0000000..a18ea6d
--- /dev/null
+++ b/src/mods/AppAuth/AppAuth.vue
@@ -0,0 +1,145 @@
+
+
+
+

+
请验证你的个人信息
+
+
+
+
+
+
提交
+
以上信息将为你严格保密
+
+
+
+
diff --git a/src/mods/AppAuth/authApply.vue b/src/mods/AppAuth/authApply.vue
new file mode 100644
index 0000000..af75f62
--- /dev/null
+++ b/src/mods/AppAuth/authApply.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+ $set(form,row.prop,v)" :value="form[row.prop]"/>
+
+
+
+
+
+
+
+
+ $set(form,row.prop,v)" :areaId="$areaId">
+
+
+
+
+
+
+
+
+ $set(form,row.prop,v)"
+ :fullName.sync="form.householdAreaName" valueLevel="5">
+
+
+
+
+
+
+
+
+
+
+ $set(form,row.prop,v)" all>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/mods/AppAuth/authInfo.vue b/src/mods/AppAuth/authInfo.vue
new file mode 100644
index 0000000..ff766a4
--- /dev/null
+++ b/src/mods/AppAuth/authInfo.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
diff --git a/src/mods/AppAuth/authSuccess.vue b/src/mods/AppAuth/authSuccess.vue
new file mode 100644
index 0000000..af8911c
--- /dev/null
+++ b/src/mods/AppAuth/authSuccess.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+ 请先填写 进行申请
+ 居民档案申请
+ 返回
+
+
+
+
+
+
diff --git a/src/mods/AppCreditPoints/supermarket.vue b/src/mods/AppCreditPoints/supermarket.vue
index e1f1ad3..ac647a9 100644
--- a/src/mods/AppCreditPoints/supermarket.vue
+++ b/src/mods/AppCreditPoints/supermarket.vue
@@ -137,7 +137,7 @@ export default {
if (!this.user.phone) {
return this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
} else {
- return this.$linkTo('/pages/auth/authenticationInfo')
+ return this.$linkTo('/mods/AppAuth/AppAuth')
}
}
diff --git a/src/mods/AppServiceOnline/serviceList.vue b/src/mods/AppServiceOnline/serviceList.vue
index 14dec71..c0bb622 100644
--- a/src/mods/AppServiceOnline/serviceList.vue
+++ b/src/mods/AppServiceOnline/serviceList.vue
@@ -96,7 +96,7 @@
// confirmText: '去认证',
// content: '您还未进行实名认证'
// }).then(() => {
- // this.$linkTo('/pages/auth/authenticationInfo')
+ // this.$linkTo('/mods/AppAuth/AppAuth')
// })
// return false
diff --git a/src/mods/AppServiceOnline/serviceNotice.vue b/src/mods/AppServiceOnline/serviceNotice.vue
index 54ced1a..cc28759 100644
--- a/src/mods/AppServiceOnline/serviceNotice.vue
+++ b/src/mods/AppServiceOnline/serviceNotice.vue
@@ -73,7 +73,7 @@ export default {
//判断已经绑定手机
this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
} else {
- this.$linkTo('/pages/auth/authenticationInfo')
+ this.$linkTo('/mods/AppAuth/AppAuth')
}
} else {
this.$linkTo(url)
diff --git a/src/mods/AppServiceOnlineNew/serviceNotice.vue b/src/mods/AppServiceOnlineNew/serviceNotice.vue
index 205b0df..a64b538 100644
--- a/src/mods/AppServiceOnlineNew/serviceNotice.vue
+++ b/src/mods/AppServiceOnlineNew/serviceNotice.vue
@@ -70,7 +70,7 @@ export default {
// if (!this.user.phone) {
// this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
// } else {
- // this.$linkTo('/pages/auth/authenticationInfo')
+ // this.$linkTo('/mods/AppAuth/AppAuth')
// }
// } else {
// this.$linkTo(url)
diff --git a/src/mods/AppVillageActivity/ActivityDetail.vue b/src/mods/AppVillageActivity/ActivityDetail.vue
index 91b2bca..821ec25 100644
--- a/src/mods/AppVillageActivity/ActivityDetail.vue
+++ b/src/mods/AppVillageActivity/ActivityDetail.vue
@@ -169,7 +169,7 @@
}
if (!this.user.residentId) {
- this.$linkTo('/pages/auth/authenticationInfo')
+ this.$linkTo('/mods/AppAuth/AppAuth')
return false
}
@@ -197,7 +197,7 @@
}
if (!this.user.residentId) {
- this.$linkTo('/pages/auth/authenticationInfo')
+ this.$linkTo('/mods/AppAuth/AppAuth')
return false
}