@@ -619,7 +619,13 @@ Page({
break;
case "miniProgram":
wx.navigateToMiniProgram({
- appId: item.appId
+ appId: item.appId,
+ fail(err) {
+ wx.showToast({
+ title: '跳转工行服务小程序失败',
+ icon: "none"
+ })
+ }
})
default: