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
58e3a7d4
Commit
58e3a7d4
authored
Aug 21, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a2bf4ca5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
myClients.vue
pages/microShop/myClients/myClients.vue
+1
-1
shopSettings.vue
pages/microShop/shopSettings.vue
+3
-2
wdCase.vue
pages/microShop/wdCase.vue
+1
-0
No files found.
pages/microShop/myClients/myClients.vue
View file @
58e3a7d4
...
...
@@ -135,7 +135,7 @@
});
this
.
request2
(
{
url
:
'/api/AppletUser/Get
User
MyTeamPageListForFX'
,
url
:
'/api/AppletUser/Get
SmallShops
MyTeamPageListForFX'
,
data
:
this
.
msg2
},
...
...
pages/microShop/shopSettings.vue
View file @
58e3a7d4
...
...
@@ -3,9 +3,10 @@
<view
class=
"shopsetBox"
>
<view
class=
"box_item"
>
<span
style=
"font-weight: bold;"
>
店铺logo
</span>
<view
style=
"width: 50px;height: 50px;border-radius: 25px;"
@
click=
"chooseTheImg"
>
<
!--
<
view
style=
"width: 50px;height: 50px;border-radius: 25px;"
@
click=
"chooseTheImg"
>
<image
:src=
"msg.Logo"
style=
"width: 50px;height: 50px;border-radius: 25px;"
mode=
"aspectFit"
></image>
</view>
</view>
-->
<u-avatar
:src=
"msg.Logo"
size=
"120"
@
click=
"chooseTheImg"
></u-avatar>
</view>
<view
style=
"width: 94%;height: 1px;background: #E8E8E8;margin: 5px 0;"
></view>
<view
class=
"box_item"
>
...
...
pages/microShop/wdCase.vue
View file @
58e3a7d4
...
...
@@ -199,6 +199,7 @@
(
res
)
=>
{
uni
.
hideNavigationBarLoading
()
this
.
cash
=
res
.
data
;
this
.
cash
.
Commission
=
this
.
cash
.
Commission
?
this
.
cash
.
Commission
:
0
let
WayList
=
res
.
data
.
WithdrawWayList
;
WayList
.
forEach
((
x
)
=>
{
x
.
checked
=
false
...
...
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