Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
1174bd0a
Commit
1174bd0a
authored
Jun 09, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:商户bug修改
parent
73508876
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+2
-2
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+5
-1
No files found.
src/_shanghu_detail-edit.html
View file @
1174bd0a
...
...
@@ -225,7 +225,7 @@
<div
v-if=
"flag=='XG'"
>
<van-uploader
v-model=
"formData.floorPlanPhotosH5"
:max-count=
"
1
"
:max-count=
"
4
"
:after-read=
"handleFileUpload"
class=
"uploader-wrapper"
/>
...
...
@@ -272,7 +272,7 @@
<div
v-if=
"flag=='XG'"
>
<van-uploader
v-model=
"formData.storefrontPhotosH5"
:max-count=
"
4
"
:max-count=
"
1
"
:after-read=
"handleFileUpload"
class=
"uploader-wrapper"
/>
...
...
src/_shanghu_detail-edit.js
View file @
1174bd0a
...
...
@@ -69,7 +69,7 @@ window.addEventListener('load', function () {
mounted
()
{
// 详情编辑权限控制
const
userType
=
gemhoUtil
.
getCookie
(
'
userType
'
)
if
(
userType
!
==
'
wgy
'
)
{
if
(
userType
==
'
wgy
'
)
{
this
.
flag
=
'
XG
'
}
else
{
this
.
flag
=
'
XQ
'
...
...
@@ -407,6 +407,10 @@ window.addEventListener('load', function () {
})
return
}
// 删除对应参数
delete
reqParam
[
'
floorPlanPhotos
'
]
delete
reqParam
[
'
businessLicensePhotos
'
]
delete
reqParam
[
'
storefrontPhotos
'
]
http3
.
put
(
'
/gq/merchant
'
,
reqParam
).
then
((
res
)
=>
{
console
.
log
(
'
添加结果
'
,
res
)
...
...
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