This commit is contained in:
xiaozhiyong
2023-09-19 09:00:12 +08:00
parent 5a73a4e9a6
commit 506d04100c
3 changed files with 28 additions and 31 deletions

View File

@@ -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)

View File

@@ -79,7 +79,7 @@
}) })
return return
} }
uni.navigateBack({}) uni.navigateBack()
} }
// uni.navigateBack({ // uni.navigateBack({