From 9ccb1022472dee39e905749d65451b1fa499c387 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 12 九月 2025 11:56:49 +0800
Subject: [PATCH] 解决退货无法提交退货单问题
---
pages/cusbar/home/template/tpl.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pages/cusbar/home/template/tpl.js b/pages/cusbar/home/template/tpl.js
index 5701e89..c977f1f 100644
--- a/pages/cusbar/home/template/tpl.js
+++ b/pages/cusbar/home/template/tpl.js
@@ -3,11 +3,11 @@
let val = item.url || item;
//閾炬帴璺宠浆鍒颁笓棰�
- if (val && val.id && val.pageType == "special") {
- uni.navigateTo({
- url: `/pages/tabbar/special/special?id=${val.id}`,
- });
- }
+ // if (val && val.id && val.pageType == "special") {
+ // uni.navigateTo({
+ // url: `/pages/tabbar/special/special?id=${val.id}`,
+ // });
+ // }
switch (val.___type || val.type) {
case "goods":
uni.navigateTo({
--
Gitblit v1.8.0