08 2021 档案

摘要:录音 onLoad(options) { let that=this this.recorderManager = uni.getRecorderManager(); //创建录音管理 }, methods:{ //开始录音 startRecord(index){ let that=this uni 阅读全文
posted @ 2021-08-25 15:45 布偶123 阅读(3118) 评论(0) 推荐(0) 编辑
摘要:wxml文件 <view class="container"> <view class="left-item"> <view class="item"></view> </view> <view class="right-item"> <view class="item"></view> </vie 阅读全文
posted @ 2021-08-24 14:51 布偶123 阅读(301) 评论(0) 推荐(0) 编辑
摘要:在app.js中添加以下代码,并且在onLaunch中调用,每次更新后会弹出更新的提示框,点击确定即可更新为最新版本 autoUpdate: function() { let _this = this // 获取小程序更新机制的兼容,由于更新的功能基础库要1.9.90以上版本才支持,所以此处要做低版 阅读全文
posted @ 2021-08-23 09:52 布偶123 阅读(1167) 评论(0) 推荐(0) 编辑
摘要:1.在DCLOUD插件市场导入echarts 基础用法 <view style="width: 100%; height:500rpx"><l-echart ref="chart"></l-echart></view> import * as echarts from '@/uni_modules/ 阅读全文
posted @ 2021-08-21 10:34 布偶123 阅读(3587) 评论(0) 推荐(0) 编辑