#
whycq
2024-07-25 597fc3077ad5acdde2e8dd5ef41f502ce7558445
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