hwq 3 年之前
父节点
当前提交
f371259f41
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/shop/djqQm.vue
  2. 1 1
      unpackage/dist/dev/app-plus/app-service.js

+ 1 - 1
pages/shop/djqQm.vue

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

+ 1 - 1
unpackage/dist/dev/app-plus/app-service.js

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