diff --git a/common/api/order.js b/common/api/order.js index 99e8f98..c080f96 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -98,7 +98,7 @@ export const verifyBindMonthPayCode = (data = {})=> { // 下载进仓单PDF export const exportWarehouseInTpl = (data = {})=> { - return coreRequest(url.exportWarehouseInTpl, data, {}) + return coreRequest(url.exportWarehouseInTpl, data, {}, "GET") } // 确认进仓单 diff --git a/pages/post/post.vue b/pages/post/post.vue index d873076..5fe6870 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -398,6 +398,7 @@ params.goodsPics = params.goodsPics.join(",") params.totalVolume = params.totalVolume || 0 setBindTsm(params) + params._loading = true await saveServerHand(params) await this.saveSuccessBack() }, diff --git a/pages/user/monthCardList.vue b/pages/user/monthCardList.vue index e05b958..c06822d 100644 --- a/pages/user/monthCardList.vue +++ b/pages/user/monthCardList.vue @@ -21,7 +21,7 @@ - @@ -29,12 +29,12 @@ - - + + @@ -149,6 +149,7 @@ }, async handleConfirmBind(){ let res = await apiService.verifyBindMonthPayCode({ ...this.bindModal.data, _loading: true }) + this.bindModal.show = false this.showToast('绑定成功') this.triggerListReload() } diff --git a/pages/warehousing/detail.vue b/pages/warehousing/detail.vue index 0fa92a3..54a38af 100644 --- a/pages/warehousing/detail.vue +++ b/pages/warehousing/detail.vue @@ -5,7 +5,7 @@