From 0dd1e510c227894e9dab9a098bef6c5ece1414ae Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 1 Mar 2024 17:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/activePopup.vue | 120 +++++++++++++++++++++++ pages/activeCode/subsidy.vue | 4 +- pages/admin/order_cancellation/index.vue | 2 +- pages/auth/index.vue | 5 +- pages/index/index.vue | 26 ++--- pages/moreProject/moreProject.vue | 19 ++-- pages/nongKe/gather/select_warehouse.vue | 2 +- pages/payment/qrcode.vue | 4 +- pages/product/addGood/addGood.vue | 2 +- pages/product/addGoods/secound.vue | 2 +- 10 files changed, 155 insertions(+), 31 deletions(-) create mode 100644 components/activePopup.vue diff --git a/components/activePopup.vue b/components/activePopup.vue new file mode 100644 index 0000000..1296eef --- /dev/null +++ b/components/activePopup.vue @@ -0,0 +1,120 @@ + + + + + \ No newline at end of file diff --git a/pages/activeCode/subsidy.vue b/pages/activeCode/subsidy.vue index 564e9e5..df8f84c 100644 --- a/pages/activeCode/subsidy.vue +++ b/pages/activeCode/subsidy.vue @@ -151,7 +151,6 @@ getSubsidy(this.mer_id, { type: this.type }).then(res=>{ - console.log(res); this.info = res.data; }) }, @@ -167,13 +166,14 @@ } -