09 2020 档案

摘要:app.vue里面写onLaunch: function(launch) { let that = this // #ifdef APP-PLUS uni.getSystemInfo({ success(res) { console.log(res) console.log(res.platform 阅读全文
posted @ 2020-09-21 19:06 福超 阅读(241) 评论(0) 推荐(0) 编辑
摘要:1.下载组件 ksp-image-cutter 2.引入 import kpsImageCutter from "@/components/ksp-image-cutter/ksp-image-cutter.vue"; 3.使用 <image @click="chooseImage()" style 阅读全文
posted @ 2020-09-21 17:18 福超 阅读(348) 评论(0) 推荐(0) 编辑
摘要:main.js 引入 Clipboard npm install --save v-clipboard import Clipboard from 'v-clipboard' Vue.use(Clipboard) 来源链接: https://blog.csdn.net/weixin_39907729 阅读全文
posted @ 2020-09-18 16:09 福超 阅读(959) 评论(0) 推荐(0) 编辑
摘要:<template> <view class="about"> <view class="lis"> <view class="li" v-for="(item,index) in 100" :key="index"> {{index}} </view> </view> <!-- :style="{ 阅读全文
posted @ 2020-09-10 17:36 福超 阅读(2734) 评论(0) 推荐(0) 编辑
摘要:点击 openMap() 即可 传经纬度 地名地址openMap() { // 获取目的地经纬度 let j = '113.953532'; let w = '22.540024'; let obj = this.bMapTransQQMap(Number(j), Number(w)); let a 阅读全文
posted @ 2020-09-09 19:29 福超 阅读(182) 评论(0) 推荐(0) 编辑

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