当前位置:网站首页>uni.navigateBack 中的坑
uni.navigateBack 中的坑
2022-08-02 07:26:00 【LifeOases】
1.参数delta的问题:当为delta传递一个变量时,不能起作用
//正常
uni.navigateBack({
delta: 2
});
//异常
let count = 3
uni.navigateBack({
delta: count
});
2.页面中有打印机的初始化及打印
使用uni.navigateBack 跳转到list ,再次进入detail页,打印机无法工作
需要修改为
uni.navigateTo 跳转到list页
总之使用uni.navigateBack 时,需要注意^
边栏推荐
- View port number occupancy
- MySQL - slow query log
- MySQL-Execution Process + Cache + Storage Engine
- Splunk Filed Alias field name
- spark read folder data
- OSPF 综合实验
- Introduction to mysql operation (4) ----- data sorting (ascending, descending, multi-field sorting)
- playwright 爬虫使用
- MySQL database design specification
- JVM垃圾回收与性能调优方式
猜你喜欢

Azure Synapse Analytics上创建用户并赋予权限

MySQL-索引详解

HCIP 第五天

Compact格式下MySQL的数据如何存储到磁盘

设置工作模式与环境(中):建造二级引导器

MySQL - locking mechanism

Splunk Filed Alias field name

Introduction to mysql operation (4) ----- data sorting (ascending, descending, multi-field sorting)

2022-2023 十大应用开发趋势

WebForm DropDownList bind year and month respectively
随机推荐
MySQL - locking mechanism
Splunk Filed extraction field interception
HCIP 第十一天
hdu1752 copy
CollectionUtil: a collection of functional style tool
LeetCode刷题(7)
I.MX6U-ALPHA开发板(EPIT定时器实验)
暂未找到具体原因但解决了的bug
A full review of mainstream timed task solutions
Modify apt-get source to domestic mirror source
OSPF 综合实验
CSRF-Cross-site request forgery-related knowledge
如何保护智能家居不受黑客攻击
Buried development process
2022-08-01 第四小组 修身课 学习笔记(every day)
flutter解决键盘和输入框不适配问题
LeetCode 2312. Sell Wood Blocks
MySQL-FlinkCDC-Hudi enters the lake in real time
Metasploit (MSF) Basic Super Detailed Edition
Introduction to mysql operation (4) ----- data sorting (ascending, descending, multi-field sorting)