上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页
  2022年9月2日
摘要: data() { return { operate_dm: true, // 弹幕编辑按钮默认显示 isShowLog:0, timer_dm:null, } } onPageScroll(e) { /* 滚动时隐藏操作按钮,停止滚动再显示操作按钮 */ this.isShowLog = 2; cl 阅读全文
posted @ 2022-09-02 15:19 小虾米吖~ 阅读(3445) 评论(0) 推荐(0) 编辑
摘要: <u-popup :show="addDmShow" mode="bottom" @close="addDmShow = false" :closeable="true" :closeOnClickOverlay="true"> <view class="add_dm_box"> <uni-form 阅读全文
posted @ 2022-09-02 15:16 小虾米吖~ 阅读(2001) 评论(0) 推荐(1) 编辑
  2022年8月29日
摘要: <textarea v-model="signUpformData.introduce" placeholder="请输入" maxlength="1000" placeholderStyle="color:#999;font-size:13px;" clearable v-if="isEdit" 阅读全文
posted @ 2022-08-29 16:36 小虾米吖~ 阅读(1178) 评论(0) 推荐(0) 编辑
摘要: 新增组件页面: loginProp.vue <template> <view class="login-box" v-if="loginShow"> <view class="center-box"> <image class="logo" src="../../static/images/logo 阅读全文
posted @ 2022-08-29 15:33 小虾米吖~ 阅读(7339) 评论(0) 推荐(0) 编辑
  2022年8月25日
摘要: 背景:1、若是使用了 uni.downloadFile(),那么使用的url必须是http或者https开头的图片,这是官方的,实际使用你会发现模拟器确实是http开头的图片,但是开发版、体验版、真机测试等获取到的图片是 wx://http/temp... 开头的,即根本没办法拿到指定图片,解决方案 阅读全文
posted @ 2022-08-25 09:36 小虾米吖~ 阅读(2601) 评论(0) 推荐(0) 编辑
  2022年8月22日
摘要: <template> <view class="cloud_box"> <view class="titels">换头像活动</view> <view class="box"> <view v-for="(item,index) in modelList" :key="index" class="i 阅读全文
posted @ 2022-08-22 15:20 小虾米吖~ 阅读(533) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JS实现图片合成下载</title> <script src="https://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></scr 阅读全文
posted @ 2022-08-22 15:17 小虾米吖~ 阅读(149) 评论(0) 推荐(0) 编辑
  2022年8月17日
摘要: 不勾选权限没有反应的代码 let _this = this; uni.showModal({ title: '提示', content: '是否退出登录', confirmText: "确定", // 确认按钮文字 cancelText:"取消", confirmColor: '#1295c9', 阅读全文
posted @ 2022-08-17 14:07 小虾米吖~ 阅读(2620) 评论(1) 推荐(0) 编辑
  2022年8月16日
摘要: 背景分析:1、项目中有投递简历后,发送至招聘者邮箱,此时招聘者从邮箱点击邮箱链接跳转至具体的简历详情页面。 2、该简历详情页面需要登录后才能访问,而从邮箱点开的链接在没有登录的情况下,或者已登录的页面和打开邮箱链接的页面不在同一个浏览器时,默认只能跳转登录页面后再登录后才能正常访问。(使用 docu 阅读全文
posted @ 2022-08-16 08:59 小虾米吖~ 阅读(173) 评论(0) 推荐(0) 编辑
  2022年8月11日
摘要: 封装:根目录下新建文件mixins/share.js export const shareMixins = { data() { return { shareData: { title: '', path: '/pages/index/index', imageUrl: '', content: ' 阅读全文
posted @ 2022-08-11 13:52 小虾米吖~ 阅读(1746) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页