shish 8 месяцев назад
Родитель
Сommit
04fc53228a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ghsApp/src/pagesPurchase/components/pageSuccess.vue

+ 3 - 3
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -183,7 +183,7 @@ export default {
 		confirmIn(){
 			let that = this
 			that.$util.confirmModal({content:'确认只入库不改价?'},() => {
-				uni.showLoading({mask:true})
+				uni.showLoading()
 				confirmPutIn({id:that.option.id}).then(res=>{
 					uni.hideLoading()
 					if(res.code == 1){
@@ -236,7 +236,7 @@ export default {
 				let newProduct = this.flowersList.map((ele) => {
 					return {id:ele.id,savePrice:ele.suggestPrice,saveSkPrice:ele.suggestSkPrice,saveHjPrice:ele.suggestHjPrice}
 				})
-				uni.showLoading({mask:true})
+				uni.showLoading()
 				saveCgPrice({data:JSON.stringify(newProduct),cgId:targetId}).then(res => {
 					uni.hideLoading()
 					if(res.code == 1){
@@ -290,7 +290,7 @@ export default {
 			let newProduct = this.flowersList.map((ele) => {
 				return {id:ele.productId,price:ele.suggestPrice,skPrice:ele.suggestSkPrice,hjPrice:ele.suggestHjPrice}
 			})
-			uni.showLoading({mask:false})
+			uni.showLoading()
 			batchChangePrice({data:JSON.stringify(newProduct),changeType:'cg',targetId:targetId,appVersion:1}).then(res => {
 				uni.hideLoading()
 				if(res.code == 1){