摘要: /**检查是否打开GPS功能(android)**/ export const checkOpenGPSServiceByAndroid = () => { let system = uni.getSystemInfoSync();// 获取系统信息 if (system.platform 'and 阅读全文
posted @ 2020-03-20 13:41 自律·给我自由 阅读(2021) 评论(0) 推荐(0)
摘要: 问题描述: 楼主在开发过程中,需要页面传值,内容是一个富文本,所以不能用路径+?的方式传值,选择了uniapp的页面通讯方式,但是值接收到了,data里的数据改变了,视图却不刷新解决: 经过楼主反复试验发现,uniapp的页面通讯方式只有两种跳转方式生效, 1.uni.switchTab //跳转到 阅读全文
posted @ 2020-03-20 09:29 自律·给我自由 阅读(5953) 评论(1) 推荐(0)