@@ -12,7 +12,7 @@
<view class="used" v-if="item.status == 2"><image src="../../static/img/ygq.png" mode=""></image></view>
<view class="ewm">
<tki-qrcode
- :cid="index"
+ :cid="'aaa' + index"
ref="qrcode"
:val="item.code"
:size="size"
@@ -6572,7 +6572,7 @@ var render = function() {
ref: "qrcode",
refInFor: true,
attrs: {
- cid: index,
+ cid: "aaa" + index,
val: item.code,
size: _vm.size,
unit: _vm.unit,