fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-03 23:32:39 +08:00
parent 1e1af4e7da
commit d52bf0d1a5
2 changed files with 20 additions and 17 deletions

View File

@@ -387,13 +387,13 @@ const closed = () => {
<view class="code-box">
<view>核销码</view>
<!-- <image class="qrcode" :src="url"></image> -->
<view class="qrcode">
<canvas
ref="qrcode"
id="qrcode"
class="qrcode"
canvas-id="qrcode"></canvas>
</view>
<!-- <view class="qrcode"> -->
<canvas
ref="qrcode"
id="qrcode"
style="width: 200px; height: 200px"
canvas-id="qrcode"></canvas>
<!-- </view> -->
</view>
</nut-popup>
<pay