Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
contraceptives_app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ynby
contraceptives_app
Commits
c121de7f
Commit
c121de7f
authored
May 23, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序 领取记录顶部title判断
parent
9260039a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
App.vue
src/App.vue
+3
-7
main.js
src/main.js
+7
-0
No files found.
src/App.vue
View file @
c121de7f
...
...
@@ -5,7 +5,7 @@
</
template
>
<
script
>
import
{
getQueryVariable
,
showNav
}
from
"./utils/common"
;
import
{
showNav
}
from
"./utils/common"
;
export
default
{
data
()
{
...
...
@@ -16,11 +16,6 @@ import {getQueryVariable, showNav} from "./utils/common";
showNav
:
showNav
,
}
},
mounted
()
{
let
embed
=
getQueryVariable
(
'embed'
)
if
(
embed
)
{
window
.
sessionStorage
.
setItem
(
'embed'
,
embed
)
}
}
}
</
script
>
\ No newline at end of file
src/main.js
View file @
c121de7f
...
...
@@ -10,12 +10,19 @@ import { InfiniteScroll } from 'mint-ui';
import
eventLog
from
"./utils/directive/eventLog"
;
//有盟事件埋点指令v-log="[]"
import
uweb
from
"vue-uweb"
;
import
'./vant/register'
import
{
getQueryVariable
}
from
"./utils/common"
;
Vue
.
use
(
InfiniteScroll
);
Vue
.
use
(
Router
)
Vue
.
config
.
productionTip
=
false
Vue
.
use
(
MintUI
)
Vue
.
use
(
eventLog
)
Vue
.
use
(
uweb
,
1280549113
)
let
embed
=
getQueryVariable
(
'embed'
)
if
(
embed
)
{
window
.
sessionStorage
.
setItem
(
'embed'
,
embed
)
}
new
Vue
({
router
,
store
,
...
...
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