|
|
@@ -337,7 +337,9 @@ export default {
|
|
|
if (!this.getMerchantInfo) {
|
|
|
await this.initMerchantInfo()
|
|
|
}
|
|
|
+ uni.showLoading({mask:true})
|
|
|
const res = await createPurchaseOrderApi({...formData,modifyPrice:this.modifyPrice,cgModel:this.myShopInfo.cgModel})
|
|
|
+ uni.hideLoading()
|
|
|
uni.setStorageSync('flowersItemInfo', itemInfo)
|
|
|
this.removeFromSaveDirect()
|
|
|
this.$util.pageTo({url: "/pagesPurchase/components/pageSuccess",type:2,query: {orderSn: res.data.orderSn}})
|