Forráskód Böngészése

当微信小程序没有申请该API时,提示错误

Signed-off-by: 刘轶 <dalian_liuyi@aliyun.com>
刘轶 1 éve
szülő
commit
407599a2c9
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      template/uni-app/utils/util.js

+ 5 - 0
template/uni-app/utils/util.js

@@ -613,6 +613,11 @@ export default {
 
 					}
 				})
+			},
+            fail: function(res) {
+				that.Tips({
+					title: res.errMsg
+				});
 			}
 		})