更新
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<view class="qrimg" @tap="newQrString">
|
||||
<tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="400" unit="upx"
|
||||
background="#fff" foreground="#000" pdground="#000" :icon="iconUrl" iconSize="40" onval
|
||||
:usingComponents="usingComponents" showLoading @result="qrR" />
|
||||
:usingComponents="usingComponents" showLoading />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -298,9 +298,6 @@
|
||||
})
|
||||
})
|
||||
return target
|
||||
},
|
||||
qrR() {
|
||||
|
||||
},
|
||||
newQrString() {
|
||||
this.getQrString(this.activeCard)
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
uni.navigateBack({})
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
// uni.navigateBack({
|
||||
|
||||
Reference in New Issue
Block a user