Browse Source

'2024年6月28日20:33:45'

master
wq 11 months ago
parent
commit
2bcc3bec99
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      pages/index/index.vue

+ 1
- 4
pages/index/index.vue View File

@@ -287,10 +287,7 @@
const type = 0;
const title = ref("我是测试");
const statusBarHeight = ref(0)
uni.navigateTo({
url: '/subpackage/9901Function/webView/webView'
})


//监听页面滚动
onPageScroll((e) => {

Loading…
Cancel
Save