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
39e9cf2b
Commit
39e9cf2b
authored
Jun 12, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:tag2标签页消失 div标签缺少问题处理
parent
c39268b7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
47 deletions
+6
-47
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+3
-45
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+3
-2
No files found.
src/_shanghu_detail-edit.html
View file @
39e9cf2b
...
...
@@ -191,13 +191,8 @@
v-if=
"flag=='XQ'"
>
<span
class=
"form-label"
>
行业主管
</span>
<div
class=
"form-input-wrap"
>
<input
type=
"text"
v-model=
"formData.industryType"
class=
"form-input"
:disabled=
"flag=='XQ'"
/>
<div
class=
"form-input-wrap"
style=
"color: #333;font-size: .3rem;"
>
{{ formData.industryDeptName }}
</div>
</div>
...
...
@@ -277,27 +272,7 @@
</van-uploader>
</div>
</div>
<!-- <div v-if="flag=='XG'">
<van-uploader
v-model="formData.businessLicensePhotosH5"
:max-count="1"
:after-read="handleFileUpload"
class="uploader-wrapper"
/>
</div>
<div v-if="flag=='XQ'">
<img
v-for="(imgItem, subIndex) in formData.businessLicensePhotos"
:src="previewUrl + imgItem"
alt=""
style="width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@click="showImage(formData.businessLicensePhotos,subIndex)"
/>
</div>
</div> -->
<div>
<h5
class=
"imager-item-title"
>
<span
class=
"form-label"
>
门头图
</span>
...
...
@@ -325,23 +300,6 @@
</van-uploader>
</div>
</div>
<!-- <div v-if="flag=='XG'">
<van-uploader
v-model="formData.storefrontPhotosH5"
:max-count="1"
:after-read="handleFileUpload"
class="uploader-wrapper"
/>
</div>
<div v-if="flag=='XQ'">
<img
v-for="(imgItem, subIndex) in formData.storefrontPhotos"
:src="previewUrl + imgItem"
alt=""
style="width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@click="showImage(formData.storefrontPhotos,subIndex)"
/>
</div> -->
</div>
<button
...
...
src/_shanghu_detail-edit.js
View file @
39e9cf2b
...
...
@@ -76,6 +76,7 @@ window.addEventListener('load', function () {
this
.
getDict4businessType
()
this
.
getDict4community
()
this
.
getDict4industryType
()
// this.getDict4changhsuoType()
},
watch
:
{
...
...
@@ -268,7 +269,7 @@ window.addEventListener('load', function () {
},
0
);
var
result
=
JSON
.
parse
(
res
)
this
.
dict4changhsuoType
=
result
.
data
.
body
.
data
if
(
!
this
.
dict4businessType
.
length
){
// 如果下拉列表为空,则置空场所类型的值。
if
(
!
this
.
dict4businessType
||
!
this
.
dict4businessType
.
length
){
// 如果下拉列表为空,则置空场所类型的值。
this
.
formData
.
smallPlaceTypeId
=
null
}
...
...
@@ -562,7 +563,7 @@ window.addEventListener('load', function () {
}
this
.
formData
=
tempData
console
.
log
(
'
******详情********
'
)
console
.
log
(
'
******详情********
'
,
tempData
)
// 这里添加跳转逻辑
const
QR_IMAGE_URL
=
result
.
data
.
qrCodeUrl
...
...
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