소스 검색

去掉强制修改密码的返回

西昌缴费二期
杨晓琪 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: {
// 提交修改


불러오는 중...
취소
저장