Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
b927a203
Commit
b927a203
authored
Mar 04, 2021
by
程默
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c4cf31d2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/pages/index/index.vue
+1
-1
src/pages/tabBar1/index.vue
+1
-1
src/pages/tabBar2/index.vue
+1
-1
src/pages/tabBar3/index.vue
+1
-1
src/pages/tabBar4/index.vue
+1
-1
No files found.
src/pages/index/index.vue
View file @
b927a203
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
link
:
this
.
baseUrl
,
link
:
this
.
baseUrl
,
page
:
"/"
,
page
:
"/"
,
location_obj
:
encodeURIComponent
(
wx
.
getStorageSync
(
"location"
)),
location_obj
:
encodeURIComponent
(
wx
.
getStorageSync
(
"location"
)),
params
:
"?mixid="
+
this
.
shopId
+
`&location_obj=
${
this
.
location_obj
}
`
,
params
:
"?mixid="
+
this
.
shopId
+
`&
native_test=1&
location_obj=
${
this
.
location_obj
}
`
,
userInfo
:
{
userInfo
:
{
nickName
:
"mpvue"
,
nickName
:
"mpvue"
,
...
...
src/pages/tabBar1/index.vue
View file @
b927a203
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
},
},
computed
:
{
computed
:
{
pageUrl
()
{
pageUrl
()
{
return
this
.
link
+
this
.
page
+
this
.
params
+
`&tabbar=1&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
return
this
.
link
+
this
.
page
+
this
.
params
+
`&
native_test=1&
tabbar=1&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
},
},
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
...
src/pages/tabBar2/index.vue
View file @
b927a203
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
},
},
computed
:
{
computed
:
{
pageUrl
()
{
pageUrl
()
{
return
this
.
link
+
this
.
page
+
this
.
params
+
`&tabbar=2&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
return
this
.
link
+
this
.
page
+
this
.
params
+
`&
native_test=1&
tabbar=2&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
},
},
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
...
src/pages/tabBar3/index.vue
View file @
b927a203
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
},
},
computed
:
{
computed
:
{
pageUrl
()
{
pageUrl
()
{
return
this
.
link
+
this
.
page
+
this
.
params
+
`&tabbar=3&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
return
this
.
link
+
this
.
page
+
this
.
params
+
`&
native_test=1&
tabbar=3&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
},
},
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
...
src/pages/tabBar4/index.vue
View file @
b927a203
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
},
},
computed
:
{
computed
:
{
pageUrl
()
{
pageUrl
()
{
return
this
.
link
+
this
.
page
+
this
.
params
+
`&tabbar=4&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
return
this
.
link
+
this
.
page
+
this
.
params
+
`&
native_test=1&
tabbar=4&location_obj=
${
wx
.
getStorageSync
(
"location"
)}
`
+
this
.
ss
;
},
},
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
...
...
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