You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
376 B
Plaintext
8 lines
376 B
Plaintext
<view class="hideContent" style="display: flex;height:200px;" wx:if="{{isshow}}">
|
|
<view>
|
|
<icon class='iconfont icon-jinggao' style='font-size:160rpx;color:#F7625F'></icon>
|
|
<view class="f18 c3 mt20" wx:if="{{type == 1}}">无法合并</view>
|
|
<view class="f18 c3 mt20" wx:if="{{type != 1}}">出现异常,请联系管理员</view>
|
|
</view>
|
|
</view>
|
|
|