fellow-official-accounts.wxml 331 Bytes
<zero-alert wx:if="{{_show}}">
    <view class="content" style="margin-top: 110rpx;">
      <view>公众号<text style="font-weight: bolder">“潮流有货”</text>已经复制成功,</view>
      <view>打开微信搜索去添加吧~</view>
    </view>
  
    <view class="foot" bindtap="onConfirm">确定</view>
</zero-alert>