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
89787f53
Commit
89787f53
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c7958013
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
pages.json
pages.json
+6
-6
index.vue
pages/index/index.vue
+1
-1
index.vue
pages/share/index/index.vue
+1
-1
No files found.
pages.json
View file @
89787f53
...
@@ -77,12 +77,12 @@
...
@@ -77,12 +77,12 @@
},
},
{
{
"root"
:
"pages/live"
,
"root"
:
"pages/live"
,
//
"plugins"
:
{
"plugins"
:
{
//
"live-player-plugin"
:
{
"live-player-plugin"
:
{
//
"version"
:
"1.2.5
"
,
"version"
:
"1.2.9
"
,
//
"provider"
:
"wx2b03c6e691cd7370"
"provider"
:
"wx2b03c6e691cd7370"
//
}
}
//
},
},
"pages"
:
[{
"pages"
:
[{
"path"
:
"index"
"path"
:
"index"
},
{
},
{
...
...
pages/index/index.vue
View file @
89787f53
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
</view>
</view>
</view>
</view>
<
view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view
>
<
!--
<view
@
click=
'yj'
style=
"width: 200px;height: 50px;"
>
活动
</view>
--
>
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
<u-tabs
v-if=
"myPageData.home_pages && myPageData.home_pages.navs.length > 1"
name=
"name"
:list=
"myPageData.home_pages.navs"
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
:is-scroll=
"true"
:active-color=
"mainColor"
:current=
"active"
:bar-width=
"80"
:font-size=
"32"
:bold=
"false"
@
change=
"changeHandler"
></u-tabs>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
<template
v-for=
"(item, i) in myPageData.home_pages.navs"
>
...
...
pages/share/index/index.vue
View file @
89787f53
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<view
style=
"width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"
></view>
<view
style=
"width: 2px;height: 25px;background: #FFFFFF;justify-content: space-between;"
></view>
<view
class=
"center_item"
style=
"font-size: 12px;color: #FFFFFF;"
@
click=
"gosales()"
>
<view
class=
"center_item"
style=
"font-size: 12px;color: #FFFFFF;"
@
click=
"gosales()"
>
<Text>
销售额
</Text>
<Text>
销售额
</Text>
<Text>
{{
sharedata
.
UserInfo
.
MySellMoney
!=
null
?
sharedata
.
UserInfo
.
MySellMoney
:
0
}}
元
</Text>
<Text>
{{
sharedata
.
UserInfo
.
MySellMoney
!=
null
?
sharedata
.
UserInfo
.
MySellMoney
.
toFixed
(
1
)
:
0
}}
元
</Text>
</view>
</view>
</view>
</view>
<!-- 会员购买 -->
<!-- 会员购买 -->
...
...
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