收藏
回答

page-container点击关闭按钮关闭弹窗无过渡动画,点击蒙层关闭才有?

<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,弹窗关闭,但是没有过渡动画,点击蒙层关闭的时候才有。

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    12-11

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    12-11
    有用
    回复
登录 后发表内容