From dc09e4d0c707d41d64644e302c2ce01604e3735b Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Tue, 27 Feb 2024 00:17:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E8=B4=A7=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news3/shopOrder.vue | 1 + pages/user/index.vue | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/news3/shopOrder.vue b/pages/news3/shopOrder.vue index 3fc0b5a..0c08828 100644 --- a/pages/news3/shopOrder.vue +++ b/pages/news3/shopOrder.vue @@ -269,6 +269,7 @@ }, onLoad(option) { console.log("会员管理带来的user_id",option.user_id) + console.log("提货记录带来的delivery_type",option.delivery_type) }, methods: { reset() { diff --git a/pages/user/index.vue b/pages/user/index.vue index afa6b78..c67a8ec 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -144,7 +144,8 @@ 浏览记录 - + + {{actionCountsInfo.take_goods_number?actionCountsInfo.take_goods_number:0}} @@ -647,6 +648,11 @@ url: "/pages/news/recycling/orderList?type=" + type }) }, + goShopOrderList(){ + uni.navigateTo({ + url:'/pages/news3/shopOrder?delivery_type=10' + }) + }, goJump(url,type){ if(type == 1){ uni.navigateTo({