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.

9 lines
409 B

<!--components/customModal/customModal.wxml-->
<view class="modal" wx:if="{{visible}}">
<view style="width: 350px;" class="modal-content">
<view style="height: 30px;" class="introduce-text">效果介绍</view>
<view style="height: 180px;" class="jieshao-text">{{content}}</view>
<button style="width: 100px;margin-top: 3%;" bindtap="close" class="close-button">关闭</button>
</view>
</view>