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
ddbf465d
Commit
ddbf465d
authored
Oct 23, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cf364b3b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
17 deletions
+16
-17
balance.vue
pages/balance/balance.vue
+2
-2
privilege.vue
pages/member/privilege.vue
+1
-1
wdCase.vue
pages/microShop/wdCase.vue
+2
-2
share-detail.vue
pages/share-team/share-detail.vue
+2
-3
index.vue
pages/share/buyRecord/index.vue
+3
-3
cash.vue
pages/share/cash/cash.vue
+2
-2
index.vue
pages/share/index/index.vue
+2
-2
level_t.vue
pages/share/level/level_t.vue
+2
-2
privilegebg.jpeg
static/images/icon/privilegebg.jpeg
+0
-0
shareTop.png
static/images/shareTop.png
+0
-0
No files found.
pages/balance/balance.vue
View file @
ddbf465d
<
template
>
<view
class=
"balanceStyle"
:style=
"
{'height':contentHeight}" >
<view
class=
"balance_top"
>
<view
class=
"balance_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<Text
style=
'margin-top:50rpx ;color: #fff;;font-size: 24rpx;'
>
账户余额(元)
</Text>
<Text
style=
'margin-top:50rpx ;color: #fff;;font-size: 36px;'
>
{{
balance
}}
</Text>
<view
class=
"recharge"
@
click=
"goUrl()"
v-if=
"IsShowRecharge == 1"
>
...
...
@@ -86,6 +86,7 @@
nomore
:
"没有更多了"
,
},
IsShowRecharge
:
0
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/privilegebg.jpeg'
}
},
components
:{
...
...
@@ -251,7 +252,6 @@
flex-direction
:
column
;
align-items
:
center
;
position
:
relative
;
background-image
:
url(../../static/images/icon/privilegebg.jpeg)
;
background-repeat
:
no-repeat
;
background-size
:
100%
215px
;
}
...
...
pages/member/privilege.vue
View file @
ddbf465d
<
template
>
<view
class=
"privilegeStyle"
:style=
"
{'height':contentHeight}">
<view
class=
"privilege_t"
>
<image
src=
"
../../static/images/icon
/privilegebg.jpeg"
mode=
'aspectFit'
style=
"width: 100%;height: 250px;"
></image>
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/privilegebg.jpeg"
mode=
'aspectFit'
style=
"width: 100%;height: 250px;"
></image>
</view>
</view>
</
template
>
...
...
pages/microShop/wdCase.vue
View file @
ddbf465d
...
...
@@ -9,7 +9,7 @@
<
template
>
<view
class=
"cashStyle"
:style=
"
{'height':contentHeight}">
<view
class=
"cashBox"
>
<view
class=
"cashBox_top"
>
<view
class=
"cashBox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<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>
...
...
@@ -161,6 +161,7 @@
},
prohibit
:
false
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}
},
onLoad
(
option
){
...
...
@@ -352,7 +353,6 @@
height
:
130px
;
display
:
flex
;
flex-direction
:
column
;
background-image
:
url(../../static/images/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
padding
:
20px
;
...
...
pages/share-team/share-detail.vue
View file @
ddbf465d
...
...
@@ -5,7 +5,6 @@
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
background-image
:
url(../../static/images/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
}
...
...
@@ -277,7 +276,7 @@
<view
class=
"cdetailStyle"
:style=
"
{'height':contentHeight}">
<view
style=
"width:100%;height:100%"
>
<view
class=
"sh_head"
>
<view
class=
"sharebox_top"
>
<view
class=
"sharebox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<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>
...
...
@@ -550,7 +549,7 @@
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 @
ddbf465d
...
...
@@ -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"
v-for=
"(x, i) in g"
:key=
"i"
>
<view
class=
"r_list_item"
:style=
'
{"background-image":"url("+imgUrl+")"}'
v-for="(x, i) in g" :key="i">
<view
class=
"list_top"
>
<text>
支付金额:
{{
x
.
Money
}}
</text>
<text>
支付时间:
{{
x
.
PayTimeStr
}}
</text>
...
...
@@ -65,7 +65,8 @@ export default {
loadmore
:
'轻轻上拉,加载更多'
,
loading
:
'努力加载中'
,
nomore
:
'没有更多了'
}
},
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
};
},
created
()
{
...
...
@@ -139,7 +140,6 @@ export default {
width
:
94%
;
height
:
auto
;
border-radius
:
6px
;
background-image
:
url(../../../static/images/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
display
:
flex
;
...
...
pages/share/cash/cash.vue
View file @
ddbf465d
<
template
>
<view
class=
"cashStyle"
:style=
"
{'height':contentHeight}">
<view
class=
"cashBox"
>
<view
class=
"cashBox_top"
>
<view
class=
"cashBox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<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>
...
...
@@ -155,6 +155,7 @@
},
prohibit
:
false
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}
},
onLoad
(
option
){
...
...
@@ -347,7 +348,6 @@
height
:
130px
;
display
:
flex
;
flex-direction
:
column
;
background-image
:
url(../../../static/images/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
padding
:
20px
;
...
...
pages/share/index/index.vue
View file @
ddbf465d
...
...
@@ -53,7 +53,7 @@
</view>
-->
</view>
<view
style=
"width: 100%;height: 100%;"
v-if=
"sharestatus.Status==3"
>
<view
class=
"sharebox_top"
>
<view
class=
"sharebox_top"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<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>
...
...
@@ -254,6 +254,7 @@
words
:{},
UserPageType
:{},
//校园的数据
IsEducation
:
0
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}
},
created
(){
...
...
@@ -432,7 +433,6 @@
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
background-image
:
url(../../../static/images/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
}
...
...
pages/share/level/level_t.vue
View file @
ddbf465d
...
...
@@ -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"
>
<view
class=
"leve_box"
:style=
'
{"background-image":"url("+imgUrl+")"}'
>
<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;"
>
...
...
@@ -33,6 +33,7 @@
secondary
:
''
,
level
:
''
,
level_bg2
:
''
,
imgUrl
:
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/shareTop.png'
}
},
created
(){
...
...
@@ -130,7 +131,6 @@
width
:
94%
;
height
:
130px
;
border-radius
:
6px
;
background-image
:
url(../../../static/images/shareTop.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
display
:
flex
;
...
...
static/images/icon/privilegebg.jpeg
deleted
100644 → 0
View file @
cf364b3b
33.1 KB
static/images/shareTop.png
deleted
100644 → 0
View file @
cf364b3b
10.2 KB
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