真机运行block部分没有显示出来
<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>