shish 3 سال پیش
والد
کامیت
010ffb06c4
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      ghsApp/src/pagesPurchase/components/pageSuccess.vue

+ 0 - 1
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -143,7 +143,6 @@ export default {
 			let that = this
 			let targetId = this.option.id ||0
 			batchChangePrice({data:JSON.stringify(this.productList),changeType:'cg',targetId:targetId}).then(res => {
-				uni.showToast({title:res.msg})
 				if(res.code == 1){
 					that.$msg('修改成功')
 				}