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: '允许客户充值并使用余额支付' }, {