Authored by 肖亚东

详情关注功能后台定制弹窗修改

<view wx:if="{{_show}}">
<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"></view>
<image wx:if="{{!_text}}" class="content" src="../images/WXTC@2x.png">
<image class="modal-image" 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>
\ No newline at end of file
</block>
<zero-alert wx:else>
<view class="text">{{_text}}</view>
<view class="foot" bindtap="onConfirm">确定</view>
</zero-alert>
</block>
\ No newline at end of file
... ...
... ... @@ -9,7 +9,7 @@
opacity: 0.5;
}
.content {
.modal-image {
width: 600rpx;
height: 1028rpx;
position: fixed;
... ...