<t-grid class="block" column="{{0}}">
<t-grid-item wx:for="{{gridItemList}}" wx:key="index" text="{{item.text}}" image="{{item.img}}" />
</t-grid>