摘要: 首先,在components下新建 signView.vue文件 <template> <view class="main-content" v-if="isShow"> <!-- 签字canvas --> <block v-if="showCanvas"> <canvas class="mycan 阅读全文
posted @ 2024-02-21 10:43 IT小姐姐 阅读(203) 评论(0) 推荐(0) 编辑
摘要: selectCity.vue <template> <view class="select-city"> <view class="search"> <van-field class="select-input" input-align="left" :value="searchVal" place 阅读全文
posted @ 2024-02-05 10:19 IT小姐姐 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 代码如下: <template> <view class="container"> <swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :d 阅读全文
posted @ 2024-01-24 16:01 IT小姐姐 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 首先:如果网络比较慢也有可能引起下载失败 npm install --registry=https://registry.npm.taobao.org 其次:检查node版本号,可以通过nvm切换相应的版本号 可以根据具体的情况安装 node-sass版本号 npm install node-sas 阅读全文
posted @ 2024-01-16 09:20 IT小姐姐 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 一。在components下新建 upLoadImg / index.js <template> <div> <el-upload class="avatar-uploader" action="111" :show-file-list="false" :auto-upload="false" :o 阅读全文
posted @ 2023-12-21 14:00 IT小姐姐 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 实现后端返回的文档流,点击下载 <div class="prom-add" @click="downLoad"><i class="el-icon-download"></i>下载</div> import request from '@/router/axios' //下载 async downL 阅读全文
posted @ 2023-12-21 10:07 IT小姐姐 阅读(29) 评论(0) 推荐(0) 编辑
摘要: <el-form-item label="设置密码" prop="pass"> <el-input type="password" v-model="ruleForm.pass" autocomplete="off" placeholder="请输入密码" show-password></el-in 阅读全文
posted @ 2023-12-20 15:24 IT小姐姐 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <div class="invite-buttom"> 请选择要复制的网站: <el-select v-model="webValue" placeholder="请选择要复制的网站"> <el-option v-for="item in formUrl.webInviteUrl" :key="it 阅读全文
posted @ 2023-12-20 10:05 IT小姐姐 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 第一种:鼠标滑过图片,提示文字,如图: <div v-if="talentCardNum && talentCardNum >0"> <img @mouseenter="choice(1)" @mouseleave="choice(0)" class="box_time_icon" :src="ho 阅读全文
posted @ 2023-12-12 13:47 IT小姐姐 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 两种方式下载: 第一种:直接a标签下载 <a class="item-btn download" :href="'/xxx/xxx/download?id=' + xxx.id" :download="xxx.name">下载附件</a> 第二种: <el-button class="item-bt 阅读全文
posted @ 2023-12-08 14:07 IT小姐姐 阅读(260) 评论(0) 推荐(0) 编辑