Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
5a4e35a1
Commit
5a4e35a1
authored
Jun 28, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f6d1c38e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
pages.json
pages.json
+15
-6
index.vue
pages/index/index.vue
+2
-2
No files found.
pages.json
View file @
5a4e35a1
...
...
@@ -74,6 +74,20 @@
}
]
},
{
"root"
:
"pages/live"
,
"plugins"
:
{
"live-player-plugin"
:
{
"version"
:
"1.0.18"
,
"provider"
:
"wx2b03c6e691cd7370"
}
},
"pages"
:
[
{
"path"
:
"index"
}
]
},
{
"root"
:
"pages/user-center"
,
"pages"
:
[{
...
...
@@ -196,12 +210,7 @@
]
}
],
"plugins"
:
{
"live-player-plugin"
:
{
"version"
:
"1.0.1"
,
"provider"
:
"wx2b03c6e691cd7370"
}
},
//
"rules"
:
[{
//
"action"
:
"allow"
,
//
"page"
:
"*"
...
...
pages/index/index.vue
View file @
5a4e35a1
...
...
@@ -67,7 +67,7 @@
</view>
</template>
<tabbar></tabbar>
<view
class=
"tips"
v-if=
"add_show==1&& JSON.stringify(setting) != '{}' "
:style=
"{
<view
class=
"tips
_t
"
v-if=
"add_show==1&& JSON.stringify(setting) != '{}' "
:style=
"{
'border-radius':setting.add_app_bg_radius+'rpx',
'opacity':setting.add_app_bg_transparency/100
}"
>
...
...
@@ -239,7 +239,7 @@ export default {
justify-content: center; */
padding-bottom
:
100
rpx
;
}
.content
.tips
{
.content
.tips
_t
{
position
:
fixed
;
top
:
8px
;
right
:
6px
;
...
...
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