现在系统不打印console.log("List", res)
- 发布:2024-12-12 20:54
- 更新:2024-12-12 20:54
- 阅读:16
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 4.36
手机系统: Android
手机系统版本号: Android 11
手机厂商: 华为
手机机型: oppo a18
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
console.log("List", res)
在预览接口无打印结果
console.log("List", res)
在预览接口无打印结果
实际结果:
无
无
bug描述:
index.getList(this.userS).then(res => {
console.log("List", res)
原来使用【预览】数据接口的时候都能打印日志
现在使用【预览】模式直接跳过打印日志,怎么回事?
0 个回复