From 6ec8d1ea2c3bd503c68fa827aaeb747678f35894 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Fri, 17 Oct 2025 09:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E9=97=B8=E8=9F=B9=E6=B6=88=E8=B4=B9?= =?UTF-8?q?=E5=AD=A3=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 + static/js/request.js | 8 +- subPackages/activity/dzxConSeason.vue | 455 +++++++++++++++ subPackages/activity/dzxConSeasonNH.vue | 310 ++++++++++ subPackages/activity/dzxConSeasonPrize.vue | 650 +++++++++++++++++++++ subPackages/order/orderDetail.vue | 16 +- 6 files changed, 1453 insertions(+), 5 deletions(-) create mode 100644 subPackages/activity/dzxConSeason.vue create mode 100644 subPackages/activity/dzxConSeasonNH.vue create mode 100644 subPackages/activity/dzxConSeasonPrize.vue diff --git a/pages.json b/pages.json index fc7fa14..4705ad1 100644 --- a/pages.json +++ b/pages.json @@ -374,6 +374,25 @@ "navigationBarTitleText" : "绿色有机标准认证" } }, + { + "path": "activity/dzxConSeason", + "style": { + "navigationBarTitleText" : "" + } + }, + { + "path": "activity/dzxConSeasonNH", + "style": { + "navigationBarTitleText" : "" + } + }, + { + "path": "activity/dzxConSeasonPrize", + "style": { + "navigationBarTitleText" : "" + } + }, + { "path": "activity/prizeInQun", "style": { diff --git a/static/js/request.js b/static/js/request.js index 39bf379..cfb2213 100644 --- a/static/js/request.js +++ b/static/js/request.js @@ -3,10 +3,10 @@ import store from '@/store'; // 定义 API URL // const DEV_API_URL = 'https://api.cloud.sz-trip.com'; -// const DEV_API_URL = 'https://api.sutenong.com' -// const PROD_API_URL = 'https://api.sutenong.com'; -const DEV_API_URL = 'https://swsz.api.js-dyyj.com'; -const PROD_API_URL = 'https://swsz.api.js-dyyj.com'; +const DEV_API_URL = 'https://api.sutenong.com' +const PROD_API_URL = 'https://api.sutenong.com'; +// const DEV_API_URL = 'https://swsz.api.js-dyyj.com'; +// const PROD_API_URL = 'https://swsz.api.js-dyyj.com'; const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL; // 获取token diff --git a/subPackages/activity/dzxConSeason.vue b/subPackages/activity/dzxConSeason.vue new file mode 100644 index 0000000..d717bd1 --- /dev/null +++ b/subPackages/activity/dzxConSeason.vue @@ -0,0 +1,455 @@ + + + + + \ No newline at end of file diff --git a/subPackages/activity/dzxConSeasonNH.vue b/subPackages/activity/dzxConSeasonNH.vue new file mode 100644 index 0000000..a906ca6 --- /dev/null +++ b/subPackages/activity/dzxConSeasonNH.vue @@ -0,0 +1,310 @@ + + + + + \ No newline at end of file diff --git a/subPackages/activity/dzxConSeasonPrize.vue b/subPackages/activity/dzxConSeasonPrize.vue new file mode 100644 index 0000000..a8b8dc2 --- /dev/null +++ b/subPackages/activity/dzxConSeasonPrize.vue @@ -0,0 +1,650 @@ + + + + + \ No newline at end of file diff --git a/subPackages/order/orderDetail.vue b/subPackages/order/orderDetail.vue index b21a2bf..a0ee866 100644 --- a/subPackages/order/orderDetail.vue +++ b/subPackages/order/orderDetail.vue @@ -123,7 +123,10 @@ {{item.consignee_info.address}} - 快递查询 + + 快递查询 + 确认收货 + @@ -677,6 +680,17 @@ }) }, + confirmDelivery (item) { + let _this = this + this.Post({ + order_id: item.order_id, + },"/api/order/confirm_post").then(function (res) { + if (res) { + _this.getDetail(); + } + }) + }, + // 去评价 goComment (item) { if (item) {