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.
20 lines
753 B
20 lines
753 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"> -->
|
|
<scroll-view class="tips-con" scroll-y>
|
|
<rich-text nodes="{{con}}"></rich-text>
|
|
</scroll-view>
|
|
<!-- </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>
|