Skip to content
Discussion options

You must be logged in to vote

我这边一步步的排查出问题了,在构建min.js的压缩文件时间,#t在低版本APP会有问题,我换_t就没问题:

然后第二个报错的位置:&&=也不行,我改成了&&

原本:
s &&= t > 0
修改:
(s && t > 0 ? s = t : '')

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@295431414
Comment options

@295431414
Comment options

Answer selected by 295431414
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants