pull/12/head
xiaozhiyong 1 year ago
parent 5a73a4e9a6
commit 506d04100c
  1. 5
      BagStation/pages/stationDetail/stieQr.vue
  2. 2
      colorui/components/cu-custom.vue

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

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

Loading…
Cancel
Save