|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
changeHalf({productId:this.currentInfo.id,add:0,remark:this.halfRemark}).then((res) => {
|
|
|
uni.hideLoading()
|
|
|
let stock = res.data.stock ? res.data.stock : 0
|
|
|
- uni.showToast({title: '成功,剩 '+stock,duration:4000,icon:'success'})
|
|
|
+ uni.showToast({title: '成功,剩 '+stock,duration:1800,icon:'success'})
|
|
|
})
|
|
|
})
|
|
|
},
|