瀏覽代碼

去掉强制修改密码的返回

西昌缴费二期
杨晓琪 2 年之前
父節點
當前提交
7e848dd158
共有 2 個檔案被更改,包括 8 行新增0 行删除
  1. +3
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
  2. +5
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue

+ 3
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json 查看文件

@@ -131,6 +131,9 @@
{ "path": "pages/my/newpassword",
"style": {
"navigationBarTitleText": "设置密码"
},
"titleNView": {
"autoBackButton": false
}
},
{


+ 5
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue 查看文件

@@ -22,6 +22,11 @@ export default {
confirmPwd: ''
}
},
mounted() {
var a = document.getElementsByClassName('uni-page-head-hd')[0]
a.style.display = 'none';
},

methods: {
// 提交修改


Loading…
取消
儲存