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.
25 lines
688 B
25 lines
688 B
<!--pages/resource/index.wxml-->
|
|
<resource style="width:100%" list="{{list}}"/>
|
|
|
|
<van-popup
|
|
show="{{ show }}"
|
|
bind:close="onClose"
|
|
custom-style="height: 80%;width:80%"
|
|
|
|
>
|
|
<view class="tips">
|
|
<view class="title">赋能政策</view>
|
|
<view class="tips-con">
|
|
<rich-text nodes="{{con}}"></rich-text>
|
|
</view>
|
|
<view class="button">
|
|
<!-- <van-button type="danger" size="large" bind:click="ok" style="width:100%">我知道了</van-button> -->
|
|
<view class="btnView">
|
|
<e-ibutton title="我知道了" bind:onTap="ok" size="small"/>
|
|
</view>
|
|
<view class="btn" bindtap="never">不再提示</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</van-popup>
|