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
0aaf5f49
Commit
0aaf5f49
authored
Sep 23, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
63c7b1b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
orderDetail.vue
pages/guidecar/orderDetail.vue
+1
-1
orderList.vue
pages/guidecar/orderList.vue
+1
-1
No files found.
pages/guidecar/orderDetail.vue
View file @
0aaf5f49
...
...
@@ -185,7 +185,7 @@
<view
class=
"order_GName"
>
<view
class=
"order_small"
>
匹配导游
</view>
<view
style=
"display: flex;align-items: center;"
>
<u-avatar
mode=
"circle"
:src=
"dataList.DetailList[0].GuidePhoto"
size=
"60"
></u-avatar>
<u-avatar
mode=
"circle"
style=
"margin-top:8px;"
:src=
"dataList.DetailList[0].GuidePhoto"
size=
"60"
></u-avatar>
<text
class=
"order_big"
style=
"margin-left:5px;"
>
{{dataList.DetailList[0].GuideName}}
</text>
</view>
</view>
...
...
pages/guidecar/orderList.vue
View file @
0aaf5f49
...
...
@@ -132,7 +132,7 @@
</view>
<view
class=
"order_guidIndfo"
>
<view>
匹配导游:
{{
item
.
GuideName
}}
·
<text
style=
"font-weight: normal;"
>
{{
item
.
GuideTelephone
}}
</text></view>
<view>
<view
style=
"margin-top:6px;"
>
<u-avatar
mode=
"circle"
size=
"60"
:src=
"item.GuidePhoto"
></u-avatar>
</view>
</view>
...
...
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