|
|
@@ -521,11 +521,11 @@ module.exports = {
|
|
|
} else {
|
|
|
console.log("被永久拒绝");
|
|
|
if (uni.getSystemInfoSync().platform != 'ios') {
|
|
|
- that.$refs.permission?.open();
|
|
|
+ that.$refs.permission?.close();
|
|
|
}
|
|
|
|
|
|
// 显示确认对话框
|
|
|
- appConfirm("权限被永久拒绝," + tip, function(res) {
|
|
|
+ this.appConfirm("权限被永久拒绝," + tip, function(res) {
|
|
|
if (res) {
|
|
|
uni.openAppAuthorizeSetting();
|
|
|
}
|