uniapp【优化】: 海报增加提示

This commit is contained in:
15093570141
2024-10-24 11:30:30 +08:00
parent 40e05f817d
commit 112c9b098f
2 changed files with 10 additions and 2 deletions

View File

@@ -42,3 +42,9 @@
font-size: 28rpx;
}
}
.tip-box{
padding: 20rpx 50rpx;
font-size: 24rpx;
color: #aaa;
}

View File

@@ -53,7 +53,9 @@
</lpainterView>
</lpainterView>
</LPainter>
<view class="tip-box" v-if="state.imgSrc">
如果您下载失败或者以前拒绝过弹出的授权相册提醒请点击右上角三个点进入设置页面开启添加到相册功能
</view>
<view class="btn-box">
<view class="btn">
<view class="back" @click="handlenNavigateBack">返回上一页</view>
@@ -345,7 +347,7 @@
})
// #endif
// #ifdef MP
// #ifdef MP
uni.authorize({
scope: 'scope.writePhotosAlbum',
success() {