From 6b5196955fe03e062aa360881757792c1c69ef88 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Wed, 5 Jul 2023 09:21:25 +0800 Subject: [PATCH] 单赠品的时候不跳转 --- components/promate_pop/promate_pop.wxml | 8 ++++++-- utils/util.js | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/components/promate_pop/promate_pop.wxml b/components/promate_pop/promate_pop.wxml index ce72320..73cb6ba 100644 --- a/components/promate_pop/promate_pop.wxml +++ b/components/promate_pop/promate_pop.wxml @@ -32,8 +32,12 @@ {{bm.text}} {{bm.text}} - {{bm.text}} + {{bm.text}} + {{bm.text}} diff --git a/utils/util.js b/utils/util.js index 7f06b05..d024b94 100644 --- a/utils/util.js +++ b/utils/util.js @@ -848,7 +848,8 @@ module.exports = { more_arr.push({ text:'送' + fir_act.goods_name + ' x' + fir_act.zp_num, is_gift:1, - prom_id:fir_act.prom_id + prom_id:fir_act.prom_id, + is_no_goto:1,//不进行跳转的意思 }); } } -- libgit2 0.21.4