美文网首页
获取版本号

获取版本号

作者: 一枚小菜 | 来源:发表于2020-10-13 10:17 被阅读0次

    获取版本号,调试时生效

        // #ifdef APP-PLUS
                plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => {
                    console.log(JSON.stringify(wgtinfo));
                    console.log("版本号", wgtinfo.version); //应用版本号
                    this.version = wgtinfo.version
                })
                // #endif
    

    相关文章

      网友评论

          本文标题:获取版本号

          本文链接:https://www.haomeiwen.com/subject/lmmipktx.html