收藏
回答

微信小程序反复进入webView 会卡死 ,华为p40pro,有结局方案不?

微信小程序反复进入webView 会卡死 ,华为p40pro,有结局方案不

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

2 个回答

  • X
    X
    2021-08-13

    <view class="page-body">


      <view class="page-section page-section-gap">


        <web-view src="{{url}}"></web-view>


      </view>


    </view>


    setUrl() {

        let that = this

        let userInfo = that.data.userInfo

        if (userInfo && userInfo.token && userInfo.userInfo && userInfo.userInfo.id) {

          let urls = `${webViewUrl}?token=${userInfo.token}&id=${userInfo.userInfo.id}`

          that.setData({

            url: urls

          })

          console.log('url',urls)

        } else {

          wx.navigateTo({

            url: '/pages/LoginPwd/LoginPwd'

          })

        }

      }


    2021-08-13
    有用
    回复 3
    • 等风来
      等风来
      2021-08-13
      2021-08-13
      回复
    • 等风来
      等风来
      2021-08-13
      2021-08-13
      回复
    • 等风来
      等风来
      2021-08-13
      我有强迫症
      2021-08-13
      回复
  • 微喵网络
    微喵网络
    2021-08-13

    没有代码片段,猜不出来

    2021-08-13
    有用
    回复
登录 后发表内容