修改取货二维码问题

This commit is contained in:
jia 2023-08-10 16:13:24 +08:00
parent 9b9911660e
commit 483684f729

View File

@ -206,10 +206,8 @@
请把二维码展示给取货人员
</view>
<view style="padding: 28.07rpx;">
<image :src="payCodeUrl" style="width:400rpx;height: 400rpx;"></image>
<zbCode v-if="payCodeUrl" ref="qrcode" :cid="cid" :val="payCodeUrl" :size="size" :unit="unit"
:background="background" :foreground="foreground" :pdground="pdground" :lv="lv" :onval="onval"
:loadMake="loadMake" :usingComponents="true" />
</view>
</u-popup>
@ -238,7 +236,7 @@
postconfirm,
logisticsCode
} from "@/api/admin";
import zbCode from '@/components/zb-code/zb-code.vue'
import Loading from '@/components/Loading/index'
import PriceChange from '@/components/PriceChange/index'
import {
@ -247,7 +245,6 @@
export default {
name: "AdminOrderList",
components: {
zbCode, //
Loading,
PriceChange
},
@ -270,20 +267,10 @@
refundInfo: {},
orderInfo: {},
status: "",
codeShow: false,
merId: '',
popUpShow: false,
payCodeUrl: '',
cid: '1',
ifShow: true,
size: 200, //
unit: 'px', //
background: '#FFF', //
foreground: '#000', //
pdground: '#32dbc6', //
lv: 3, //
onval: true, // val
loadMake: true, //
src: '', // base64
payCodeUrl:''
};
},
watch: {
@ -329,7 +316,7 @@
})
}
postconfirm(this.merId, data).then(res => {
console.log(res);
// console.log(res);
})
},
handleSearch() {