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;