whycq
2023-06-08 aab4ddd36c63d4bd239d2d7fe9c4780b2fcc76da
pages/basics/matSelect.vue
@@ -103,6 +103,7 @@
                  'token':uni.getStorageSync('token'),
                },
               success(result) {
                  console.log(result);
                  uni.hideLoading();
                  var res = result.data
                  if (res.code === 200 ) {
@@ -246,6 +247,9 @@
      z-index: 1;
      position: fixed;
      top: 188rpx;
      /* #ifdef APP-PLUS */
      top: 89rpx;
      /* #endif */
      width: 100%;
      min-height: 50rpx;
      background-color: #E4E7ED;