小程序基础库目前最高版本是什么版本?
发布于 6 年前 作者 chao28 6325 次浏览 来自 问答

小程序在用户手机上表现不稳定,用户手机上系统信息如下:

{

“screenWidth”: 360,

“screenHeight”: 748,

“windowHeight”: 618,

“errMsg”: “getSystemInfo:ok”,

“language”: “zh_CN”,

“version”: “6.7.3”,

“system”: “Android 8.1.0”,

“fontSizeSetting”: 16,

“pixelRatio”: 3,

“model”: “EML-AL00”,

“statusBarHeight”: 28,

“deviceOrientation”: “portrait”,

“brand”: “HUAWEI”,

“windowWidth”: 360,

“platform”: “android”,

“SDKVersion”: “2.4.2”

}

可见用户手机上的SDKVersion是2.4.2,但是在微信小程序后台看到最高是2.4.1。所以,有两个问题:

想问下现在最高版本是多少?

是否因为用户的微信不是官方的,导致了小程序在手机上表现不稳定?

1 回复

    2.4.2

    

    基础库灰度发布,所以会存在信息同步延迟

回到顶部