收藏
回答

为什么page-container弹出的框不是半页式?

  data: {
    showfalse,
    duration: 300,
    position: 'right',
    round: true,
    overlay: true,
    customStyle: '99',
    overlayStyle: '999'
  },


  popup(res){
    const position = res.currentTarget.dataset.position
    let customStyle = ''
    let duration = this.data.duration
    switch(position) {
      case 'top':
      case 'bottom': 
        customStyle = 'height: 50%;'
        break
      case 'right':
        break
    }
    customStyle = 'height:50;'


    this.setData({
      position,
      showtrue,
      customStyle,
      duration


    })
    
  },


  onAfterLeave(res) {
    // console.log(res)
  },
回答关注问题邀请回答
收藏

3 个回答

  • brave
    brave
    2022-02-23
    customStyle = 'height:50vh;'
    
    2022-02-23
    有用 2
    回复 5
    • 谦🍂
      谦🍂
      2022-02-23
      改了 没变化
      2022-02-23
      回复
    • brave
      brave
      2022-02-23回复谦🍂
      丢代码片段吧 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
      2022-02-23
      回复
    • 谦🍂
      谦🍂
      2022-02-23回复brave
      丢了 在评论区
      2022-02-23
      回复
    • brave
      brave
      2022-02-23回复谦🍂
      自己都没绑定。。。。
      2022-02-23
      1
      回复
    • 谦🍂
      谦🍂
      2022-02-23
      这样啊 感谢
      2022-02-23
      回复
  • 谦🍂
    谦🍂
    2022-02-23

    https://developers.weixin.qq.com/s/c3GKahm37jx4

    2022-02-23
    有用
    回复
  • 老张
    老张
    2022-02-23

    1、改成position:'bottom'

    2022-02-23
    有用
    回复 1
    • 谦🍂
      谦🍂
      2022-02-23
      改了 不知道为啥没变化
      2022-02-23
      回复
登录 后发表内容