柿霖不是林 发表于 2017-2-13 15:07:20

微信小程序学习用demo:我厨,tab切换,界面设计




<scroll-view scroll-y="true" style="height: 750px;" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll" scroll-into-view="{{toView}}" scroll-top="{{scrollTop}}" upper-threshold="10" lower-threshold="5">
<view class="homePage"><!--//首页的轮播图-->
    <swiper class="home_swiper" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
      <block wx:for="{{carousels}}">
      <swiper-item>
          <image src="{{item.picUrl}}" />
      </swiper-item>
      </block>
    </swiper><!--//首页推荐类型-->
    <view class="recommendedContent">
      <block wx:for="{{recommendeds}}">
      <image src="{{item.imgUrl}}" />
      </block>
    </view><!--//首页货架-->
    <view class="home_Goods">
      <block wx:for="{{acts}}">
      <block wx:if="{{item.templateType==4 ? true : false}}">
          <import src="templates/indexCell.wxml" />
          <template is="homePagePageType4" data="{{commonItems:item.items}}" />
      </block>
      <block wx:if="{{item.templateType==5 ? true : false}}">
          <import src="templates/indexCell.wxml" />
          <template is="homePagePageType5" data="{{commonItems:item.items}}" />
      </block>
      <block wx:if="{{item.templateType==6 ? true : false}}">
          <import src="templates/indexCell.wxml" />
          <template is="homePagePageType6" data="{{commonItems:item.items}}" />
      </block>
      <block wx:if="{{item.templateType==7 ? true : false}}">
          <import src="templates/indexCell.wxml" />
          <template is="homePagePageType7" data="{{commonItems:item.items}}" />
      </block>
      </block>
    </view>
</view>
</scroll-view>
**** Hidden Message *****


Ywenli 发表于 2017-8-21 09:06:00

感谢分享

苏州市大运装饰工程有限公司 发表于 2017-8-21 11:40:28

感谢分享

蜗牛0 发表于 2018-3-21 16:44:22

非常好用,谢谢啊

如意杂 发表于 2018-5-28 12:11:44


感谢分享

如意杂 发表于 2018-5-28 12:13:34

不能用,被坑了

itoltjhwxf 发表于 2018-5-30 15:06:27

感谢分享

颜小良的 发表于 2019-2-26 12:35:59

的点点滴滴

谭博勇 发表于 2019-6-8 22:42:55

8888888888888

张灵玉 发表于 2019-6-17 10:07:27

2019年,看看
页: [1] 2
查看完整版本: 微信小程序学习用demo:我厨,tab切换,界面设计