| 123456789101112131415161718192021222324252627282930313233 | <import src="../../wxParse/wxParse.wxml" /><view class="storeMsg-box">    <view class="fbrand">{{storeMsg.fbrand}}</view>    <view class="grey-rectangle">        <view class="grey-rectangle-left">            <view class="u-line-3">经营类目:{{showSaleprodclass}}</view>            <view class="u-line-2">联系人:{{storeMsg.fcontact}}</view>            <view class="u-line-3">地址:{{storeMsg.faddress}}</view>            <view class="u-line-2">注册公司名:{{storeMsg.fagentname}}</view>            <view class="u-line-2">联系电话:{{storeMsg.fphonenumber}}</view>            <view class="u-line-2">统一社会代码:{{storeMsg.fdutyparagraph}}</view>        </view>        <view class="grey-rectangle-right">            <image src="{{storeMsg.attinfos[0].fobsurl}}" mode="aspectFill"></image>            <!-- <view>                <van-button size="large" color="linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%)" custom-class='relation'>一键联系</van-button>            </view> -->        </view>    </view>    <My_CenterTheTitle title="公司介绍"></My_CenterTheTitle>    <template is="wxParse" data="{{wxParseData:article.nodes}}" /></view><block wx:if="{{productList.length>=1}}">    <My_CenterTheTitle title="商户产品"></My_CenterTheTitle>    <view class="show-prod-list-box">        <swiper class="{{double?'show-prod-list':'show-prod-list2'}}" autoplay circular indicator-active-color="#4DC2D4" indicator-color="#D8D8D8" indicator-dots snap-to-edge>            <swiper-item wx:for="{{productList}}">                <My_VerticalBox list='{{item}}' pageType="zhanhui"></My_VerticalBox>            </swiper-item>        </swiper>    </view>    <view style="height: 34px;"></view></block>
 |