pages/order/orderDetlList.vue
@@ -40,12 +40,8 @@ let that = this uni.request({ url: this.baseUrl + '/orderDetl/forOrderNo/auth', data: { orderNo: that.orderNo }, header: { 'token': uni.getStorageSync('token') }, data: { orderNo: that.orderNo }, header: { 'token': uni.getStorageSync('token') }, success(res) { res = res.data that.menuList = res.data