whycq
2023-05-04 b574b13ac1d93a892a2b6c7193dcfdb60b6c1b10
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;