问题修复,增加智慧充值页面跳转

This commit is contained in:
2025-11-21 18:05:02 +08:00
parent 3d6d843885
commit 2523f8809d
2 changed files with 8 additions and 1 deletions

View File

@@ -127,6 +127,13 @@ function save() {
}); });
return; return;
} }
if(!form.guideDetail){
uni.showToast({
title: "请输入自定义引导语",
icon: "none",
});
return;
}
if(options.type=='edit'){ if(options.type=='edit'){
suggestApi suggestApi
.editSuggest({ .editSuggest({

View File

@@ -64,7 +64,7 @@ const menuList = ref([
{ {
title: '智慧充值', title: '智慧充值',
icon: '', icon: '',
pageUrl: 'PAGES_ORDER_INDEX', pageUrl: 'PAGES_RECHARGE_INDEX',
intro: '允许客户充值并使用余额支付' intro: '允许客户充值并使用余额支付'
}, },
{ {