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
b7031508
Commit
b7031508
authored
Jul 31, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
523ed85a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
+15
-13
index.vue
pages/share/index/index.vue
+11
-9
user-center.vue
pages/user-center/user-center.vue
+4
-4
No files found.
pages/share/index/index.vue
View file @
b7031508
...
@@ -108,12 +108,12 @@
...
@@ -108,12 +108,12 @@
</view>
</view>
<!-- 会员购买 -->
<!-- 会员购买 -->
<view
class=
"buyvip"
v-if=
"words.isshowvipbuypic==1"
@
click=
"goUrl(words.vipbuyurl)"
>
<view
class=
"buyvip"
v-if=
"words.isshowvipbuypic==1"
@
click=
"goUrl(words.vipbuyurl)"
>
<image
:src=
"words.vipbuyico"
style=
"width: 100%;"
mode=
'widthFix'
></image>
<image
:src=
"words.vipbuyico"
style=
"width: 100%;
height: auto;
"
mode=
'widthFix'
></image>
</view>
</view>
</view>
</view>
<view
class=
"sharebox_c"
>
<view
class=
"sharebox_c"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;height: 55px;margin-left: -30px;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;height: 55px;margin-left: -30px;"
>
<image
src=
"../../../static/images/yue.png"
style=
"width: 25px"
mode =
'widthFix'
></image>
<image
src=
"../../../static/images/yue.png"
style=
"width: 25px
;height: auto;
"
mode =
'widthFix'
></image>
<view
style=
"display: flex;flex-direction: column;margin-left: 17px;height: 100%;justify-content: space-between;"
>
<view
style=
"display: flex;flex-direction: column;margin-left: 17px;height: 100%;justify-content: space-between;"
>
<Text
style=
'font-size: 22px;'
>
{{
sharedata
.
UserInfo
.
CommissionWithdrawal
!=
null
?
sharedata
.
UserInfo
.
CommissionWithdrawal
:
0
}}
<Text
style=
'font-size: 14px;'
>
元
</Text>
</Text>
<Text
style=
'font-size: 22px;'
>
{{
sharedata
.
UserInfo
.
CommissionWithdrawal
!=
null
?
sharedata
.
UserInfo
.
CommissionWithdrawal
:
0
}}
<Text
style=
'font-size: 14px;'
>
元
</Text>
</Text>
<text>
{{
sharedata
.
CustomModel
.
CommissionForWithdrawalName
}}
</text>
<text>
{{
sharedata
.
CustomModel
.
CommissionForWithdrawalName
}}
</text>
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
<view
class=
"sharebox_menus"
>
<view
class=
"sharebox_menus"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-money/share-money')"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-money/share-money')"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
:src=
"sharedata.CustomModel.DistributionCommissionImage"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
:src=
"sharedata.CustomModel.DistributionCommissionImage"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
DistributionCommissionName
}}
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
DistributionCommissionName
}}
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
</view>
</view>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-order/share-order')"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-order/share-order')"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
:src=
"sharedata.CustomModel.DistributionOrderImage"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
:src=
"sharedata.CustomModel.DistributionOrderImage"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
DistributionOrderName
}}
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
DistributionOrderName
}}
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
</view>
</view>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/cash-detail/cash-detail')"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/cash-detail/cash-detail')"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
:src=
"sharedata.CustomModel.WithdrawDetialsImage"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
:src=
"sharedata.CustomModel.WithdrawDetialsImage"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
WithdrawDetialsName
}}
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
WithdrawDetialsName
}}
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
</view>
</view>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-team/share-team')"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-team/share-team')"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
:src=
"sharedata.CustomModel.MyTeamImage"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
:src=
"sharedata.CustomModel.MyTeamImage"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
MyTeamName
}}
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
MyTeamName
}}
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share/vipBuyCommission/vipBuyCommission')"
v-if=
"sharedata.UserInfo.IsEnableFXGrade==1"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share/vipBuyCommission/vipBuyCommission')"
v-if=
"sharedata.UserInfo.IsEnableFXGrade==1"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
src=
"../../../static/images/vipbuyc.png"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
src=
"../../../static/images/vipbuyc.png"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
VIP购买返佣
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
VIP购买返佣
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
</view>
</view>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share/examine')"
v-if=
'sharedata.UserInfo.HpReferralsGradeAudit==1'
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share/examine')"
v-if=
'sharedata.UserInfo.HpReferralsGradeAudit==1'
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
src=
"../../../static/images/icon/GradeAudit.png"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
src=
"../../../static/images/icon/GradeAudit.png"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
分销商审核
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
分销商审核
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
<view
class=
"sharebox_menus"
>
<view
class=
"sharebox_menus"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-qrcode/share-qrcode')"
>
<view
class=
"menus_item"
@
click=
"goUrl('/pages/share-qrcode/share-qrcode')"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<image
:src=
"sharedata.CustomModel.PromoteQRCodeImage"
style=
"width: 14px;"
mode=
'widthFix'
></image>
<image
:src=
"sharedata.CustomModel.PromoteQRCodeImage"
style=
"width: 14px;
height: auto;
"
mode=
'widthFix'
></image>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
PromoteQRCodeName
}}
</text>
<text
style=
"font-size: 13px;color:#07090D;margin-left: 15px;"
>
{{
sharedata
.
CustomModel
.
PromoteQRCodeName
}}
</text>
</view>
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
...
@@ -389,6 +389,7 @@
...
@@ -389,6 +389,7 @@
.shareindexStyle
{
.shareindexStyle
{
background
:
#f3f4f6
;
background
:
#f3f4f6
;
}
}
image
{
will-change
:
transform
}
.shareindexStyle
.shareadd
{
.shareindexStyle
.shareadd
{
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
...
@@ -530,6 +531,7 @@
...
@@ -530,6 +531,7 @@
.shareindexStyle
.buyvip
{
.shareindexStyle
.buyvip
{
position
:
absolute
;
position
:
absolute
;
width
:
116px
;
width
:
116px
;
height
:
64px
;
right
:
0
;
right
:
0
;
top
:
100px
;
top
:
100px
;
}
}
...
...
pages/user-center/user-center.vue
View file @
b7031508
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<view
class=
"Receiptbalance"
v-if=
"meueData.user_center.is_account_status == 1"
>
<view
class=
"Receiptbalance"
v-if=
"meueData.user_center.is_account_status == 1"
>
<view
class=
"Receiptbalance_item"
v-for=
"(item, index) in meueData.user_center.account"
:key=
"index"
<view
class=
"Receiptbalance_item"
v-for=
"(item, index) in meueData.user_center.account"
:key=
"index"
v-if=
"item.link_url == '/pages/balance/balance'"
@
click=
"goUrl(item.link_url)"
>
v-if=
"item.link_url == '/pages/balance/balance'"
@
click=
"goUrl(item.link_url)"
>
<image
:src=
"item.icon_url"
style=
"width: 22px;"
mode =
'widthFix'
></image>
<image
:src=
"item.icon_url"
style=
"width: 22px;
height: auto
"
mode =
'widthFix'
></image>
<view
style=
"margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;"
>
<view
style=
"margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;"
>
<span
style=
'font-size: 21px;color: #0D0D0D;font-weight: 200;'
>
{{
user_info
.
balance
?(
user_info
.
balance
>
10000
?(
user_info
.
balance
/
10000
).
toFixed
(
1
)
+
'w'
:
user_info
.
balance
):
0
}}
</span>
<span
style=
'font-size: 21px;color: #0D0D0D;font-weight: 200;'
>
{{
user_info
.
balance
?(
user_info
.
balance
>
10000
?(
user_info
.
balance
/
10000
).
toFixed
(
1
)
+
'w'
:
user_info
.
balance
):
0
}}
</span>
<span
style=
''
>
{{
item
.
name
}}
</span>
<span
style=
''
>
{{
item
.
name
}}
</span>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<view
style=
"width: 1px;height: 34px;background: #E8E8E8;"
></view>
<view
style=
"width: 1px;height: 34px;background: #E8E8E8;"
></view>
<view
class=
"Receiptbalance_item"
v-for=
"(item, index) in meueData.user_center.account"
:key=
"index"
<view
class=
"Receiptbalance_item"
v-for=
"(item, index) in meueData.user_center.account"
:key=
"index"
v-if=
"item.link_url == '/pages/user-center/integral-detail/integral-detail'"
@
click=
"goUrl(item.link_url)"
>
v-if=
"item.link_url == '/pages/user-center/integral-detail/integral-detail'"
@
click=
"goUrl(item.link_url)"
>
<image
:src=
"item.icon_url"
style=
"width: 17px;"
mode =
'widthFix'
></image>
<image
:src=
"item.icon_url"
style=
"width: 17px;
;height: auto
"
mode =
'widthFix'
></image>
<view
style=
"margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;"
>
<view
style=
"margin-left: 15px;display: flex;flex-direction: column;justify-content: space-between;"
>
<span
style=
'font-size: 21px;color: #0D0D0D;font-weight: 200;'
>
{{
user_info
.
integral
?(
user_info
.
integral
>
10000
?(
user_info
.
integral
/
10000
).
toFixed
(
1
)
+
'w'
:
user_info
.
integral
):
0
}}
</span>
<span
style=
'font-size: 21px;color: #0D0D0D;font-weight: 200;'
>
{{
user_info
.
integral
?(
user_info
.
integral
>
10000
?(
user_info
.
integral
/
10000
).
toFixed
(
1
)
+
'w'
:
user_info
.
integral
):
0
}}
</span>
<span>
{{
item
.
name
}}
</span>
<span>
{{
item
.
name
}}
</span>
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<u-section
title=
"我的订单"
sub-title=
"查看更多"
style=
"width: 100%;padding:0px 0 10px ;"
@
click=
"goUrl('/pages/order/index/index?status=0')"
></u-section>
<u-section
title=
"我的订单"
sub-title=
"查看更多"
style=
"width: 100%;padding:0px 0 10px ;"
@
click=
"goUrl('/pages/order/index/index?status=0')"
></u-section>
<view
class=
"order_bar_list"
>
<view
class=
"order_bar_list"
>
<view
class=
"order_bar_item"
v-for=
"(item, index) in meueData.user_center.order_bar"
:key=
"index"
:name=
"item.name"
@
click=
"goUrl(item.link_url)"
>
<view
class=
"order_bar_item"
v-for=
"(item, index) in meueData.user_center.order_bar"
:key=
"index"
:name=
"item.name"
@
click=
"goUrl(item.link_url)"
>
<image
:src=
"item.icon_url"
style=
"width: 60rpx"
mode =
'widthFix'
></image>
<image
:src=
"item.icon_url"
style=
"width: 60rpx
;height: auto
"
mode =
'widthFix'
></image>
<Text
style=
"margin-top: 10rpx;"
>
{{
item
.
name
}}
</Text>
<Text
style=
"margin-top: 10rpx;"
>
{{
item
.
name
}}
</Text>
<!-- 待付款 -->
<!-- 待付款 -->
<view
v-if=
"item.link_url == '/pages/order/index/index?status=1' && user_info.MyOrder.NonPayment > 0"
class=
"badge"
:style=
"
{ background: mainColor }">
<view
v-if=
"item.link_url == '/pages/order/index/index?status=1' && user_info.MyOrder.NonPayment > 0"
class=
"badge"
:style=
"
{ background: mainColor }">
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
@
click=
"goUrl(item.link_url)"
@
click=
"goUrl(item.link_url)"
v-if=
"item.name != '分销中心' || user_info.isShowDistributionCenter == 1"
v-if=
"item.name != '分销中心' || user_info.isShowDistributionCenter == 1"
>
>
<image
:src=
"item.icon_url"
:style=
"
{width:meueData.user_center.menu_style == 1 ?'12px':'20px'}" mode="widthFix">
</image>
<image
:src=
"item.icon_url"
:style=
"
{width:meueData.user_center.menu_style == 1 ?'12px':'20px'
,height: 'auto'
}" mode="widthFix">
</image>
<Text
<Text
:style=
"
{ 'margin-top': meueData.user_center.menu_style == 1 ? '0rpx' : '10rpx', 'margin-left': meueData.user_center.menu_style == 1 ? '10rpx' : '0rpx' }"
:style=
"
{ 'margin-top': meueData.user_center.menu_style == 1 ? '0rpx' : '10rpx', 'margin-left': meueData.user_center.menu_style == 1 ? '10rpx' : '0rpx' }"
>
>
...
...
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