uni-auth 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
|
+
<!-- #ifdef APP-PLUS -->
|
|
2
3
|
<view class="auth-pop" :style="{ marginTop: safeH }" v-if="isPermissionAlertShow">
|
|
3
4
|
<view class="title">{{ type }}权限使用说明</view>
|
|
4
5
|
<view class="msg">{{ contentEnum['android'][type] }}</view>
|
|
5
6
|
</view>
|
|
7
|
+
<!-- #endif -->
|
|
6
8
|
</template>
|
|
7
9
|
|
|
8
10
|
<script setup>
|