From 6aa49a0d0a0157013d8f7029be6ad5c3ea17228f Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Fri, 20 Mar 2026 10:00:18 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package1/order/orderDetail.vue | 35 +++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)
diff --git a/package1/order/orderDetail.vue b/package1/order/orderDetail.vue
index ee1c263..93d0421 100644
--- a/package1/order/orderDetail.vue
+++ b/package1/order/orderDetail.vue
@@ -46,19 +46,25 @@
取消订单
+
-
- ¥5 去支付
+
+ 核销取餐码
-
@@ -169,6 +175,12 @@
+
+
+
+
@@ -176,7 +188,8 @@
export default {
data() {
return {
- menuButtonInfo: {}
+ menuButtonInfo: {},
+ codeImg:'https://jewel-shop.oss-cn-beijing.aliyuncs.com/3a4e68eb14d7417cbb4f15fa85907c64.jpg'
}
},
components: {
@@ -189,6 +202,9 @@
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect()
},
methods: {
+ openCode(){
+ this.$refs.imgPopup.open()
+ },
back() {
uni.navigateBack()
}
@@ -338,5 +354,10 @@
margin: 0 auto;
font-weight: 700;
}
-
+ .img-popup-content {
+ width: 600rpx;
+ height: 800rpx;
+ background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/73e684e3319c468d9252461ba3c9e95b.png') no-repeat;
+ background-size: 100%;
+ }
\ No newline at end of file