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
05a74f02
Commit
05a74f02
authored
Jun 10, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:商户样式调整bug处理
parent
b13eff21
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
8 deletions
+15
-8
axios_http.js
sdk/axios_http.js
+2
-1
_shanghu_detail-edit.css
src/_shanghu_detail-edit.css
+5
-0
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+7
-7
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+1
-0
No files found.
sdk/axios_http.js
View file @
05a74f02
/** axios封装
* 请求拦截、相应拦截、错误统一处理
*/
const
BASE_URL
=
'
http://192.168.2.37:8080
'
// 环境的切换
axios
.
defaults
.
baseURL
=
'
http://192.168.2.37:8080
'
axios
.
defaults
.
baseURL
=
BASE_URL
axios
.
defaults
.
timeout
=
50000
// post请求头
// axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'
...
...
src/_shanghu_detail-edit.css
View file @
05a74f02
...
...
@@ -213,3 +213,8 @@ select:disabled {
font-size
:
0.28rem
;
content
:
'*'
;
}
select
:disabled
{
color
:
#333
!important
;
opacity
:
1
;
}
\ No newline at end of file
src/_shanghu_detail-edit.html
View file @
05a74f02
...
...
@@ -219,7 +219,7 @@
</div>
<div>
<h5
class=
"imager-item-title"
>
<span>
商家平面图
</span>
<span
class=
"form-label"
>
商家平面图
</span>
<span></span>
</h5>
<div
v-if=
"flag=='XG'"
>
...
...
@@ -233,7 +233,7 @@
<div
v-if=
"flag=='XQ'"
>
<img
v-for=
"(imgItem, subIndex) in formData.floorPlanPhotos"
:src=
"
imgItem"
:src=
"previewUrl +
imgItem"
alt=
""
style=
"width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@
click=
"showImage(formData.floorPlanPhotos,subIndex)"
...
...
@@ -242,7 +242,7 @@
</div>
<div>
<h5
class=
"imager-item-title"
>
<span>
营业执照
</span>
<span
class=
"form-label"
>
营业执照
</span>
<span></span>
</h5>
<div
v-if=
"flag=='XG'"
>
...
...
@@ -256,7 +256,7 @@
<div
v-if=
"flag=='XQ'"
>
<img
v-for=
"(imgItem, subIndex) in formData.businessLicensePhotos"
:src=
"
imgItem"
:src=
"previewUrl +
imgItem"
alt=
""
style=
"width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@
click=
"showImage(formData.businessLicensePhotos,subIndex)"
...
...
@@ -266,7 +266,7 @@
<div>
<h5
class=
"imager-item-title"
>
<span>
门头图
</span>
<span
class=
"form-label"
>
门头图
</span>
<span></span>
</h5>
<div
v-if=
"flag=='XG'"
>
...
...
@@ -280,7 +280,7 @@
<div
v-if=
"flag=='XQ'"
>
<img
v-for=
"(imgItem, subIndex) in formData.storefrontPhotos"
:src=
"
imgItem"
:src=
"previewUrl +
imgItem"
alt=
""
style=
"width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@
click=
"showImage(formData.storefrontPhotos,subIndex)"
...
...
@@ -301,7 +301,7 @@
class=
"imager-item-title"
style=
"border: none"
>
<span>
安全二维码
</span>
<span
class=
"form-label"
>
安全二维码
</span>
<span></span>
</h5>
<div>
...
...
src/_shanghu_detail-edit.js
View file @
05a74f02
...
...
@@ -6,6 +6,7 @@ window.addEventListener('load', function () {
el
:
'
#app
'
,
data
()
{
return
{
previewUrl
:
BASE_URL
,
loading
:
false
,
finished
:
false
,
page
:
0
,
...
...
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