<page-container show="{{showModal || showCooperate}}" overlay="{{true}}" round="{{true}}" customStyle="border-radius: 12px 12px 0 0;" overlayStyle="opacity: 0.5;" bind:afterleave="afterLeaveHandle">
<cooperate-modal wx:if="{{showCooperate}}" fromType="{{1}}" roleType="{{1}}" hideType="{{true}}" bind:hideContainer="afterLeaveHandle" />
<blogger-contact-modal wx:if="{{showModal}}" info="{{callmeInfo}}" catch:closeModal="afterLeaveHandle" />
</page-container>
点击关闭按钮,修改showModal和showCooperate的值为false,弹窗关闭,但是没有过渡动画,点击蒙层关闭的时候才有。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。