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
108c702a
Commit
108c702a
authored
Oct 27, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 商户主页名称超长处理、商户编辑去掉场所类型
parent
d94ee287
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+2
-2
_shanghu_home.js
src/_shanghu_home.js
+4
-0
No files found.
src/_shanghu_detail-edit.html
View file @
108c702a
...
...
@@ -188,7 +188,7 @@
</div>
</div>
<div
class=
"form-item"
>
<
!-- <
div class="form-item">
<span class="form-label">场所类型</span>
<div class="form-input-wrap">
<select class="selector" name="" v-model="formData.smallPlaceTypeId" :disabled="flag=='XQ'">
...
...
@@ -196,7 +196,7 @@
</option>
</select>
</div>
</div>
</div>
-->
<div>
<h5
class=
"imager-item-title"
>
...
...
src/_shanghu_home.js
View file @
108c702a
...
...
@@ -231,6 +231,10 @@ window.addEventListener("load", function () {
if
(
res
)
{
var
result
=
JSON
.
parse
(
res
)
this
.
merInformation
=
{
...
this
.
merInformation
,
...
result
.
data
}
// this.merInformation.unitName = '丰家房产(威海火炬高技术产业开发区丰祥家不动产经纪服务中心)'
if
(
this
.
merInformation
.
unitName
.
length
>
9
){
this
.
merInformation
.
unitName
=
this
.
merInformation
.
unitName
.
substring
(
0
,
9
)
+
'
...
'
}
}
}
)
...
...
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