master
xy 3 years ago
parent 02e732c521
commit e3f77112f0

@ -0,0 +1,16 @@
{
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"app-plus" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}

@ -305,7 +305,8 @@
select * from property where id in (${getSqlIn()});
`)
androidModule.showToast(`扫描到:${propertys.length}件资产`)
this.info = propertys
this.info = propertys
if(this.info.length > 0)this.fund = this.info[0]
} catch (e) {
console.warn('sqlite-err', e);
androidModule.showToast(err)

Loading…
Cancel
Save