y***@qq.com
y***@qq.com
  • 发布:2023-04-21 14:31
  • 更新:2023-04-21 14:31
  • 阅读:186

抖音小程序ios真机偶尔无法正确渲染变量的问题

分类:uni-app

使用 uniapp vue3 开发抖音小程序,ios 从首页导航到某一个页面偶尔会出现无法正确渲染变量的情况,头条的正常

<template>  
  <view style="padding: 60px">{{ currentPage }} / {{ totalPage }}</view>  
</template>  

<script lang="ts" setup>  
import { ref } from 'vue';  

const currentPage = ref(1);  
const totalPage = 999;  
</script>
2023-04-21 14:31 负责人:无 分享
已邀请:

要回复问题请先登录注册