fellow-official-accounts.wxml
631 Bytes
<block wx:if="{{_show}}">
<!-- <view class="content" wx:if="{{!_text}}">
<view>公众号<text style="font-weight: bolder">“{{_copyText}}”</text>已经复制成功,</view>
<view>打开微信搜索去添加吧~</view>
</view> -->
<block wx:if="{{!_text}}">
<view class="modal-mask" bindtap="onConfirm"></view>
<image class="modal-image" src="../images/WXTC@2x.png">
<view class="confirm" bindtap="onConfirm"></view>
</image>
</block>
<zero-alert wx:else>
<view class="text">{{_text}}</view>
<view class="foot" bindtap="onConfirm">确定</view>
</zero-alert>
</block>