18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
<!--pages/branches/brancheslist.wxml-->
|
|
<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
|
|
<view slot="content" style="color:#FFFFFF;">报考问答</view>
|
|
</cu-custom>
|
|
<scroll-view>
|
|
<view class="list" wx:if="{{answerList.length>0}}">
|
|
<view class="item" wx:for="{{answerList}}" wx:key="index">
|
|
<view class="cu-avatar radius xl"
|
|
style="background-image:url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fwww.czcaizhi.com%2FContent%2FUploadFiles%2Fimage%2F20180920%2F20180920133956_3429.jpg&refer=http%3A%2F%2Fwww.czcaizhi.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1622110389&t=4ae9d4f943c30ac6d43801515eec97e5);">
|
|
</view>
|
|
<view class="content">
|
|
<text class="text-cut text-black text-bold">2021年4-6月特种设备作业人员培训开班通知</text>
|
|
<text class="text-cut">新东方在线</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<van-empty description="暂无数据" wx:else />
|
|
</scroll-view> |