storehomepage.wxml 1.7 KB

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