三佳
三佳
  • 发布:2021-03-18 16:40
  • 更新:2021-06-18 13:58
  • 阅读:603

【报Bug】hx3.1.4正式版 ios平台 使用sqlite建表会闪退,同样代码安卓正常运行

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows7 x64

HBuilderX类型: 正式

HBuilderX版本号: 3.1.4

手机系统: iOS

手机系统版本号: iOS 12.4

手机厂商: 苹果

手机机型: 6 plus

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

预期结果:

正常执行

实际结果:

自定义调试基座闪退

bug描述:

plus.sqlite.executeSql({  
                name: 'xljdb',  
                sql: 'create table if not exists database("where" CHAR(110),"location" CHAR(100),"age" INT(11))',  
                success: function(e) {  
                    console.log('executeSql success!');  
                },  
                fail: function(e) {  
                    console.log('executeSql failed: ' + JSON.stringify(e));  
                }  
            });

使用上面建表语句,ios会闪退,但安卓10能正常建表

2021-03-18 16:40 负责人:无 分享
已邀请:
梨子1111

梨子1111

解决了吗

该问题目前已经被锁定, 无法添加新回复