From 2523f8809d12a5907053ff818994cffdf1901958 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 21 Nov 2025 18:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=99=BA=E6=85=A7=E5=85=85=E5=80=BC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageMarket/orderRecommendation/add.vue | 7 +++++++ pages/appliccation/marketing.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pageMarket/orderRecommendation/add.vue b/pageMarket/orderRecommendation/add.vue index 44d4ce2..f192584 100644 --- a/pageMarket/orderRecommendation/add.vue +++ b/pageMarket/orderRecommendation/add.vue @@ -127,6 +127,13 @@ function save() { }); return; } + if(!form.guideDetail){ + uni.showToast({ + title: "请输入自定义引导语", + icon: "none", + }); + return; + } if(options.type=='edit'){ suggestApi .editSuggest({ diff --git a/pages/appliccation/marketing.vue b/pages/appliccation/marketing.vue index 22f1dbd..e15262a 100644 --- a/pages/appliccation/marketing.vue +++ b/pages/appliccation/marketing.vue @@ -64,7 +64,7 @@ const menuList = ref([ { title: '智慧充值', icon: '', - pageUrl: 'PAGES_ORDER_INDEX', + pageUrl: 'PAGES_RECHARGE_INDEX', intro: '允许客户充值并使用余额支付' }, {