Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
bf5bf20452
2 changed files with 2 additions and 2 deletions
  1. 2
      app.json
  2. 2
      pages/home/info/index.js

2
app.json

@ -80,7 +80,7 @@
"pages/html/notice/index", "pages/html/notice/index",
"pages/html/integral/index", "pages/html/integral/index",
"pages/home/personal/index", "pages/home/personal/index",
"pages/home/enterprise/enterprise",
"pages/home/enterprise/index",
"pages/moment/paper/index", "pages/moment/paper/index",
"pages/ztbvip/index" "pages/ztbvip/index"
], ],

2
pages/home/info/index.js

@ -322,7 +322,7 @@ Page({
goEnterpriseInfo: function () { goEnterpriseInfo: function () {
if(app.globalData.userInfo.isEnterpriseAuth){ if(app.globalData.userInfo.isEnterpriseAuth){
wx.navigateTo({ url: '/pages/home/enterprise/enterprise' })
wx.navigateTo({ url: '/pages/home/enterprise/index' })
} else { } else {
wx.navigateTo({ url: '/pages/home/certificate/index' }) wx.navigateTo({ url: '/pages/home/certificate/index' })
} }

Loading…
Cancel
Save