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
5ae19934
Commit
5ae19934
authored
Jun 16, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cc924087
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
cash.vue
pages/share/cash/cash.vue
+1
-2
examine.vue
pages/share/examine.vue
+2
-2
user-center.vue
pages/user-center/user-center.vue
+1
-0
No files found.
pages/share/cash/cash.vue
View file @
5ae19934
...
...
@@ -249,7 +249,7 @@
});
return
false
}
this
.
msg
.
Fee
=
this
.
cash
.
WithdrawFee
*
0.01
*
this
.
msg
.
AppliedMoney
;
this
.
msg
.
Fee
=
this
.
msg
.
AppliedMoney
-
(
this
.
cash
.
WithdrawFee
*
0.01
*
this
.
msg
.
AppliedMoney
)
;
uni
.
showNavigationBarLoading
();
this
.
request2
(
...
...
@@ -260,7 +260,6 @@
(
res
)
=>
{
uni
.
hideNavigationBarLoading
()
uni
.
showToast
({
title
:
res
.
message
,
icon
:
"none"
...
...
pages/share/examine.vue
View file @
5ae19934
...
...
@@ -33,8 +33,8 @@
</view>
</view>
<view
class=
"box_b"
>
<Text
>
分销商名称:
{{
item
.
Name
}}
</Text>
<Text
>
分销商电话:
{{
item
.
Mobile
}}
</Text>
<Text
style=
'font-size: 13px;'
>
分销商名称:
{{
item
.
Name
}}
</Text>
<Text
style=
'font-size: 13px;'
>
分销商电话:
{{
item
.
Mobile
}}
</Text>
</view>
<view
class=
"box_bootom"
>
<u-button
type=
"error"
size=
"mini"
style=
'margin-right: 15px;'
@
click=
'handle(2,item.UserId)'
>
拒绝
</u-button>
...
...
pages/user-center/user-center.vue
View file @
5ae19934
...
...
@@ -89,6 +89,7 @@
:key=
"index"
:name=
"item.name"
@
click=
"goUrl(item.link_url)"
v-if=
"item.name!='分销中心' || user_info.isShowDistributionCenter==1"
>
<image
:src=
"item.icon_url"
style=
"width: 48rpx;height: 48rpx;"
></image>
<Text
...
...
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