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
a522530c
Commit
a522530c
authored
Oct 23, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ec0539dc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
20 deletions
+18
-20
wdCase.vue
pages/microShop/wdCase.vue
+3
-4
share-detail.vue
pages/share-team/share-detail.vue
+2
-2
index.vue
pages/share/buyRecord/index.vue
+3
-3
cash.vue
pages/share/cash/cash.vue
+3
-4
index.vue
pages/share/index/index.vue
+3
-3
level_t.vue
pages/share/level/level_t.vue
+4
-4
No files found.
pages/microShop/wdCase.vue
View file @
a522530c
...
...
@@ -9,7 +9,7 @@
<
template
>
<view
class=
"cashStyle"
:style=
"
{'height':contentHeight}">
<view
class=
"cashBox"
>
<view
class=
"cashBox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<view
class=
"cashBox_top"
>
<text
style=
"font-size: 12px;"
>
账户剩余余额
</text>
<view
style=
"display: flex;flex-direction: row;align-items: flex-end;"
>
<text
style=
"font-size: 30px;"
>
{{
cash
.
Commission
}}
</text>
...
...
@@ -160,8 +160,7 @@
BankName
:
''
,
},
prohibit
:
false
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
prohibit
:
false
}
},
onLoad
(
option
){
...
...
@@ -359,7 +358,7 @@
color
:
#FFFFFF
;
border-radius
:
6px
;
justify-content
:
space-between
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png)
;
}
.cashStyle
.rule
{
width
:
40px
;
...
...
pages/share-team/share-detail.vue
View file @
a522530c
...
...
@@ -5,6 +5,7 @@
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
}
...
...
@@ -276,7 +277,7 @@
<view
class=
"cdetailStyle"
:style=
"
{'height':contentHeight}">
<view
style=
"width:100%;height:100%"
>
<view
class=
"sh_head"
>
<view
class=
"sharebox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<view
class=
"sharebox_top"
>
<view
class=
"sharebox_top_nav"
:style=
"
{paddingTop:nav+'px'}">
<view
class=
"arrow"
@
click=
"redirectPrev"
>
<u-icon
name=
"arrow-left"
size=
"48"
color=
"#fff"
></u-icon>
...
...
@@ -549,7 +550,6 @@
scrollHeight
:
0
,
ISpopup
:
false
,
RelationList
:[],
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}
},
mounted
()
{
...
...
pages/share/buyRecord/index.vue
View file @
a522530c
...
...
@@ -11,7 +11,7 @@
>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
:style=
"
{ height: '100%' }">
<view
class=
"recordList"
>
<view
class=
"r_list_item"
:style=
'
{"background-image":"url("+imgUrl+")"}'
v-for="(x, i) in g" :key="i">
<view
class=
"r_list_item"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
class=
"list_top"
>
<text>
支付金额:
{{
x
.
Money
}}
</text>
<text>
支付时间:
{{
x
.
PayTimeStr
}}
</text>
...
...
@@ -65,8 +65,7 @@ export default {
loadmore
:
'轻轻上拉,加载更多'
,
loading
:
'努力加载中'
,
nomore
:
'没有更多了'
},
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}
};
},
created
()
{
...
...
@@ -150,6 +149,7 @@ export default {
flex-direction
:
column
;
padding
:
10px
;
color
:
#FFFFFF
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png)
;
}
.recordlistStyle
.loading
{
width
:
180
rpx
;
...
...
pages/share/cash/cash.vue
View file @
a522530c
<
template
>
<view
class=
"cashStyle"
:style=
"
{'height':contentHeight}">
<view
class=
"cashBox"
>
<view
class=
"cashBox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<view
class=
"cashBox_top"
>
<text
style=
"font-size: 12px;"
>
账户剩余余额
</text>
<view
style=
"display: flex;flex-direction: row;align-items: flex-end;"
>
<text
style=
"font-size: 30px;"
>
{{
cash
.
CommissionWithdrawal
}}
</text>
...
...
@@ -154,8 +154,7 @@
BankName
:
''
,
},
prohibit
:
false
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
prohibit
:
false
}
},
onLoad
(
option
){
...
...
@@ -354,7 +353,7 @@
color
:
#FFFFFF
;
border-radius
:
6px
;
justify-content
:
space-between
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png)
;
}
.cashStyle
.rule
{
width
:
40px
;
...
...
pages/share/index/index.vue
View file @
a522530c
...
...
@@ -53,7 +53,7 @@
</view>
-->
</view>
<view
style=
"width: 100%;height: 100%;"
v-if=
"sharestatus.Status==3"
>
<view
class=
"sharebox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<view
class=
"sharebox_top"
>
<view
class=
"sharebox_top_nav"
:style=
"
{paddingTop:nav+'px'}">
<view
class=
"arrow"
@
click=
"redirectPrev"
>
<u-icon
name=
"arrow-left"
size=
"48"
color=
"#fff"
></u-icon>
...
...
@@ -253,8 +253,7 @@
scrollTop
:
0
,
words
:{},
UserPageType
:{},
//校园的数据
IsEducation
:
0
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
IsEducation
:
0
}
},
created
(){
...
...
@@ -435,6 +434,7 @@
align-items
:
center
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png)
;
}
.shareindexStyle
.sharebox_top
.sharebox_top_nav
{
width
:
100%
;
...
...
pages/share/level/level_t.vue
View file @
a522530c
...
...
@@ -3,7 +3,7 @@
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/no-level-bg.png"
v-if=
"level.Status==2 "
style=
"width: 100%;height: 100%;"
></image>
<view
class=
"imgbg"
v-if=
"level.Status== 1"
>
<view
class=
"leve_box"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<view
class=
"leve_box"
>
<view
style=
"display: flex;flex-direction: row;align-items: center"
>
<text
style=
"font-size: 18px;"
>
{{
level
.
GradeInfo
.
GradeName
}}
</text>
<view
style=
"padding: 0 10px;background: rgba(55, 55, 55, 0.1);margin-left: 15px;height: 20px;border-radius: 10px;font-size: 11px;line-height: 20px;"
>
...
...
@@ -32,8 +32,7 @@
mainColor
:
''
,
secondary
:
''
,
level
:
''
,
level_bg2
:
''
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
level_bg2
:
''
}
},
created
(){
...
...
@@ -136,6 +135,7 @@
display
:
flex
;
flex-direction
:
column
;
padding
:
10px
;
color
:
#FFFFFF
color
:
#FFFFFF
;
background-image
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png)
;
}
</
style
>
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