Showing
1 changed file
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-12-13 11:13:13 | 2 | * @Date: 2023-12-13 11:13:13 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-12-27 13:54:13 | 4 | + * @LastEditTime: 2023-12-27 14:37:22 |
| 5 | * @FilePath: /meihuaApp/src/pages/my/index.vue | 5 | * @FilePath: /meihuaApp/src/pages/my/index.vue |
| 6 | * @Description: 我的页面 | 6 | * @Description: 我的页面 |
| 7 | --> | 7 | --> |
| ... | @@ -208,9 +208,9 @@ export default { | ... | @@ -208,9 +208,9 @@ export default { |
| 208 | this.flag = true; | 208 | this.flag = true; |
| 209 | }, | 209 | }, |
| 210 | mounted () { | 210 | mounted () { |
| 211 | - // Taro.showLoading({ | 211 | + Taro.showLoading({ |
| 212 | - // title: '加载中', | 212 | + title: '加载中', |
| 213 | - // }); | 213 | + }); |
| 214 | // 设置首页封面高度 | 214 | // 设置首页封面高度 |
| 215 | const windowHeight = wx.getSystemInfoSync().windowHeight; | 215 | const windowHeight = wx.getSystemInfoSync().windowHeight; |
| 216 | // 处理切换显示白屏问题 | 216 | // 处理切换显示白屏问题 | ... | ... |
-
Please register or login to post a comment