Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
f2dc0f4454
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/login/index.js

4
pages/login/index.js

@ -90,13 +90,13 @@ Page({
factoryId = factory.factoryId factoryId = factory.factoryId
} }
} }
if(!factoryId){
if(!factory){
factory = this.checkFactoryId() factory = this.checkFactoryId()
if(factory) { if(factory) {
factoryId = factory.factoryId factoryId = factory.factoryId
} }
} }
if(!factoryId){
if(!factory){
this.setData({ loging: false}) this.setData({ loging: false})
Dialog.alert({ title: '温馨提示', message: '还没有您所属的打包站信息,请联系相关客服人员' }).then(() => { Dialog.alert({ title: '温馨提示', message: '还没有您所属的打包站信息,请联系相关客服人员' }).then(() => {
}) })

Loading…
Cancel
Save