#
whycq
2023-04-20 c0b24b804539df3a40a0be613b44562c7e073005
pages/basics/matSelect.vue
@@ -30,7 +30,6 @@
                     <view class="cu-tag bg-cyan ">商品</view>
                  </view>
                  <view class="matnr"><text style="width: 400rpx;">{{item.matnr}}</text></view>
                  <view class="matnr"><text style="width: 400rpx;">{{item.specs}}</text></view>
               </view>
            </label>
         </checkbox-group>
@@ -103,6 +102,7 @@
                  'token':uni.getStorageSync('token'),
                },
               success(result) {
                  console.log(result);
                  uni.hideLoading();
                  var res = result.data
                  if (res.code === 200 ) {
@@ -246,6 +246,9 @@
      z-index: 1;
      position: fixed;
      top: 188rpx;
      /* #ifdef APP-PLUS */
      top: 89rpx;
      /* #endif */
      width: 100%;
      min-height: 50rpx;
      background-color: #E4E7ED;
@@ -343,7 +346,7 @@
   }
   .demo-list {
      border-bottom: 1px solid #d8d8d8;
      height: 180rpx;
      height: 150rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }
@@ -361,14 +364,14 @@
      float: left;
      text-align: center;
      width: 100rpx;
      height: 180rpx;
      line-height: 180rpx;
      height: 120rpx;
      line-height: 120rpx;
   }
   .demo-list-right {
      display: inline-block;
      float: left;
      width: 100%;
      height: 180rpx;
      height: 150rpx;
      color: #828282;
   }
   .order-ditel {