生成二维码页面优化
This commit is contained in:
parent
18675de48b
commit
b48a00b58a
@ -26,7 +26,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="i.qrcode" class="flex justify-center overflow-hidden">
|
<view v-if="i.qrcode" class="flex justify-center overflow-hidden">
|
||||||
<uqrcode ref="qrcodes" :canvas-id="`qrcode-${idx}`" :value="i.qrcode" :options="options">
|
<uqrcode ref="qrcodes" :canvasId="`qrcode-${idx}`" :value="i.qrcode" :options="options">
|
||||||
</uqrcode>
|
</uqrcode>
|
||||||
</view>
|
</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user