uniapp针对openinstall无法统计到注册量的问题解决方案及demo
这个是与openinstall官方成员一起解决掉的 bug问题,因为原生SDK插件支持带来的相关问题。
由于注册统计代码 放入非app.vue 全局文件而无法引入插件配置导致的问题。
这是最后解决方案。
template>{{title}}
.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;
}
代码片段



