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.
11 lines
468 B
11 lines
468 B
<!--miniprogram/components/cloudTipModal/index.wxml-->
|
|
<!-- wx:if="{{showUploadTip}}" -->
|
|
<view class="install_tip" wx:if="{{showTip}}">
|
|
<view class="install_tip_back"></view>
|
|
<view class="install_tip_detail">
|
|
<image class="install_tip_close" bind:tap="onClose" src="https://via.placeholder.com/24x24/000000/ffffff?text=X"/>
|
|
<view class="install_tip_detail_title">{{title}}</view>
|
|
<view class="install_tip_detail_tip">{{content}}</view>
|
|
</view>
|
|
</view>
|