This commit is contained in:
gpu 2026-02-03 01:30:59 +08:00
commit 7f34e35106

View File

@ -4,7 +4,7 @@
<view v-if="isCanUse && isMpWeixin">
<view>
<view class="header">
<image :src="$img1('common/logo.png?x=1')"></image>
<image :src="$img1('common/logo.jpg?x=1')"></image>
</view>
<view class="content">
<view>申请获取以下权限</view>
@ -447,7 +447,7 @@
.header image {
width: 200rpx;
height: 200rpx;
border-radius: 50%;
border-radius: 25%;
}
.content {