提交 f7440401 编写于 作者: G gongfuxiang

app新增打开权限控制管理

上级 89e95474
......@@ -65,9 +65,9 @@
</view>
</view>
<!-- 清除缓存、客服电话、账号注销 -->
<!-- 权限管理、清除缓存、客服电话、账号注销 -->
<view class="padding-horizontal-main border-radius-main bg-white oh spacing-mb">
<!-- #ifdef MP -->
<!-- #ifdef MP || APP -->
<view class="padding-top-xxl padding-bottom-xxl padding-right-xxxl arrow-right br-b" @tap="open_setting_event">
<text>{{ $t('setup.setup.377uwg') }}</text>
<text class="fr cr-grey">{{ $t('setup.setup.5eltza') }}</text>
......@@ -271,9 +271,14 @@
app.globalData.url_event(e);
},
// 打开小程序权限中心
// 打开权限管理中心
open_setting_event() {
// #ifdef MP
uni.openSetting();
// #endif
// #ifdef APP
uni.openAppAuthorizeSetting();
// #endif
},
// 客服电话
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册