Showing
1 changed file
with
2 additions
and
2 deletions
@@ -29,10 +29,10 @@ | @@ -29,10 +29,10 @@ | ||
29 | <input id="appType" type="hidden" value="<%data.appType%>"> | 29 | <input id="appType" type="hidden" value="<%data.appType%>"> |
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |
32 | - <%if !!data.shopAddress%> | 32 | + <%if !!data.newShopAddress%> |
33 | <div class="row show-grid"> | 33 | <div class="row show-grid"> |
34 | <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">店铺地址:</div> | 34 | <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3">店铺地址:</div> |
35 | - <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8"><%data.shopAddress%></div> | 35 | + <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8"><%data.newShopAddress%></div> |
36 | </div> | 36 | </div> |
37 | <%/if%> | 37 | <%/if%> |
38 | <%if !!data.customerTel%> | 38 | <%if !!data.customerTel%> |
-
Please register or login to post a comment