提交代码

This commit is contained in:
duan
2024-06-12 14:50:03 +08:00
parent 3abfa4658a
commit 84b5632d23
3 changed files with 11 additions and 5 deletions

View File

@@ -87,7 +87,8 @@
</view>
<view class="card" style="padding-bottom: 20rpx;" v-if="listinfo.shopQrcode">
<image :src="listinfo.shopQrcode" show-menu-by-longpress="true" style="width: 100%;" mode="widthFix"></image>
<image :src="listinfo.shopQrcode" show-menu-by-longpress="true" style="width: 100%;" mode="widthFix">
</image>
</view>
<view :style="{height:height}">
@@ -120,7 +121,7 @@
pay_type: 1,
orderId: '',
listinfo: {},
srcimge:'https://czg-qr-order.oss-cn-beijing.aliyuncs.com/wx.jpg'
srcimge: 'https://czg-qr-order.oss-cn-beijing.aliyuncs.com/wx.jpg'
};
},
async onLoad(e) {
@@ -133,6 +134,11 @@
this.orderorderInfo()
}
},
onUnload() {
uni.switchTab({
url: '/pages/order/order'
})
},
methods: {
mountedcreateSelectorQuery() {
//#ifdef MP-WEIXIN || H5