#
whycq
2023-01-29 690a0b08ef4df6f15157eaf1294b500767e2ac24
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;