hookehuyr

fix

<!--
* @Date: 2023-12-13 11:13:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-27 13:54:13
* @LastEditTime: 2023-12-27 14:37:22
* @FilePath: /meihuaApp/src/pages/my/index.vue
* @Description: 我的页面
-->
......@@ -208,9 +208,9 @@ export default {
this.flag = true;
},
mounted () {
// Taro.showLoading({
// title: '加载中',
// });
Taro.showLoading({
title: '加载中',
});
// 设置首页封面高度
const windowHeight = wx.getSystemInfoSync().windowHeight;
// 处理切换显示白屏问题
......