Kaynağa Gözat

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

Signed-off-by: 刘轶 <dalian_liuyi@aliyun.com>
刘轶 1 yıl önce
ebeveyn
işleme
407599a2c9
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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
+				});
 			}
 		})