shish 8 ماه پیش
والد
کامیت
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(){
 		confirmIn(){
 			let that = this
 			let that = this
 			that.$util.confirmModal({content:'确认只入库不改价?'},() => {
 			that.$util.confirmModal({content:'确认只入库不改价?'},() => {
-				uni.showLoading({mask:true})
+				uni.showLoading()
 				confirmPutIn({id:that.option.id}).then(res=>{
 				confirmPutIn({id:that.option.id}).then(res=>{
 					uni.hideLoading()
 					uni.hideLoading()
 					if(res.code == 1){
 					if(res.code == 1){
@@ -236,7 +236,7 @@ export default {
 				let newProduct = this.flowersList.map((ele) => {
 				let newProduct = this.flowersList.map((ele) => {
 					return {id:ele.id,savePrice:ele.suggestPrice,saveSkPrice:ele.suggestSkPrice,saveHjPrice:ele.suggestHjPrice}
 					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 => {
 				saveCgPrice({data:JSON.stringify(newProduct),cgId:targetId}).then(res => {
 					uni.hideLoading()
 					uni.hideLoading()
 					if(res.code == 1){
 					if(res.code == 1){
@@ -290,7 +290,7 @@ export default {
 			let newProduct = this.flowersList.map((ele) => {
 			let newProduct = this.flowersList.map((ele) => {
 				return {id:ele.productId,price:ele.suggestPrice,skPrice:ele.suggestSkPrice,hjPrice:ele.suggestHjPrice}
 				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 => {
 			batchChangePrice({data:JSON.stringify(newProduct),changeType:'cg',targetId:targetId,appVersion:1}).then(res => {
 				uni.hideLoading()
 				uni.hideLoading()
 				if(res.code == 1){
 				if(res.code == 1){