Commit 5f9253b0 authored by xinzhedeai's avatar xinzhedeai

add:商户详情编辑入口开放

parent dcff5403
......@@ -80,7 +80,7 @@ window.onload = function () {
className: 'shangjia',
title: '商家信息',
remark: '',
navTo: 'shanghu_detail',
navTo: 'shanghu_detail-edit',
},
{
className: 'zicha',
......
......@@ -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')">详情<van-icon name="arrow" /></div>
<div class="detail_link" @click="navTo('shanghu_detail-edit')">详情<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