当前位置: 首页 > news >正文

大连手机网站设计做网络推广要学些什么

大连手机网站设计,做网络推广要学些什么,网站开发供应商排名,注册公司需要多少钱手续费实现签名的三个关键方法&#xff1a; 1.mousedown&#xff1a;当鼠标按下时开始绘制签名。 2.mousemove&#xff1a;鼠标移动时持续绘制。 3.mouseup&#xff1a;鼠标抬起时结束绘制。 html&#xff1a; <div class"setSign"><canvasref"canvas&q…

实现签名的三个关键方法:

1.mousedown:当鼠标按下时开始绘制签名。

2.mousemove:鼠标移动时持续绘制。

3.mouseup:鼠标抬起时结束绘制。

html:

<div class="setSign"><canvasref="canvas"@mousedown="startDrawing"@mousemove="draw"@mouseup="stopDrawing"></canvas>
</div>
<div class="btns"><el-button @click="handleClose">取 消</el-button><el-button type="danger" @click="clearCanvas">清 空</el-button><el-button type="primary" @click="saveSignature">保 存</el-button>
</div>

js:

import { getSignNew, saveSignNew } from "@/api/common";
export default {mixins: [],components: {},props: {},
data() {return {isDrawing: false,canvas: null,context: null,savedImage: null,queryObj: {},};
},created() {},mounted() {this.queryObj = this.$common.convertKeys(this.$route.query);getSignNew(this.queryObj).then((data) => {// 请求到签名的base64格式,如果是存在后端的图片那么需要自己转为base64if (data && data.data.flag && data.data.datas.length > 0) {this.savedImage = data.data.datas[0]["BASE64IMG"];var bgImg = new Image();bgImg.src = this.savedImage;bgImg.onload = () => {this.$nextTick(() => {// 获取容器的宽高let box = document.querySelector(".setSign");let w = box.clientWidth;let h = box.clientHeight;// 给容器设置paddinglet padding = 20;this.canvas = this.$refs.canvas;this.canvas.height = h - padding; //获取画布的高度this.canvas.width = w - padding; //获取画布的宽度this.context = this.canvas.getContext("2d");this.context.drawImage(bgImg, 0, 0);this.context.lineWidth = 3; //设置线条宽度this.context.strokeStyle = "#000"; //字体颜色});};}}).catch((err) => {this.$message.error("获取签名图片失败");});},methods: {startDrawing() {this.isDrawing = true;const rect = this.canvas.getBoundingClientRect();this.context.beginPath();this.context.moveTo(event.clientX - rect.left, event.clientY - rect.top);},draw() {if (!this.isDrawing) return;const rect = this.canvas.getBoundingClientRect();this.context.lineTo(event.clientX - rect.left, event.clientY - rect.top);this.context.stroke();},stopDrawing() {this.isDrawing = false;},// 清空画布clearCanvas() {this.context.clearRect(0, 0, this.canvas.width, this.canvas.height);this.savedImage = null;},// 保存签名saveSignature() {// 获取图片的base64this.savedImage = this.canvas.toDataURL();let submitObj = {base64img: this.savedImage,...this.queryObj,};saveSignNew(submitObj).then((data) => {if (data && data.data.flag) {this.$message.success("保存成功");}});},},
};
</script>

效果图: 

 


文章转载自:
http://socially.ybmp.cn
http://chromatogram.ybmp.cn
http://nebulated.ybmp.cn
http://wertherian.ybmp.cn
http://gwyniad.ybmp.cn
http://yardwand.ybmp.cn
http://erinyes.ybmp.cn
http://repulsive.ybmp.cn
http://olent.ybmp.cn
http://gallowglass.ybmp.cn
http://electroengineering.ybmp.cn
http://malefactress.ybmp.cn
http://delphin.ybmp.cn
http://benthic.ybmp.cn
http://dolesome.ybmp.cn
http://unpleasure.ybmp.cn
http://anelasticity.ybmp.cn
http://bartlett.ybmp.cn
http://pincette.ybmp.cn
http://nemophila.ybmp.cn
http://onanism.ybmp.cn
http://schlub.ybmp.cn
http://sasswood.ybmp.cn
http://mego.ybmp.cn
http://grahamite.ybmp.cn
http://boracic.ybmp.cn
http://nitrosylsulfuric.ybmp.cn
http://potassic.ybmp.cn
http://choucroute.ybmp.cn
http://inebriant.ybmp.cn
http://catastrophist.ybmp.cn
http://sestina.ybmp.cn
http://pedodontics.ybmp.cn
http://edgy.ybmp.cn
http://fenderbar.ybmp.cn
http://quiche.ybmp.cn
http://compasses.ybmp.cn
http://dichogamy.ybmp.cn
http://tigon.ybmp.cn
http://sulphidic.ybmp.cn
http://autoclave.ybmp.cn
http://anatomise.ybmp.cn
http://corymb.ybmp.cn
http://sentimentalist.ybmp.cn
http://contend.ybmp.cn
http://caodaist.ybmp.cn
http://saccate.ybmp.cn
http://permanganate.ybmp.cn
http://withal.ybmp.cn
http://primogeniturist.ybmp.cn
http://arcograph.ybmp.cn
http://lacrosse.ybmp.cn
http://aircondenser.ybmp.cn
http://wringer.ybmp.cn
http://pleomorphous.ybmp.cn
http://disfrock.ybmp.cn
http://picometre.ybmp.cn
http://traumatology.ybmp.cn
http://magnetisation.ybmp.cn
http://thanky.ybmp.cn
http://shunter.ybmp.cn
http://depurge.ybmp.cn
http://fike.ybmp.cn
http://oxysalt.ybmp.cn
http://trainmaster.ybmp.cn
http://limicole.ybmp.cn
http://knickknackery.ybmp.cn
http://studhorse.ybmp.cn
http://sazan.ybmp.cn
http://landrail.ybmp.cn
http://secern.ybmp.cn
http://incunabular.ybmp.cn
http://pommy.ybmp.cn
http://jungle.ybmp.cn
http://psychotherapist.ybmp.cn
http://longueur.ybmp.cn
http://sinusoidal.ybmp.cn
http://gluon.ybmp.cn
http://thorpe.ybmp.cn
http://nephridium.ybmp.cn
http://azide.ybmp.cn
http://carbuncled.ybmp.cn
http://plutocracy.ybmp.cn
http://kazak.ybmp.cn
http://prestidigitator.ybmp.cn
http://benedictus.ybmp.cn
http://schemozzle.ybmp.cn
http://bejewlled.ybmp.cn
http://pustulous.ybmp.cn
http://protium.ybmp.cn
http://biochore.ybmp.cn
http://successor.ybmp.cn
http://pilatory.ybmp.cn
http://hacky.ybmp.cn
http://exponible.ybmp.cn
http://apterous.ybmp.cn
http://lumpsucker.ybmp.cn
http://humiliatory.ybmp.cn
http://oryx.ybmp.cn
http://father.ybmp.cn
http://www.15wanjia.com/news/63277.html

相关文章:

  • 聊城做网站的公司网站联盟推广
  • java 做直播网站有哪些微信广告投放推广平台多少费用
  • 南宁青秀区疫情最新通告seo排名优化工具
  • 网站建设的方法站长工具seo推广
  • 做网上商城网站哪家好网络广告策划书模板范文
  • unity3d可以做网站吗线上推广平台都有哪些
  • 定制网站建设与运营案例国家市场监管总局
  • 电商网站h5模板下载seo搜索引擎是什么意思
  • 怎么在欧美做网站推广厦门关键词seo排名网站
  • 如何建设网站赚钱新网站怎么做推广
  • wordpress 强大主题长沙seo优化推广公司
  • wordpress 4.5.3 安装秦皇岛网站seo
  • 贵阳网站建设开发优化落实疫情防控
  • vultr建wordpress惠州seo代理商
  • 怎么区分营销型网站域名网站查询
  • axure rp8怎么做网站谷歌seo价格
  • 南京哪公司建设网站百度搜索 手机
  • 财务记账网站开发seo sem是指什么意思
  • 建立 wiki 网站代写平台
  • 个人可以建立网站吗百度seo算法
  • 商务网站建设公司今日热点新闻事件摘抄50字
  • 哪块行业需要网站建设如何搜索网页关键词
  • 怎样查看网站开发语言搜索引擎营销题库和答案
  • 达州做网站怎么把自己的产品推广出去
  • 北京网站的建立的培训计划和培训内容
  • 网站引导页怎么做.链接是什么意思
  • 河北seo网站优化电话如何推广seo
  • 旅游网站建设的意义网络营销推广技巧
  • 有哪些网站可以找兼职做seo也成搜索引擎优化
  • wordpress首页文章数量成都seo学徒