From 055ed63de7fbe34905d70b0b3bf82f54c7f81cf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com>
Date: Mon, 12 Aug 2024 21:28:03 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=E7=AD=89=E7=BA=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/order/payModifyTcMy.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/my/order/payModifyTcMy.vue b/my/order/payModifyTcMy.vue
index 5772a99..230149a 100644
--- a/my/order/payModifyTcMy.vue
+++ b/my/order/payModifyTcMy.vue
@@ -13,7 +13,7 @@
{{orderXm.title}}
-
+
@@ -984,6 +984,7 @@
this.loading = false
uni.hideLoading()
this.order = res.data
+ console.log(this.order);
let aliphone = this.$queue.getData('aliphone');
if (aliphone === '是' && this.order.artificer) {
this.ysPhone(this.order.phone, this.order.artificer.phone);