This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
去掉强制修改密码的返回
西昌缴费二期
杨晓琪
2 years ago
parent
b014263972
commit
7e848dd158
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+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
View File
@@ -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
View File
@@ -22,6 +22,11 @@ export default {
confirmPwd: ''
}
},
mounted() {
var a = document.getElementsByClassName('uni-page-head-hd')[0]
a.style.display = 'none';
},
methods: {
// 提交修改
Write
Preview
Loading…
Cancel
Save