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
5c994e5a
Commit
5c994e5a
authored
Sep 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a28ac795
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
guidercarCommentList.vue
pages/guidecar/guidercarCommentList.vue
+8
-0
order-commit-detail.vue
pages/guidecar/order-commit-detail.vue
+2
-2
No files found.
pages/guidecar/guidercarCommentList.vue
View file @
5c994e5a
...
...
@@ -62,6 +62,7 @@
v-for=
"(item, index) in x.CommentList[1].CommentImgList"
:key=
"index"
mode=
"aspectFill"
:src=
"item"
@
click=
"previewImage(index,x.CommentList[1].CommentImgList)"
:style=
"
{'width':san,'height':san}"
/>
</view>
...
...
@@ -87,6 +88,7 @@
v-for=
"(item, index) in x.CommentList[0].CommentImgList"
:key=
"index"
mode=
"aspectFill"
:src=
"item"
@
click=
"previewImage(index,x.CommentList[0].CommentImgList)"
:style=
"
{'width':san,'height':san}"
/>
</view>
...
...
@@ -186,6 +188,12 @@ export default {
this
.
loading
=
true
;
this
.
init
();
},
previewImage
(
index
,
images
)
{
uni
.
previewImage
({
urls
:
images
,
current
:
index
,
});
},
init
()
{
this
.
loading
=
true
;
...
...
pages/guidecar/order-commit-detail.vue
View file @
5c994e5a
...
...
@@ -210,8 +210,8 @@
content
:
"评价成功,感谢您的反馈"
,
showCancel
:
false
,
confirmText
:
"确认"
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
success
:
function
(
res
2
)
{
if
(
res
2
.
confirm
)
{
uni
.
navigateBack
({
delta
:
1
,
success
:
function
()
{
...
...
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