Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
466bac9a
Commit
466bac9a
authored
May 21, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常单进入获取拍照规范和水印
parent
2e8c6611
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
order.vue
src/pages/index/order.vue
+1
-0
complete.vue
src/pages/order/complete.vue
+3
-3
No files found.
src/pages/index/order.vue
View file @
466bac9a
...
@@ -301,6 +301,7 @@
...
@@ -301,6 +301,7 @@
+
"&categoryId="
+
item
.
categoryId
+
"&categoryId="
+
item
.
categoryId
+
"&orderServiceType="
+
item
.
orderServiceType
+
"&orderServiceType="
+
item
.
orderServiceType
+
"&inGuaranteePeriod="
+
item
.
inGuaranteePeriod
+
"&inGuaranteePeriod="
+
item
.
inGuaranteePeriod
+
"&partnerCompanyId="
+
item
.
partnerCompanyId
+
"&auditResultsId="
+
(
item
.
auditResults
?
Object
.
keys
(
item
.
auditResults
)[
Object
.
keys
(
item
.
auditResults
).
length
-
1
]:
''
)
+
"&auditResultsId="
+
(
item
.
auditResults
?
Object
.
keys
(
item
.
auditResults
)[
Object
.
keys
(
item
.
auditResults
).
length
-
1
]:
''
)
})
})
},
},
...
...
src/pages/order/complete.vue
View file @
466bac9a
...
@@ -632,7 +632,8 @@
...
@@ -632,7 +632,8 @@
// 获取拍照规范
// 获取拍照规范
photograph
(){
photograph
(){
let
self
=
this
let
self
=
this
let
param
=
{
"partnerCompanyId"
:
this
.
partnerCompanyId
,
let
param
=
{
"partnerCompanyId"
:
this
.
partnerCompanyId
||
''
,
"categoryId"
:
this
.
categoryId
,
"categoryId"
:
this
.
categoryId
,
"brandId"
:
this
.
brandId
||
''
,
"brandId"
:
this
.
brandId
||
''
,
"fieldName"
:
this
.
photoItem
.
fieldsName
}
"fieldName"
:
this
.
photoItem
.
fieldsName
}
...
@@ -650,7 +651,7 @@
...
@@ -650,7 +651,7 @@
if
(
getApp
().
globalData
.
photo
.
waterSetting
){
if
(
getApp
().
globalData
.
photo
.
waterSetting
){
return
return
}
}
var
data
=
{
partnerCompanyId
:
this
.
partnerCompanyId
}
var
data
=
{
partnerCompanyId
:
this
.
partnerCompanyId
||
''
}
this
.
$u
.
api
.
getWatermark
(
data
).
then
((
res
)
=>
{
this
.
$u
.
api
.
getWatermark
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
getApp
().
globalData
.
photo
.
waterSetting
=
res
.
data
getApp
().
globalData
.
photo
.
waterSetting
=
res
.
data
...
@@ -667,7 +668,6 @@
...
@@ -667,7 +668,6 @@
if
(
this
.
arr
.
length
==
0
)
{
if
(
this
.
arr
.
length
==
0
)
{
await
this
.
getMenuItemTop
();
await
this
.
getMenuItemTop
();
}
}
console
.
log
(
"index, this.current"
,
index
,
this
.
current
)
if
(
index
==
this
.
current
)
return
;
if
(
index
==
this
.
current
)
return
;
this
.
scrollRightTop
=
this
.
oldScrollTop
;
this
.
scrollRightTop
=
this
.
oldScrollTop
;
this
.
$nextTick
(
function
()
{
this
.
$nextTick
(
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