市北人才赋能平台 --小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

<!--pages/topics/interactive/index.wxml-->
<block wx:if="{{listShow}}">
<swiper class="nav" >
<swiper-item>
<van-grid column-num="4" border="{{false}}">
<block wx:for="{{typeList}}" wx:for-index="index">
<van-grid-item use-slot url="/pages/resource/index?typeCode={{item.typeCode}}">
<view class="circular" style="background-color:{{icon[index].bg_color}}">
<text class="fa fa-{{icon[index].pic}} fa-lg" style="color:{{icon[index].color}};font-size:28px"></text>
</view>
<view class="title">{{item.typeName}}</view>
</van-grid-item>
</block>
</van-grid>
</swiper-item>
<!-- <swiper-item>
<van-grid column-num="4">
<van-grid-item icon="photo-o" text="文字" wx:for="{{ 6 }}" />
</van-grid>
</swiper-item> -->
</swiper>
<resource style="width:100%" list="{{list}}"/>
</block>
<block wx:else>
<view style="height:{{height}}px"></view>
</block>
<mp-dialog title="用户协议" show="{{dialogShow}}" bindbuttontap="tapDialogButton" buttons="{{buttons}}" mask-closable="{{false}}" >
<view style="width:100%;text-align:left;height:600rpx">
<rich-text nodes="{{nodes}}"></rich-text>
</view>
</mp-dialog>