Commit 8847156b authored by agping's avatar agping

商铺 详情 修改

parent 7cf181ff
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<select class="form-control btn4 ld-Marheight input" name="" id="guest_stores" value=""> <select class="form-control btn4 ld-Marheight input" name="" id="guest_stores" value="">
</select> </select>
<div class="left-phone"> <div class="left-phone">
<input class="form-control" data-rule-phoneus="false" data-rule-required="false" id="partical_name" placeholder="分佣方姓名" type="text" value=""> <input class="form-control" data-rule-phoneus="false" data-rule-required="false" id="partical_name" placeholder="选择经纪人" type="text" value="">
<ul class="user-ul"></ul> <ul class="user-ul"></ul>
</div> </div>
<select class="form-control btn2 ld-Marheight" id="shop_type"> <select class="form-control btn2 ld-Marheight" id="shop_type">
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
$(".zhaoshang-time").html(response.data.opening_date); $(".zhaoshang-time").html(response.data.opening_date);
$(".kaiye-time").html(response.data.start_business_date); $(".kaiye-time").html(response.data.start_business_date);
// $(".duinei").html(response.data.city + response.data.disc + response.data.external_address); // $(".duinei").html(response.data.city + response.data.disc + response.data.external_address);
$(".duinei").html(response.data.external_address); $(".duinei").html(response.data.address);
$(".jiaotong").html(response.data.traffic); $(".jiaotong").html(response.data.traffic);
/*配套设施 */ /*配套设施 */
......
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