问题修复,增加智慧充值页面跳转
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ const menuList = ref([
|
|||||||
{
|
{
|
||||||
title: '智慧充值',
|
title: '智慧充值',
|
||||||
icon: '',
|
icon: '',
|
||||||
pageUrl: 'PAGES_ORDER_INDEX',
|
pageUrl: 'PAGES_RECHARGE_INDEX',
|
||||||
intro: '允许客户充值并使用余额支付'
|
intro: '允许客户充值并使用余额支付'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user