|
|
@ -69,7 +69,7 @@ |
|
|
|
<view class="qrimg" @tap="newQrString"> |
|
|
|
<view class="qrimg" @tap="newQrString"> |
|
|
|
<tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="400" unit="upx" |
|
|
|
<tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="400" unit="upx" |
|
|
|
background="#fff" foreground="#000" pdground="#000" :icon="iconUrl" iconSize="40" onval |
|
|
|
background="#fff" foreground="#000" pdground="#000" :icon="iconUrl" iconSize="40" onval |
|
|
|
:usingComponents="usingComponents" showLoading @result="qrR" /> |
|
|
|
:usingComponents="usingComponents" showLoading /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -298,9 +298,6 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
return target |
|
|
|
return target |
|
|
|
}, |
|
|
|
|
|
|
|
qrR() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
newQrString() { |
|
|
|
newQrString() { |
|
|
|
this.getQrString(this.activeCard) |
|
|
|
this.getQrString(this.activeCard) |
|
|
|