From 1df148a6f5158e2abe56b878323618e85e93ea57 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 4 Sep 2025 14:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=82=B9=E5=87=BB=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E6=89=A9=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/info/sceneProductInfo/index.wxml | 9 +++++---- pages/order/payresult/index.js | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/info/sceneProductInfo/index.wxml b/pages/info/sceneProductInfo/index.wxml index 50826b8..c4700a7 100644 --- a/pages/info/sceneProductInfo/index.wxml +++ b/pages/info/sceneProductInfo/index.wxml @@ -65,7 +65,9 @@ {{item.title}} - + {{sku.sku_name}} @@ -74,7 +76,7 @@ {{tool.filterTag(sku.display_tags,",",2,false)}} - ⓘ预订须知> @@ -85,8 +87,7 @@ - 预订 diff --git a/pages/order/payresult/index.js b/pages/order/payresult/index.js index 6021b75..2bcc30e 100644 --- a/pages/order/payresult/index.js +++ b/pages/order/payresult/index.js @@ -48,6 +48,12 @@ Page({ gotoDetail:function(e){ let item = e.currentTarget.dataset.item; // todo 区县跳转 + // if (item.goods_jump_type == "changshu" || item.goods_jump_type == "yjks") { + // util.goProdInOtherPlatform(item) + // return + // } + + util.gotoDetail(item) }, gotoOrderList:function(){