Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini_own
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geruidan
mini_own
Commits
77dd46a3
Commit
77dd46a3
authored
Mar 14, 2025
by
geruidan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏小房子
parent
ed31bb43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
pages.json
pages.json
+2
-1
pages/h5/index.vue
pages/h5/index.vue
+6
-0
No files found.
pages.json
View file @
77dd46a3
...
...
@@ -46,7 +46,8 @@
"name"
:
"auth"
,
"style"
:
{
"navigationBarTitleText"
:
"首页"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}
},{
"path"
:
"bindPh"
,
...
...
pages/h5/index.vue
View file @
77dd46a3
...
...
@@ -27,6 +27,12 @@
this
.
backMiniProgram
=
this
.
$Route
.
query
.
backMiniProgram
// this.webUrl = "https://wx.zhonghuihaotai.com/webpage/wxdist/index.html#/?mallId=134581110000230&companyId=00000310&time="+new Date().getTime()
},
onShow
()
{
if
(
uni
.
hideHomeButton
)
{
console
.
log
(
'
uni.hideHomeButton
'
);
wx
.
hideHomeButton
();
}
},
methods
:{
handleMsg
(
e
){
// this.getMsg = e.detail.data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment