错误提示

This commit is contained in:
THK3121 2023-09-12 16:13:37 +08:00
parent c9d309e1d6
commit e48399a0b6
3 changed files with 633 additions and 626 deletions

View File

@ -371,7 +371,7 @@
}
this.doneGood()
this.showPop = false
this.showMore()
// this.showMore()
},
//
@ -380,8 +380,15 @@
take_code: this.take_code,
logistics_id: this.goodsInfo.id
}).then(res => {
console.log(res)
this.$emit('showTost')
this.$emit('getlist')
}).catch(err => {
console.log(err.msg)
uni.showToast({
title: err.msg,
icon: "none"
})
})
},

View File

@ -6,7 +6,7 @@ let httpApiTwo; // 物流系统域名
const env = 'prod'; // 生产
// const env = 'prew'; // 预上线
switch(env){
switch (env) {
case 'prod':
httpApi = 'https://worker-task.lihaink.cn' //正式
httpApiTwo = 'https://logistics.lihaink.cn' //正式环境

View File

@ -539,7 +539,7 @@
"path": "property/index",
"style": {
"navigationBarTitleText": "资产管理",
"enablePullDownRefresh": false,
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#0122C7",
"navigationBarTextStyle": "white"
}