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
46087749
Commit
46087749
authored
Jun 04, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:编辑页面必填项
商户详情跳转回复detai页面
parent
1761fdeb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
home.js
home.js
+1
-1
_shanghu_detail-edit.css
src/_shanghu_detail-edit.css
+3
-2
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+0
-1
_shanghu_home.html
src/_shanghu_home.html
+1
-1
No files found.
home.js
View file @
46087749
...
@@ -78,7 +78,7 @@ window.onload = function () {
...
@@ -78,7 +78,7 @@ window.onload = function () {
className
:
'
shangjia
'
,
className
:
'
shangjia
'
,
title
:
'
商家信息
'
,
title
:
'
商家信息
'
,
remark
:
''
,
remark
:
''
,
navTo
:
'
shanghu_detail
-edit
'
,
navTo
:
'
shanghu_detail
'
,
},
},
{
{
className
:
'
zicha
'
,
className
:
'
zicha
'
,
...
...
src/_shanghu_detail-edit.css
View file @
46087749
...
@@ -121,10 +121,11 @@
...
@@ -121,10 +121,11 @@
.form-label
{
.form-label
{
flex-shrink
:
0
;
flex-shrink
:
0
;
/* 防止标题被压缩 */
/* 防止标题被压缩 */
width
:
80px
;
width
:
1.7rem
;
/* 标题固定宽度,可根据需求调整 */
/* 标题固定宽度,可根据需求调整 */
color
:
#333
;
color
:
#333
;
font-size
:
15px
;
font-size
:
.28rem
;
font-weight
:
bold
;
text-align
:
left
;
text-align
:
left
;
/* 标题左对齐 */
/* 标题左对齐 */
}
}
...
...
src/_shanghu_detail-edit.html
View file @
46087749
...
@@ -368,4 +368,3 @@
...
@@ -368,4 +368,3 @@
</div>
</div>
</body>
</body>
</html>
</html>
>>>>>>> Stashed changes
src/_shanghu_home.html
View file @
46087749
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<div
class=
"detail"
>
<div
class=
"detail"
>
<van-row>
<van-row>
<van-col
span=
"24"
>
场所类型: {{merInformation.smallPlaceTypeName}}
</van-col>
<van-col
span=
"24"
>
场所类型: {{merInformation.smallPlaceTypeName}}
</van-col>
<div
class=
"detail_link"
@
click=
"navTo('shanghu_detail
-edit
')"
>
详情
<van-icon
name=
"arrow"
/></div>
<div
class=
"detail_link"
@
click=
"navTo('shanghu_detail')"
>
详情
<van-icon
name=
"arrow"
/></div>
</van-row>
</van-row>
<van-row
type=
"flex"
justify=
"space-around"
<van-row
type=
"flex"
justify=
"space-around"
style=
"width:100%; margin-top: .3rem; margin-bottom: .3rem;"
>
style=
"width:100%; margin-top: .3rem; margin-bottom: .3rem;"
>
...
...
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