Commit a658edc461141f8c606ffb3fce2f4d57228ea521

Authored by BigBoss
1 parent 78ed60987a
Exists in master

。。

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/pages/myOrderPaying/myOrderPaying.vue
... ... @@ -206,8 +206,8 @@ export default {
206 206 cancleOrder() {
207 207 const uid = this.uid;
208 208 const openid = this.openid;
209   - const keyname = this.orderInfo.keyname
210   - console.log(this.orderInfo)
  209 + const keyname = this.orderInfo.order_info.keyname
  210 + // console.log('keyname',this.orderInfo.keyname)
211 211 uni.showModal({
212 212 title: "提示",
213 213 content: "现在取消,订单不可恢复哦,确认取消吗?",
... ...