Commit 46087749 authored by xinzhedeai's avatar xinzhedeai

add:编辑页面必填项

商户详情跳转回复detai页面
parent 1761fdeb
......@@ -78,7 +78,7 @@ window.onload = function () {
className: 'shangjia',
title: '商家信息',
remark: '',
navTo: 'shanghu_detail-edit',
navTo: 'shanghu_detail',
},
{
className: 'zicha',
......
......@@ -121,10 +121,11 @@
.form-label {
flex-shrink: 0;
/* 防止标题被压缩 */
width: 80px;
width: 1.7rem;
/* 标题固定宽度,可根据需求调整 */
color: #333;
font-size: 15px;
font-size: .28rem;
font-weight: bold;
text-align: left;
/* 标题左对齐 */
}
......
......@@ -368,4 +368,3 @@
</div>
</body>
</html>
>>>>>>> Stashed changes
......@@ -23,7 +23,7 @@
<div class="detail">
<van-row>
<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 type="flex" justify="space-around"
style="width:100%; margin-top: .3rem; margin-bottom: .3rem;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment