Browse Source

no message

feature/v1.3
xpz2018 5 years ago
parent
commit
50e3e49f79
1 changed files with 1 additions and 9 deletions
  1. 10
      pages/process/index/index.js

10
pages/process/index/index.js

@ -10,9 +10,7 @@ Component({
addGlobalClass: true,
multipleSlots: true
},
/**
* 页面的初始数据
*/
/** 页面的初始数据 */
data: {
userInfo: app.userInfo,
height: app.globalData.safeFragmentHeight,
@ -39,7 +37,6 @@ Component({
vdateString: ''
},
lifetimes: {
// 生命周期函数,可以为函数,或一个在methods段中定义的方法名
attached: function () {
var min = new Date()
min.setFullYear(min.getFullYear() - 1, min.getMonth(), min.getDate())
@ -90,11 +87,6 @@ Component({
wx.navigateTo({ url: '/pages/process/agent-list/index' })
},
checkList: function (e) {
// if(!app.userInfo.isSaasPerssion){
// Dialog.alert({ title: '温馨提示', message: '您还不是纸通宝SAAS的授权客户,无法使用,如有疑问请联系相关客服人员。' }).then(() => {
// })
// return
// }
if(app.userInfo.applicationStatus == 0){
Dialog.alert({ title: '温馨提示', message: '您的申请还在审核中,如有疑问请联系管理员。' }).then(() => {
})

Loading…
Cancel
Save