uniapp 通过模拟器运行,一直白屏
倒影
- 发布:2019-04-29 17:17
- 更新:2022-03-23 10:23
- 阅读:5787
倒影 (作者) - 记忆的时间差.
<template>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view>
<text class="title">{{title}}</text>
</view>
</view>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
},
methods: {
}
}
</script>
建立的默认项目,不是代码的问题
刀塔之妖
没有用的老铁
2020-09-01 12:10
k***@163.com
回复 刀塔之妖: 勾选x86,重新打基座包,我这边可以
2020-10-14 14:43