dev2
wangchen 2023-07-28 09:44:28 +08:00
commit 3fd7abbb09
1 changed files with 4 additions and 0 deletions

View File

@ -164,7 +164,11 @@
});
},
executeSql(sql) {
<<<<<<< HEAD
sqlite.executeSqlCeshi(sql).then((value) => {
=======
Sqlite.executeSqlCeshi(sql).then((value) => {
>>>>>>> 99e78e950aa9ec6dccfe44174d8f77ac3239cf00
// resolve
this.sqlData = value
console.log(value); // Hello, World!