Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
repair_workers_h5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
石盼盼
repair_workers_h5
Commits
bcc81dd6
Commit
bcc81dd6
authored
Sep 11, 2023
by
高智胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉完工图片
parent
276ffcbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
order_detail.vue
src/views/my/order_detail.vue
+8
-8
Home.vue
src/views/tabbar/Home.vue
+8
-8
No files found.
src/views/my/order_detail.vue
View file @
bcc81dd6
...
@@ -547,14 +547,14 @@ export default {
...
@@ -547,14 +547,14 @@ export default {
// 完成提交
// 完成提交
wc_submit
()
{
wc_submit
()
{
this
.
img_url
=
this
.
img_status
()
this
.
img_url
=
this
.
img_status
()
if
(
this
.
img_url
.
length
==
0
)
{
//
if (this.img_url.length == 0) {
this
.
$toast
(
'
请选择上传图片
'
)
//
this.$toast('请选择上传图片')
return
//
return
}
//
}
if
(
this
.
img_url
.
length
<
2
)
{
//
if (this.img_url.length
<
2
)
{
this
.
$toast
(
'
请选择上传两张及以上图片
'
)
//
this.$toast('请选择上传两张及以上图片')
return
//
return
}
//
}
if
(
this
.
wc_reason
===
''
)
{
if
(
this
.
wc_reason
===
''
)
{
this
.
$toast
(
'
完工说明不可为空
'
)
this
.
$toast
(
'
完工说明不可为空
'
)
return
return
...
...
src/views/tabbar/Home.vue
View file @
bcc81dd6
...
@@ -748,14 +748,14 @@ export default {
...
@@ -748,14 +748,14 @@ export default {
// 完成提交
// 完成提交
wc_submit
()
{
wc_submit
()
{
this
.
img_url
=
this
.
img_status
()
this
.
img_url
=
this
.
img_status
()
if
(
this
.
img_url
.
length
==
0
)
{
//
if (this.img_url.length == 0) {
this
.
$toast
(
'
请选择上传图片
'
)
//
this.$toast('请选择上传图片')
return
//
return
}
//
}
if
(
this
.
img_url
.
length
<
2
)
{
//
if (this.img_url.length
<
2
)
{
this
.
$toast
(
'
请选择上传两张及以上图片
'
)
//
this.$toast('请选择上传两张及以上图片')
return
//
return
}
//
}
if
(
this
.
wc_reason
===
''
)
{
if
(
this
.
wc_reason
===
''
)
{
this
.
$toast
(
'
完工说明不可为空
'
)
this
.
$toast
(
'
完工说明不可为空
'
)
return
return
...
...
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