真机运行block部分没有显示出来
发布于 6 年前 作者 llin 10818 次浏览 来自 问答

<import src="/pages/articleList-template/articleList-template" />

<scroll-view class=“container” scroll-y=“true” scroll-x=“false” bindscrolltolower=“lower” lower-threshold=“100rpx”>

  <view class=“head”>

    <text class=“head-text”>小程序</text>

    <image src="{{userInfo.avatarUrl}}" class=“user” catchtap=“onUser”></image>

  </view>

 

  <block wx:for="{{article}}">

    <view class=“articleList”>

      <template is=“articleList-template” data="{{…item}}"></template>

    </view>

  </block>

</scroll-view>

回到顶部