摘要: <button data-name="f1" class="b1" open-type="share"> 分享链接 </button> <button data-name="f2" class="b1" open-type="share">分享链接</button> onShareAppMessag 阅读全文
posted @ 2021-10-13 17:04 何云泽 阅读(487) 评论(0) 推荐(0)
摘要: saoma() { uni.showLoading({ title: "加载中" }) this.showins2 = true this.$url.MUrl("userGetWxAccessToken").then(e => { var d = JSON.parse(e.data) var tha 阅读全文
posted @ 2021-10-13 16:22 何云泽 阅读(215) 评论(0) 推荐(0)
摘要: 是视频路径不能带空格 阅读全文
posted @ 2021-09-27 17:43 何云泽 阅读(186) 评论(0) 推荐(0)
摘要: npm install echarts --save mian.js 引用 import * as echarts from 'echarts'; app.config.globalProperties.$echarts = echarts; <template> <div class="home" 阅读全文
posted @ 2021-09-27 11:50 何云泽 阅读(101) 评论(0) 推荐(0)
摘要: 子组件 <template> <picker v-if="arr.length*1" @change="bindPickerChange" :value="opChange(num,arr,'value')" :range-key="'label'" :range="arr"> <slot name 阅读全文
posted @ 2021-09-27 11:20 何云泽 阅读(1021) 评论(0) 推荐(0)
摘要: 父组件 <template> <div> <apiSelect @item="apiSelectM" /> </div> </template> <script> import apiSelect from "@/components/apiSelect"; export default { dat 阅读全文
posted @ 2021-09-24 16:01 何云泽 阅读(219) 评论(0) 推荐(0)
摘要: cd existing_foldergit initgit remote add origin http://1xxxxxxxxxxxxxxxxxxgit add .git commit -m "Initial commit"git push -u origin master 阅读全文
posted @ 2021-09-24 13:10 何云泽 阅读(32) 评论(0) 推荐(0)
摘要: <view style="overflow: auto;display: flex;"> <view v-for="i in 10" :key="i" style="height:100px;width: 100px;margin-right: 30px;background: red;flex: 阅读全文
posted @ 2021-09-18 14:38 何云泽 阅读(380) 评论(0) 推荐(0)
摘要: 1.新建一个项目包放彩色图标,并下载压缩包 然后 解压并进入cmd 进入项目包安装iconfont 的字体文件包iconfont-tools(npm i -g iconfont-tools) 输入iconfont-tools 然后默认一直回车即可 生成的包复制入项目 <view class="cai 阅读全文
posted @ 2021-09-08 10:28 何云泽 阅读(203) 评论(0) 推荐(0)
摘要: 1,vue中安装wangEditor 使用的npm安装 npm install wangeditor --save 2,创建公用组件 在components中创建wangEnduit文件夹 组件内容为 <template lang="html"> <div class="editor"> <div 阅读全文
posted @ 2021-09-03 14:14 何云泽 阅读(1549) 评论(0) 推荐(0)