- 博客(12)
- 收藏
- 关注
原创 uniapp 安卓端子组件显示时,阻止父组件操作
uniapp 子组件显示,阻止父组件操作子组件显示时,想要阻止父组件的任何操作,只需要在子组件的全局加@touchmove.stop.prevent就可以阻止父组件的操作了。
2021-05-12 11:50:56
488
原创 uniApp 打包APP 定位失败解决问题
uniApp 打包APP 定位失败解决问题配置manifest.json -->APP模块配置 定位和MapsKEY如果还不能定位成功,看一下android的AndroidManifest.xml地图KEY配置对了吗
2021-01-06 09:56:36
2046
原创 vue 日期减日期获取天数
let day = new Date(2020-10-01).getTime() - new Date(2020-09-01).getTime();//日期转时间戳 let dayCount = Math.floor(day / 86400000) ;//时间戳获取天数
2020-11-26 09:35:58
3305
原创 echarts饼图虚线显示
{ value: this.detail.leftDuration, name: '未记录', itemStyle: { normal: { co...
2020-11-26 09:25:30
4459
原创 Vue this.$router.go(-1);刷新问题
Vue this.$router.go(-1);刷新问题watch: {‘$route’() {this.getList();//我的初始化方法}},想刷新哪些数据就调用哪个方法
2020-10-27 17:54:48
3289
原创 flutter视频全频播放,音量亮度的调节
flutter本地视频播放第一次写博客不知道该怎么写,对于flutter我也是新手,所以代码还有很多地方完善,但是主要的功能都已经有了,视频全频播放,音量亮度的调节的功能都有了。有需要的朋友可以直接复制。import ‘dart:async’;import ‘package:auto_orientation/auto_orientation.dart’;import ‘package:common_utils/common_utils.dart’;import ‘package:flutter/m
2020-10-19 10:26:59
2672
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人