wx:if会导致official-account的重复创建?
我在代码里面用了wx:if 就会造成official-account组件的重复创建,然后显示不了,请问有什么解决方案吗
这是模态窗代码
<view class=“mask” catchtap=“maskCloseFn” wx:if="{{isPublicPhone}}">
<view class=“maskContent” catchtap=“maskOpen”>
<official-account class=“officialAccount” bindload=“bindload” binderror=“binderror”></official-account>
</view>
</view>
2 回复