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