jiangping
2024-07-30 4201a2237ac7b724989e93f8ac4ae16da2800528
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">