From a658edc461141f8c606ffb3fce2f4d57228ea521 Mon Sep 17 00:00:00 2001 From: BigBoss <2280520255@qq.com> Date: Wed, 10 Jun 2020 14:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/myOrderPaying/myOrderPaying.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/myOrderPaying/myOrderPaying.vue b/src/pages/myOrderPaying/myOrderPaying.vue index b4f3cd0..e3363d8 100644 --- a/src/pages/myOrderPaying/myOrderPaying.vue +++ b/src/pages/myOrderPaying/myOrderPaying.vue @@ -206,8 +206,8 @@ export default { cancleOrder() { const uid = this.uid; const openid = this.openid; - const keyname = this.orderInfo.keyname - console.log(this.orderInfo) + const keyname = this.orderInfo.order_info.keyname + // console.log('keyname',this.orderInfo.keyname) uni.showModal({ title: "提示", content: "现在取消,订单不可恢复哦,确认取消吗?", -- 2.0.0