app扫码正常,微信集成扫码不正常
用js,编辑后
var value = this.getValue();
var arr = value.split(',');
if(arr.length === 2) {
this.setValue(arr[1])
}