This commit is contained in:
18631081161 2025-03-03 16:50:23 +08:00
parent 4930acf7e5
commit abc9013b89

View File

@ -77,8 +77,8 @@
<uni-popup ref="posterPopup" type="center"> <uni-popup ref="posterPopup" type="center">
<canvas canvas-id="myPoster" style="width: 650rpx; height: 950rpx;"> <canvas canvas-id="myPoster" style="width: 650rpx; height: 950rpx;">
<view class="view_poster"> <view class="view_poster">
<canvas id="qrcode" canvas-id="qrcode" <!-- <canvas id="qrcode" canvas-id="qrcode"
style="width: 150px;height: 150px; position: absolute; bottom: 180rpx; left: 200rpx;"></canvas> style="width: 150px;height: 150px; position: absolute; bottom: 180rpx; left: 200rpx;"></canvas> -->
</view> </view>
</canvas> </canvas>
</uni-popup> </uni-popup>
@ -200,7 +200,7 @@
}); });
}); });
uni.showToast({ uni.showToast({
title: "图片保存成功" title: "图片"
}) })
} }
} }