更新记录
1.0.0(2025-03-03) 下载此版本
- 完成基础功能
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | √ | - | - | √ | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
-
pages.json中引入结果页
{ "path": "pages/index/result", "style": { "navigationBarTitleText": "结果页", "navigationStyle":"custom" } },
-
其他页面跳转入结果页
// 返回结果页 uni.reLaunch({ url: '/pages/index/result' });
-
修改
countdown
的时间来决定倒数需要的时间 -
修改需要前往的页面
back() { uni.reLaunch({ url: '/pages/index/index' }); }