From 11bd37e205179c450e35fab792ffb3ae7b5f057b Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Thu, 29 Feb 2024 11:33:11 +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/user/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/user/index.vue b/pages/user/index.vue index a52e162..eb92000 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -146,7 +146,8 @@ 浏览记录 - + + {{actionCountsInfo.take_goods_number?actionCountsInfo.take_goods_number:0}} @@ -605,6 +606,11 @@ } }, methods: { + goShopOrderList(){ + uni.navigateTo({ + url:'/pages/news3/shopOrder?delivery_type=10' + }) + }, goDealer(type) { if (type == 30) { this.goJump('/pages/news3/JoinDistribution?dataType=all');