问题修复,增加智慧充值页面跳转
This commit is contained in:
@@ -127,6 +127,13 @@ function save() {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if(!form.guideDetail){
|
||||
uni.showToast({
|
||||
title: "请输入自定义引导语",
|
||||
icon: "none",
|
||||
});
|
||||
return;
|
||||
}
|
||||
if(options.type=='edit'){
|
||||
suggestApi
|
||||
.editSuggest({
|
||||
|
||||
Reference in New Issue
Block a user