真机运行block部分没有显示出来

发布于 8 年前作者 llin10935 次浏览最后编辑 8 年前来自 ask

<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>

0 回复
暂无回复