|
@@ -5,7 +5,7 @@
|
|
|
<!-- 背景图片 -->
|
|
|
<l-painter-image :src="painter.imageUrl" :css="painter.css" />
|
|
|
<!-- 二维码 -->
|
|
|
- <l-painter-qrcode v-if="detail.qrcodecontent" :text="detail.qrcodecontent"
|
|
|
+ <l-painter-qrcode v-if="detail.isqrcode" :text="detail.qrcodecontent"
|
|
|
css="width: 84px; height: 84px;position: absolute;bottom: 24px;right:24px;z-index: 2;background:#fff;" />
|
|
|
</l-painter>
|
|
|
</block>
|
|
@@ -185,7 +185,7 @@ export default {
|
|
|
showCancel: false
|
|
|
})
|
|
|
that.loading = false;
|
|
|
- this.$Http.basic({
|
|
|
+ that.$Http.basic({
|
|
|
"id": 20240319142702,
|
|
|
"content": {
|
|
|
sat_sharematerialid: that.detail.sat_sharematerialid, type: 1
|