packagePersonal/pages/myOrder/index.js
@@ -56,7 +56,6 @@ }, tabBookClick(item) { console.log(item, 1) let that = this; let info = this.data.tabList[item.detail.value] that.setData({ @@ -200,7 +199,6 @@ onCancel(e) { let { orderNum } = e.currentTarget.dataset console.log(orderNum, 12) wx.showModal({ title: '提示', //提示的标题 content: '确定要取消订单?', //提示的内容