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
446 B
11 lines
446 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="../../images/icons/close.png"/>
|
|
<view class="install_tip_detail_title">{{title}}</view>
|
|
<view class="install_tip_detail_tip">{{content}}</view>
|
|
</view>
|
|
</view>
|