03 2022 档案

摘要:改变其他文字颜色: title、legend、series下添加 textStyle: { color: '#ffffff' } 改变坐标颜色 xAxis、yAxis下添加 axisLabel: { show: true, textStyle: { color: '#ffffff' } } 阅读全文
posted @ 2022-03-23 14:01 。啊月 阅读(214) 评论(0) 推荐(0) 编辑
摘要:点击安卓返回按钮时触发 onBackPress(event){ uni.redirectTo({ url: '/pages/withdraw/withdraw' }) // 此处一定要return为true,否则页面不会返回到指定路径 return true } 阅读全文
posted @ 2022-03-23 14:00 。啊月 阅读(286) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示