2***@qq.com
2***@qq.com
  • 发布:2024-10-08 18:30
  • 更新:2024-10-08 19:09
  • 阅读:76

【报Bug】app启动就闪退,其他app正常,其他设备正常

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: Alpha

HBuilderX版本号: 4.28

手机系统: Android

手机系统版本号: Android 4.4

手机厂商: 华为

手机机型: 机顶盒

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

App下载地址或H5⽹址: https://app.liuyingyong.cn/build/download/2ac076b0-855c-11ef-a5db-69bdf0cd2636

操作步骤:

<template>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view class="text-area">
<text class="title">{{title}}</text>
</view>
</view>
</template>

<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {

    },  
    methods: {  

    }  
}  

</script>

<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.logo {  
    height: 200rpx;  
    width: 200rpx;  
    margin-top: 200rpx;  
    margin-left: auto;  
    margin-right: auto;  
    margin-bottom: 50rpx;  
}  

.text-area {  
    display: flex;  
    justify-content: center;  
}  

.title {  
    font-size: 36rpx;  
    color: #8f8f94;  
}  

</style>

预期结果:

<template>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view class="text-area">
<text class="title">{{title}}</text>
</view>
</view>
</template>

<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {

    },  
    methods: {  

    }  
}  

</script>

<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.logo {  
    height: 200rpx;  
    width: 200rpx;  
    margin-top: 200rpx;  
    margin-left: auto;  
    margin-right: auto;  
    margin-bottom: 50rpx;  
}  

.text-area {  
    display: flex;  
    justify-content: center;  
}  

.title {  
    font-size: 36rpx;  
    color: #8f8f94;  
}  

</style>

实际结果:

<template>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view class="text-area">
<text class="title">{{title}}</text>
</view>
</view>
</template>

<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {

    },  
    methods: {  

    }  
}  

</script>

<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.logo {  
    height: 200rpx;  
    width: 200rpx;  
    margin-top: 200rpx;  
    margin-left: auto;  
    margin-right: auto;  
    margin-bottom: 50rpx;  
}  

.text-area {  
    display: flex;  
    justify-content: center;  
}  

.title {  
    font-size: 36rpx;  
    color: #8f8f94;  
}  

</style>

bug描述:

机顶盒上安装app启动就闪退,其他app正常, 别的机顶盒电视手机都是正常的,就这个机顶盒这样, 一启动就闪退,新建一个空项目也是这样的

!

2024-10-08 18:30 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com (作者) - 程序员

启动最后一个状态就闪退

DCloud_Android_ST

DCloud_Android_ST

暂时别用自定义基座,你使用HX默认基座调试看看是否有报错日志

  • 2***@qq.com (作者)

    机顶盒上无法用自定义基座,这是云打包以后的app

    2024-10-09 11:01

  • 2***@qq.com (作者)

    别的设备上正常, 就这个设备这样子的

    2024-10-09 11:02

要回复问题请先登录注册