[更新]变更联通业务提示信息

This commit is contained in:
唐明明
2021-05-27 16:55:16 +08:00
parent 37c4adb623
commit 62f62ac51a
3 changed files with 12 additions and 9 deletions

View File

@@ -118,7 +118,6 @@ Page({
my.showToast({
content: err.data.message
})
my.hideLoading();
})
}else{
my.showToast({
@@ -147,11 +146,15 @@ Page({
channel : "DEFAULT"
}
}).then(res=>{
my.showToast({
content: '办理成功'
});
my.navigateTo({
url: '../unicom/unicom'
my.alert({
title: '提示',
content: '办理成功',
buttonText: '知道了',
success: () => {
my.navigateTo({
url: '../unicom/unicom'
});
}
});
my.hideLoading()
}).catch(err=>{