|
|
@@ -784,8 +784,8 @@ export default {
|
|
|
let hdId = this.option.hdId ? this.option.hdId : 0
|
|
|
let account = this.option.account ? this.option.account : 0
|
|
|
|
|
|
- inform({hdId:hdId,account:account,page:'affirmGhs'})
|
|
|
if(Number(hdId)<=0 || Number(account)<=0){
|
|
|
+ inform({hdId:hdId,account:account,page:'affirmGhs'})
|
|
|
this.$util.confirmModal({content:'网络异常,请重新提交'},() => {
|
|
|
uni.reLaunch({url:'/pages/home/recent'})
|
|
|
})
|