diff --git a/manifest.json b/manifest.json
index 6396c8d..bc7d848 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
"appid" : "__UNI__933D519",
"description" : "",
"versionName" : "1.0.0",
- "versionCode" : "14",
+ "versionCode" : "15",
"transformPx" : false,
/* 小程序特有相关 */
"mp-weixin" : {
diff --git a/pages.json b/pages.json
index c6faf86..66fb723 100644
--- a/pages.json
+++ b/pages.json
@@ -51,18 +51,6 @@
"navigationBarTitleText": "验证邮箱"
}
},
- {
- "path": "pages/safeQuestion/safeQuestion",
- "style": {
- "navigationBarTitleText": "安全问题"
- }
- },
- {
- "path": "pages/updateSafeQuestion/updateSafeQuestion",
- "style": {
- "navigationBarTitleText": "安全问题"
- }
- },
{
"path": "pages/webview/webview",
"style": {
diff --git a/pages/safeQuestion/safeQuestion.vue b/pages/safeQuestion/safeQuestion.vue
deleted file mode 100644
index ef5b978..0000000
--- a/pages/safeQuestion/safeQuestion.vue
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
- 如果手机丢了,可以通过回答设置的安全问题来登录新设备
-
-
- {{item.question}}
-
-
-
- {{item.answer}}
-
- 修改
-
-
-
-
-
-
-
-
diff --git a/pages/updateSafeQuestion/updateSafeQuestion.vue b/pages/updateSafeQuestion/updateSafeQuestion.vue
deleted file mode 100644
index c6d1d50..0000000
--- a/pages/updateSafeQuestion/updateSafeQuestion.vue
+++ /dev/null
@@ -1,278 +0,0 @@
-
-
- 如果手机丢了,可以通过回答设置的安全问题来登录新设备
-
-
- {{answer[0].question}}
-
-
-
-
-
-
-
- {{answer[1].question}}
-
-
-
-
-
-
-
- {{answer[2].question}}
-
-
-
-
-
- 保存
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue
index cdd7952..5b3a714 100644
--- a/pages/userInfo/userInfo.vue
+++ b/pages/userInfo/userInfo.vue
@@ -44,14 +44,6 @@
-
- 安全问题
-
-
-
-
-
-
国家/地区
@@ -211,17 +203,6 @@ export default {
this.routeJump({
name: 'updatePassword'
})
- },
- toSafeQuestion() {
- if(this.userInfo.haveSafeAnswer) {
- this.routeJump({
- name: 'safeQuestion'
- })
- } else {
- this.routeJump({
- name: 'updateSafeQuestion'
- })
- }
}
}
}
diff --git a/stores/basic.js b/stores/basic.js
index cfb8de8..b5ae7c6 100644
--- a/stores/basic.js
+++ b/stores/basic.js
@@ -37,16 +37,6 @@ const pages = [
path: '/pages/verifyEmail/verifyEmail',
tabBar: false
},
- {
- name: 'safeQuestion',
- path: '/pages/safeQuestion/safeQuestion',
- tabBar: false
- },
- {
- name: 'updateSafeQuestion',
- path: '/pages/updateSafeQuestion/updateSafeQuestion',
- tabBar: false
- },
{
name: 'webview',
path: '/pages/webview/webview',