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
75b9fd84
Commit
75b9fd84
authored
Sep 25, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
4d36f6fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
wdOrder.vue
pages/microShop/wdOrder.vue
+12
-2
share-detail.vue
pages/share-team/share-detail.vue
+2
-2
useRrelationship.png
static/images/useRrelationship.png
+0
-0
No files found.
pages/microShop/wdOrder.vue
View file @
75b9fd84
...
...
@@ -19,14 +19,14 @@
:style=
"
{ height: '100%' }">
<view
style=
"display: flex;flex-direction: column;align-items: center;"
>
<view
v-for=
"(item, index) in g"
:key=
"index"
class=
"listbox"
>
<view
class=
"box_top"
>
<view
class=
"box_top"
@
click=
"redirectToDetail(item)"
>
<Text
style=
'font-size: 14px;'
>
订单号:
{{
item
.
OrderNo
}}
</Text>
<Text
:style=
"
{'font-size':'14px','color':mainColor}">
{{
item
.
StatusName
}}
</Text>
</view>
<view
class=
"box_center"
@
click=
"isdetail(index)"
>
<view
class=
"center_l"
>
<u-avatar
:src=
"item.Photo"
mode=
"square"
size=
"70"
></u-avatar>
<u-avatar
:src=
"item.Photo"
mode=
"square"
size=
"70"
@
click
.
native
.
stop=
'gopeopleinfo(item.UserId)'
></u-avatar>
<view
class=
"box_ltext"
>
<Text
class=
'l_name'
>
{{
item
.
UserName
}}
</Text>
</view>
...
...
@@ -175,6 +175,16 @@
this
.
status
=
"nomore"
;
}
},
redirectToDetail
(
item
)
{
uni
.
navigateTo
({
url
:
"/pages/order/order-detail?id="
+
item
.
OrderId
+
'&NewUserId='
+
item
.
UserId
,
});
},
gopeopleinfo
(
UserId
){
uni
.
navigateTo
({
url
:
'/pages/share-team/share-detail?UserId='
+
UserId
});
},
}
}
</
script
>
...
...
pages/share-team/share-detail.vue
View file @
75b9fd84
...
...
@@ -299,7 +299,7 @@
</view>
</view>
<image
mode=
"widthFix"
@
click=
"godiagram"
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/useRrelationship.png"
style=
"width:75px;height:24px;"
></image>
<image
mode=
"widthFix"
@
click=
"godiagram"
src=
"
../../static/images
/useRrelationship.png"
style=
"width:75px;height:24px;"
></image>
</view>
<view
class=
"sharebox_topc"
>
...
...
@@ -460,7 +460,7 @@
text-overflow: ellipsis;
font-weight: bold;
font-family: aa;
"
>
{{
x
.
UserInfo
.
Name
==
headData
.
Name
?
'(我
)'
:
''
}}{{
x
.
UserInfo
.
Name
}}
</text>
"
>
{{
x
.
MySelf
==
true
?
'(我自己
)'
:
''
}}{{
x
.
UserInfo
.
Name
}}
</text>
<text
style=
"font-size: 11px;color: #999999;"
>
{{
x
.
UserInfo
.
CreateDate
}}
</text>
</view>
</view>
...
...
static/images/useRrelationship.png
0 → 100644
View file @
75b9fd84
2.89 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