会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
caiyuyi
博客园
首页
新随笔
联系
订阅
管理
2021年4月6日
Vue实现点击后动态添加class及删除同级class
摘要: <div v-for="(item,index) in listType" @click="selectType(index)" :class="{'listActive':index==selectTypeIndex}" :key='index'>{{item}}</div> export def
阅读全文
posted @ 2021-04-06 16:35 caiyuyi
阅读(908)
评论(0)
推荐(0)
2021年3月4日
uniapp 拍照或者选择相册之后图片转为base64
摘要: photoEvent(){ uni.chooseImage({count:1,sourceType: ['camera','album'],success: (res) => {console.log('res',res)console.log('1111',res.tempFilePaths[0]
阅读全文
posted @ 2021-03-04 11:05 caiyuyi
阅读(636)
评论(0)
推荐(0)
公告