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: "现在取消,订单不可恢复哦,确认取消吗?",