优化微信小程序 持续接收雷达状态后卡住问题
This commit is contained in:
@@ -261,9 +261,8 @@ Page({
|
||||
const withParams = (svc && tx && rx)
|
||||
? `${base}&serviceId=${encodeURIComponent(svc)}&txCharId=${encodeURIComponent(tx)}&rxCharId=${encodeURIComponent(rx)}`
|
||||
: base
|
||||
console.log(url)
|
||||
console.log(withParams)
|
||||
wx.navigateTo({ url: withParams })
|
||||
console.log('navigateTo:', withParams)
|
||||
wx.navigateTo({ url: withParams })
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user