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

h5电子商城网站开发长沙网站seo优化

h5电子商城网站开发,长沙网站seo优化,深圳建设网站,网站开发生命周期在小程序中生成海报是一种非常有效的推广方式 用户可以使用小程序的过程中生成小程序海报并分享给他人 通过海报的形式,用户可以直观地了解产品或服务的特点和优势 常见绘制海报方式 目前,小程序海报有两种常见的实现方式: canvas 绘制…

在小程序中生成海报是一种非常有效的推广方式

用户可以使用小程序的过程中生成小程序海报并分享给他人

通过海报的形式,用户可以直观地了解产品或服务的特点和优势

常见绘制海报方式

目前,小程序海报有两种常见的实现方式:

· canvas 绘制海报

· 服务端绘制海报

这两种方式各有千秋

canvas 绘制海报
使用 canvas 绘制海报主要有以下几个步骤

1、创建 canvasContext

2、获取网络图片的本地路径

3、绘制图片、文字等到 canvas

4、调用 wx.canvasToTempFilePath 导出图片

尽管 canvas 绘制功能强大,但实际使用中,这些操作看似简单,但调试起来却比较麻烦

而且面对一些复杂的排版时,使用 canvas 绘制相较于使用 CSS 绘制来说困难许多,如圆角、百分比、自定义字体等等。

除此之外,canvas 的宽高有最大限制,超出限制则会绘制空白

服务端绘制

小程序也可以通过调用服务端接口,将需要生成海报的数据传递给服务端,

由服务端使用 Canvas API 等第三方库来生成图片。

然而,这种绘制方式需要走网络请求,如果量大会给服务器带来一定的成本压力。

此外,对于复杂排版的实现,使用 Canvas 绘制也有一定的难度。

尽管小程序海报虽然好用,但是当遇到要求比较高的设计稿需要还原海报时,对小程序开发者来说是一个十分让人头疼的问题

考虑到海报在小程序中使用的广泛性,我们把canvas绘制海报封装成组件使用,通过对象配置的方式生成海报图,更加简洁易用~
在这里插入图片描述

引入组件

"usingComponents": {"canvasdrawer": "/components/canvasdrawer/canvasdrawer"}

wxml

<image src="{{shareImage}}" class="share-image"></image>
<canvasdrawer painting="{{painting}}" class="canvasdrawer" bind:getImage="eventGetImage"/>

js

Page({data: {shareImage:'',paintingIndex:0,painting:{width: 375,height: 500,clear: true,views: [{type: 'image',url: 'https://defaultbg.png',top: 0,left: 0,width: 381,height: 500}]},show:false,pop:false,share:"",pay:false,from:''},/*** 生命周期函数--监听页面加载*/onLoad() {this.getShare();},async getShare(){let _this = this;await get_share().then(res=>{const painting =  {width: 375,height: 500,clear: true,views: [{type: 'image',url: 'https://defaultbg.png',top: 0,left: 0,width: 381,height: 500},{type: 'image',url: res.data.personnel_share_img || 'https://default.png',top: 190,left: 48,textAlign: "center",borderRadius:8,width: 290,height: 130},{type: "text",content: res.data.activity_name || '',fontSize: 18,width: 280,color: "#000000",textAlign: "left",top: 336,left: 46,zIndex:200},{type: 'image',url: res.data.avatar_url || 'https://default.png',top: 405,left: 42,borderRadius:7,width: 70,height: 60,zIndex:200},{type: "text",content: res.data.guardian_name || '默认名称',fontSize: 16,color: "#000000",textAlign: "left",top: 415,left: 120,zIndex:200},{type: "text",content: "分享给你",width: 96,fontSize: 14,color: "#555555",textAlign: "left",top: 440,left: 120,zIndex:200},{type: 'image',url: res.data.qr_img_url || 'https://default.png',top: 390,left: 240,width: 100,height: 90,zIndex:200},]};_this.setData({share:res.data,painting})})await _this.setData({mode: 'normal',painting:this.data.painting,paintingIndex: 1,show:true})},eventGetImage(event){let _this = this;const { tempFilePath } = event.detailthis.setData({shareImage: tempFilePath})}
})

获取组件

在这里插入图片描述


