|
|
@@ -289,7 +289,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:true})
|
|
|
+ uni.showLoading({mask:false})
|
|
|
batchChangePrice({data:JSON.stringify(newProduct),changeType:'cg',targetId:targetId,appVersion:1}).then(res => {
|
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|