Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-12-27 16:33:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
53ffeda0356f28e1022d6be23702a631c73b0dce
53ffeda0
1 parent
8e29b4e8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/pages/my/index.vue
src/pages/my/index.vue
View file @
53ffeda
<!--
* @Date: 2023-12-13 11:13:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-27 1
3:54:13
* @LastEditTime: 2023-12-27 1
4: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;
// 处理切换显示白屏问题
...
...
Please
register
or
login
to post a comment