|
|
@ -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(() => { |
|
|
}) |
|
|
}) |
|
|
|