liukangdong
2024-08-02 52787adceb282c1914589c7ceb252bdb03e2df36
wechat_jiaxuan/pages/store/info.wxml
@@ -7,7 +7,12 @@
  <view class="container">
    <view class="header">
      <view class="name">{{ info.name }}</view>
      <!-- <view class="desc">全屋定制、整体厨房、木门墙板、卫阳定制</view> -->
      <view wx:if="{{ info.seqNameList && info.seqNameList.length > 0 }}" class="desc">
        <block wx:for="{{info.seqNameList}}">
          <text>{{ item }}</text>
          <text wx:if="{{ index !=  info.seqNameList.length - 1 }}">、</text>
        </block>
      </view>
      <view class="addr">{{ info.distanceStr || '--' }}|{{ info.address || '--' }}</view>
    </view>
    <view class="main_content">
@@ -28,7 +33,7 @@
    </view>
  </view>
  <!-- footer -->
  <view class="footer" style="bottom: {{bottomLift + 6}}px;">
  <view class="footer" style="padding-bottom: {{bottomLift + 6}}px;">
    <view bindtap="handleNavigation" class="btn">
      <image src="../../static/icon/mendian_ic_daohang@2x.png" mode="widthFix"></image>
      <view>导航</view>