<template>
<view>
<image class="logo" src="/static/logo.png"></image>
<text>hello {{show}}</text>
</view>
</template>
<script setup>
import { ref } from "vue";
const showIndex = ref(0);
const show = ref(false);
</script>
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: OS: Windows 10 CPU: (6) x64 Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz
HBuilderX类型: 正式
HBuilderX版本号: 3.8.4
手机系统: Android
手机系统版本号: Android 12
手机厂商: 模拟器
手机机型: 不固定机型
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
<template>
<view>
<image class="logo" src="/static/logo.png"></image>
<text>hello {{show}}</text>
</view>
</template>
<script setup>
import { ref } from "vue";
const showIndex = ref(0);
const show = ref(false);
</script>
返回true
目前返回false-识别失败
plus.navigator.isSimulator() 识别不了返回不是模拟器
1 个回复
英曼畅学 - 混合开发两年半,博客https://yuanjkeji.com/
我用夜神模拟器 也是一样 返回的false