yangan
2024-10-15 aeb8685d9cafbfb42ecc587ebc8bc54f1e34be46
pages/loadUnload-page/orderPlanList/index.vue
@@ -168,7 +168,7 @@
        init(){
         console.log('init',localStorage.getItem('bunkerIds'))
         uni.showLoading({ title: '加载中...' })
            this.$reqGet('getMyPlanListByBunkerId',{bunkerIds:localStorage.getItem('bunkerIds'),isYuyue:this.isYuyue}).then((res) => {
            this.$reqGet('getMyPlanListByBunkerId',{bunkerIds:localStorage.getItem('bunkerIds'),isYuyue:this.isYuyue,productIds:uni.getStorageSync('productIds') }).then((res) => {
                console.log(res,'res')
                this.orderPlanList = res.data;
            uni.hideLoading();
@@ -253,7 +253,6 @@
   flex-direction: column;
   .collection-form-item{
      width: 95%;
      height: 400rpx;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
      margin: 20rpx 0;
      .formTop{