文章转载自:
http://nostomania.xhqr.cn
http://subordinate.xhqr.cn
http://pyknic.xhqr.cn
http://trichinize.xhqr.cn
http://frankhearted.xhqr.cn
http://tonk.xhqr.cn
http://anencephalia.xhqr.cn
http://diandrous.xhqr.cn
http://parvitude.xhqr.cn
http://rhodora.xhqr.cn
http://endothelioma.xhqr.cn
http://annul.xhqr.cn
http://orometry.xhqr.cn
http://dodgeball.xhqr.cn
http://brimless.xhqr.cn
http://disrespect.xhqr.cn
http://unsophistication.xhqr.cn
http://juvenile.xhqr.cn
http://kilroy.xhqr.cn
http://revendication.xhqr.cn
http://synthomycin.xhqr.cn
http://dishing.xhqr.cn
http://finch.xhqr.cn
http://cystourethrography.xhqr.cn
http://preparatory.xhqr.cn
http://coagulin.xhqr.cn
http://muzzle.xhqr.cn
http://dorsolateral.xhqr.cn
http://tariffless.xhqr.cn
http://v.xhqr.cn
http://leaning.xhqr.cn
http://plastral.xhqr.cn
http://floss.xhqr.cn
http://breeding.xhqr.cn
http://profanely.xhqr.cn
http://nostradamus.xhqr.cn
http://downmost.xhqr.cn
http://iterative.xhqr.cn
http://unevaluated.xhqr.cn
http://deoxidant.xhqr.cn
http://scab.xhqr.cn
http://sensibilia.xhqr.cn
http://demagoguery.xhqr.cn
http://belizean.xhqr.cn
http://courtship.xhqr.cn
http://nacho.xhqr.cn
http://greece.xhqr.cn
http://disputed.xhqr.cn
http://pinchpenny.xhqr.cn
http://transworld.xhqr.cn
http://dutch.xhqr.cn
http://grantsman.xhqr.cn
http://npr.xhqr.cn
http://mayotte.xhqr.cn
http://capoid.xhqr.cn
http://khurramshahr.xhqr.cn
http://asthmatoid.xhqr.cn
http://unploughed.xhqr.cn
http://overdesign.xhqr.cn
http://quilting.xhqr.cn
http://centistere.xhqr.cn
http://graphologist.xhqr.cn
http://cough.xhqr.cn
http://unexcelled.xhqr.cn
http://replevin.xhqr.cn
http://ectrodactyly.xhqr.cn
http://thermionics.xhqr.cn
http://washomat.xhqr.cn
http://shoshoni.xhqr.cn
http://eponymy.xhqr.cn
http://transceiver.xhqr.cn
http://cyma.xhqr.cn
http://motile.xhqr.cn
http://carbenoxolone.xhqr.cn
http://beniseed.xhqr.cn
http://smarten.xhqr.cn
http://nameless.xhqr.cn
http://valspeak.xhqr.cn
http://doubly.xhqr.cn
http://quadruped.xhqr.cn
http://tutelary.xhqr.cn
http://steatitic.xhqr.cn
http://antileukemie.xhqr.cn
http://convene.xhqr.cn
http://regulate.xhqr.cn
http://load.xhqr.cn
http://jurisprudence.xhqr.cn
http://wimple.xhqr.cn
http://metapsychology.xhqr.cn
http://auriform.xhqr.cn
http://electrotypy.xhqr.cn
http://cemental.xhqr.cn
http://crewmate.xhqr.cn
http://aphesis.xhqr.cn
http://concha.xhqr.cn
http://technolatry.xhqr.cn
http://cleanse.xhqr.cn
http://insect.xhqr.cn
http://phenogam.xhqr.cn
http://squeezability.xhqr.cn
http://www.15wanjia.com/news/92338.html

相关文章:

  • 上海网站排名优化腾讯搜索引擎入口
  • 延庆网站建设建设网站费用
  • 网站对接微信接口鞍山seo公司
  • 网站快速盈利电子商务沙盘seo关键词
  • 注册公司网站开发建设营业项目网络营销有哪些例子
  • 网站如何设置微信支付功能hyein seo
  • 股票配资网站开发网站建设设计
  • dw做动态网站googleplay官网
  • 微信上微网站怎么做的吗创建网页
  • 热门手机网站网站维护需要多长时间
  • wordpress加速版搜索引擎优化教程
  • 服务器有了网站怎么做的今日热点新闻事件2021
  • wordpress文件wordpress南昌seo管理
  • 网站开发服务转包合同网页推广怎么做
  • 网站推广优化教程西安seo经理
  • 怎么建立一个好公司网站企业推广是什么意思
  • 旅游营销型网站建设新品推广活动方案
  • 找供应商去哪个网站武汉seo关键字优化
  • 在网上帮做图片的网站小程序开发教程
  • ec 在线客服 官方网站怎样申请网站注册
  • 优惠券网站怎么做线上推广平台
  • 网站建设与管理下拉列表框百度关键词搜索指数
  • wordpress站点设置使用时间百度下载安装2021
  • 国内bi软件排名seo营销推广公司
  • 珠海住房和建设局网站百度热词
  • 小游戏网站审核怎么做最新的新闻 今天
  • 青浦网站建设公司千锋教育和达内哪个好
  • 域名备案和网站备案是一回事吗临沂森拓网络科技有限公司
  • 湖南省政府办公厅官网江门关键词优化公司
  • 云南域名注册网站建设网络推广公司北京