代码:
plus.runtime.openURL(this.latestVersionUrl + '?appId=' + this.appId + 'platform=' + this.platform, function(res) {
console.log(res);
});
报错:
undefined is not an object (evaluating 'this.latestVersionUrl');at api *** success callback function
0 个回复