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