wp.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. <template>
  2. <view class="box">
  3. <view style="padding-top: 100rpx;padding-left: 73rpx;padding-right: 75rpx;">
  4. <view style="border-radius: 20rpx;">
  5. <canvas canvas-id="mini_poster" style="width: 600rpx;" :style="{ height: canvasH + 'px' }"></canvas><!-- :style="{ width: canvasW + 'px', height: canvasH + 'px' }" -->
  6. </view>
  7. </view>
  8. <view style="height: 106rpx;"></view>
  9. <!-- <view class="footer">
  10. <view style="height: 106rpx; align-items: center; background-color: #333333;">
  11. <button style="background: transparent; height: 106rpx; line-height: 106rpx;" @tap="toSaveImage">保存名片</button>
  12. </view>
  13. </view> -->
  14. <view class="downloadBtn" @click="toSaveImage">保存图片</view>
  15. <!-- <img :src="mpWxQr2" alt="" ref="image" class="wcl"> -->
  16. </view>
  17. </template>
  18. <script>
  19. export default {
  20. data() {
  21. return {
  22. mpWxQr: "https://apidms.66km.com/static/third/jialian.ico",
  23. canvasW: 0,
  24. canvasH: 0,
  25. invest_areas: [{id: 1, name: "儿童教育"}, {id: 1, name: "大数据"}],
  26. nickname: "",
  27. avatar: "",
  28. company: "",
  29. phone: "17610998099",
  30. email: "redoume@163.com",
  31. time: "2022.01.21~2022.01.2",
  32. finished: false,
  33. sellingPoint:'',
  34. userInfo:'',
  35. ext:'',
  36. mpWxQr2:'',
  37. mpWxQr3:'',
  38. mpWxQr4:'',
  39. ptImg:'http://dmsphoto.66km.com.cn/thFiles/18415D1D-563A-4488-9163-0A7D59A99961.png',
  40. groupType:'',
  41. }
  42. },
  43. computed: {
  44. showInvestAreas() {
  45. if (this.invest_areas) {
  46. const names = []
  47. this.invest_areas.forEach(item => {
  48. names.push(item.name)
  49. })
  50. return names.join(" ")
  51. }
  52. return '未设置'
  53. }
  54. },
  55. onLoad(opt) {
  56. //this.canvasW = uni.getSystemInfoSync().windowWidth
  57. //this.canvasH = this.calculateCanvasHeight()
  58. this.avatar=opt.img;
  59. //this.avatar=this.avatar.replace('http','https');
  60. console.log(this.avatar)
  61. this.nickname=opt.name;
  62. if(opt.sellingPoint&&opt.sellingPoint!='undefined'){
  63. this.sellingPoint=opt.sellingPoint;
  64. }
  65. console.log('this.sellingPoint==='+this.sellingPoint)
  66. //console.log(this.nickname+this.nickname.length)
  67. if(this.nickname.length>16){
  68. this.nickname=this.nickname.substring(0,16)+'...'
  69. }
  70. if(opt.groupType){
  71. this.groupType=opt.groupType
  72. }
  73. //console.log(this.nickname+this.nickname.length)
  74. this.userInfo=this.$store.state.userInfo;
  75. this.ext=this.$common.getExtStoreId();
  76. this.canvasW =uni.upx2px(600)
  77. if(this.sellingPoint){
  78. this.canvasH = uni.upx2px(840)
  79. }else{
  80. this.canvasH = uni.upx2px(740)
  81. }
  82. var that=this;
  83. var type=opt.type
  84. if(type==2){
  85. var bizType=2;
  86. var path='pages/activity/jkDetail'
  87. }else{
  88. var bizType=1;
  89. var path='pages/shop/goodsDetail'
  90. }
  91. uni.showLoading({
  92. title: '加载中'
  93. })
  94. this.$request.httpBinary('openMall/shareQrCode', {
  95. bizType:bizType,
  96. path:path,//?id+this.id+'&shareId='+this.userInfo.openId,
  97. goodsId:opt.id,
  98. openId:this.userInfo.openId,
  99. unionId:this.ext.unionId
  100. },'GET').then(res => {
  101. //console.log(res)
  102. this.mpWxQr3=res;
  103. uni.hideLoading();
  104. //this.mpWxQr2= 'data:image/png;base64,'+uni.arrayBufferToBase64(res)
  105. // this.mpWxQr4= uni.arrayBufferToBase64(res)
  106. this.toDrawCanvas()
  107. })
  108. // this.$request.httpBinary('openMall/shareQrCode', {
  109. // bizType:1,
  110. // path:'pages/shop/goodsDetail',//?id+this.id+'&shareId='+this.userInfo.openId,
  111. // goodsId:opt.id,
  112. // openId:this.userInfo.openId,
  113. // unionId:this.ext.unionId
  114. // },'GET').then(res => {
  115. // //console.log(res)
  116. // this.mpWxQr2= 'data:image/png;base64,'+uni.arrayBufferToBase64(res)
  117. // // let theNode=uni.createSelectorQuery().select(".wcl")
  118. // // theNode.boundingClientRect((data)=>{
  119. // // console.log(data)
  120. // // // that.mpWxQr=data
  121. // // }).exec()
  122. // // this.mpWxQr = uni.createSelectorQuery().select('wcl')
  123. // this.toDrawCanvas()
  124. // })
  125. //return false;
  126. },
  127. methods: {
  128. toSaveImage() {
  129. if (!this.finished) {
  130. uni.showToast({
  131. title: '正在生成图片,稍后再试',
  132. icon: 'none'
  133. })
  134. return
  135. }
  136. const that = this
  137. uni.canvasToTempFilePath({
  138. canvasId: 'mini_poster',
  139. success: (res) => {
  140. uni.saveImageToPhotosAlbum({
  141. filePath: res.tempFilePath,
  142. success: () => {
  143. uni.showToast({
  144. title: '保存成功'
  145. })
  146. },
  147. fail() {
  148. uni.showToast({
  149. icon: 'none',
  150. title: '保存名片码失败'
  151. })
  152. }
  153. })
  154. },
  155. fail() {
  156. uni.showToast({
  157. icon: 'none',
  158. title: '保存名片码失败'
  159. })
  160. }
  161. })
  162. },
  163. async toDrawCanvas() {
  164. const padding = uni.upx2px(34)
  165. const cardHeight = uni.upx2px(380)
  166. const cw = this.canvasW - 2 * padding
  167. const r = uni.upx2px(12)
  168. let ctx = uni.createCanvasContext('mini_poster', this)
  169. // 左上角
  170. var cx = uni.upx2px(30)
  171. var cy = uni.upx2px(30)
  172. //this._drawRoundRect(ctx, 30, 30, this.canvasW, this.canvasH, r)
  173. // ctx.arc(this.canvasW, 0, this.canvasW,this.canvasH, cx)
  174. // 透明背景
  175. ctx.setFillStyle('rgba(255, 255, 255, 0)')
  176. //ctx.setFillStyle('#FFFFFF')
  177. //ctx.setFillStyle('#D53533')
  178. ctx.fillRect(0, 0, this.canvasW, this.canvasH)
  179. // draw card round rect
  180. this.drawback(ctx)
  181. this.drawRoundRect(ctx, padding, padding, cw, cardHeight, r, 2)
  182. // draw card content
  183. this.drawCard(ctx, padding, padding, cw, cardHeight)
  184. // draw avatar
  185. const av = uni.upx2px(540)
  186. const topimgh = uni.upx2px(317)
  187. //console.log(av)
  188. //console.log(topimgh)
  189. const hi = await this.downloadImage(this.avatar)
  190. if (hi.tempFilePath) {
  191. const x = uni.upx2px(30)
  192. const y = uni.upx2px(30)
  193. this.drawRoundRectAvatar(ctx, x, y, av, topimgh, r, hi.tempFilePath)
  194. }
  195. // draw hello info
  196. //this.drawHelloInfo(ctx, padding, padding + cardHeight + padding, cw)
  197. // draw qr code
  198. if (this.mpWxQr) {
  199. var fsm = uni.getFileSystemManager();
  200. //var filePath='../../static/timg/CS.png'
  201. var times = new Date().getTime();
  202. var codeimg = wx.env.USER_DATA_PATH + '/' + times + '.png';
  203. var that=this;
  204. fsm.writeFile({
  205. filePath: codeimg, // 要写入的文件路径 (本地路径)
  206. data: this.mpWxQr3, // 要写入的文本或二进制数据
  207. encoding:"base64", // 指定写入文件的字符编码
  208. success(e) {
  209. console.log(e)
  210. console.log(codeimg)
  211. var wxsx=uni.upx2px(48)
  212. if(that.sellingPoint){
  213. var wxsy=uni.upx2px(649)
  214. }else{
  215. var wxsy=uni.upx2px(549)
  216. }
  217. var wxwidth=uni.upx2px(158)
  218. ctx.drawImage(codeimg, wxsx, wxsy, wxwidth,wxwidth)
  219. },
  220. fail(err) {
  221. console.log(err)
  222. }
  223. });
  224. const hello = await this.downloadImage(this.mpWxQr)
  225. //const padding = uni.upx2px(34)
  226. //const av = uni.upx2px(180)
  227. //const totalH = this.calculateCanvasHeight()
  228. //console.log("totalH=="+totalH)
  229. //console.log(hello.tempFilePath)
  230. // var wxsx=uni.upx2px(68)
  231. // var wxsy=uni.upx2px(649)
  232. // var wxwidth=uni.upx2px(148)
  233. // ctx.drawImage(codeimg, wxsx, wxsy, wxwidth,wxwidth)
  234. if (hello.tempFilePath) {
  235. //ctx.drawImage(hello.tempFilePath, wxsx, wxsy, wxwidth,wxwidth)
  236. }
  237. }
  238. ctx.draw()
  239. this.finished = true
  240. },
  241. async drawCard(ctx, x, y, w, h) {
  242. // draw company
  243. //let vp = y + uni.upx2px(45)
  244. //const hp = x + uni.upx2px(52)
  245. let vp = uni.upx2px(400)
  246. const hp = uni.upx2px(36)
  247. ctx.setTextBaseline('center')
  248. const fz30 = uni.upx2px(32)
  249. ctx.fillStyle = '#212121'
  250. ctx.setFontSize(fz30)
  251. ctx.fillText(this.nickname, hp, vp)
  252. var timeX=hp;
  253. var timeY=vp+30
  254. const fz26 = uni.upx2px(26)
  255. ctx.setFillStyle('#3C3C3C')
  256. ctx.setFontSize(fz26)
  257. ctx.fillText(this.time, timeX, timeY)
  258. var sm=this.sellingPoint
  259. ctx.setFillStyle('#999999')
  260. ctx.setFontSize(fz26)
  261. var smy=timeY+20
  262. var maxwidth = uni.upx2px(550)
  263. if(sm.length>20){
  264. var sm1=sm.substring(0,20)
  265. ctx.fillText(sm1, timeX, smy)
  266. if(sm.length>40){
  267. var sm2=sm.substring(20,40)
  268. ctx.fillText(sm2, timeX, smy+20)
  269. var sm3=sm.substring(40,60)
  270. ctx.fillText(sm3, timeX, smy+40)
  271. }else{
  272. var sm2=sm.substring(20,40)
  273. ctx.fillText(sm2, timeX, smy+20)
  274. }
  275. }else{
  276. ctx.fillText(sm, timeX, smy)
  277. }
  278. var wemtis1='名额有限 先到先得'
  279. var wemtisx=uni.upx2px(240)
  280. if(this.sellingPoint){
  281. var wemtisy=uni.upx2px(700)
  282. }else{
  283. var wemtisy=uni.upx2px(600)
  284. }
  285. ctx.setFillStyle('#999999')
  286. const fz24 = uni.upx2px(24)
  287. ctx.setFontSize(fz24)
  288. ctx.fillText(wemtis1,wemtisx,wemtisy)
  289. var wemtis2='长按二维码识别参与活动'
  290. var wemtisy2=wemtisy+30
  291. ctx.fillText(wemtis2,wemtisx,wemtisy2)
  292. // draw nickname
  293. vp = vp + 30
  294. vp = vp + 42
  295. const iconW = uni.upx2px(30)
  296. const textH = hp + iconW + 6
  297. ctx.setFillStyle('#333333')
  298. ctx.setFontSize(fz30)
  299. vp = vp + 28
  300. ctx.setFillStyle('#333333')
  301. ctx.setFontSize(fz30)
  302. // ctx.fillText(this.showInvestAreas, textH, vp)
  303. const oPadding = uni.upx2px(34)
  304. const iPadding = uni.upx2px(40)
  305. const textW = w - textH + oPadding - iPadding
  306. //this.drawTextInOneLine(ctx, this.showInvestAreas, textH, vp, textW)
  307. vp = vp + 28
  308. ctx.setFillStyle('#333333')
  309. ctx.setFontSize(fz30)
  310. //ctx.fillText(this.phone ? this.phone : '', textH, vp)
  311. },
  312. async drawHelloInfo(ctx, x, y, w) {
  313. let vp = y + 12
  314. const hp = x
  315. ctx.setTextBaseline('top')
  316. const fz30 = uni.upx2px(30)
  317. ctx.setFillStyle('#333333')
  318. ctx.setFontSize(fz30)
  319. ctx.fillText('您好,', hp, vp)
  320. const text = "我是来自 " + this.company + ' 的投资人' + this.nickname
  321. const lines = this.drawTextInLines(ctx, text, hp, vp, w, 26)
  322. vp += 26 * lines + 26
  323. ctx.fillText('这是我的名片,请惠存。', hp, vp)
  324. vp += 26
  325. ctx.fillText('谢谢', hp, vp)
  326. vp += 26
  327. vp += 40
  328. ctx.setFillStyle('#F37231')
  329. ctx.fillRect(hp, vp, 20, 3)
  330. vp += 7
  331. ctx.setFillStyle('#333333')
  332. const fz28 = uni.upx2px(28)
  333. ctx.setFontSize(fz28)
  334. ctx.fillText('长按识别二维码', hp, vp)
  335. vp += 20
  336. const ttt = '在大天使中查看我的更多信息'
  337. ctx.fillText(ttt, hp, vp)
  338. },
  339. calculateCanvasHeight() {
  340. // 400 is card height
  341. const ctx = uni.createCanvasContext('test_poster')
  342. const padding = uni.upx2px(34)
  343. const text = "我是来自 " + this.company + ' 的投资人' + this.nickname
  344. const rows = this.drawTextInLines(ctx, text, padding, 0, this.canvasW - 2 * padding, 26)
  345. const cardH = uni.upx2px(380)
  346. const h = padding * 2 + cardH + padding + 12 + 26 * 3 + rows * 26
  347. return h + 90
  348. },
  349. _drawRoundRect(ctx, x, y, w, h, r) {
  350. ctx.beginPath()
  351. // 左上角
  352. console.log("x="+x+'y='+y+'w='+w+'h='+h+'r='+r)
  353. ctx.arc(x + r, y + r, r, Math.PI, Math.PI * 1.5)
  354. //ctx.arc(0, 0, 15, Math.PI, Math.PI * 1.5)
  355. // 右上角
  356. ctx.arc(x + w - r, y + r, r, Math.PI * 1.5, Math.PI * 2)
  357. //ctx.arc(0, 0, 0, Math.PI, Math.PI * 1.5)
  358. // 右下角
  359. ctx.arc(x + w - r, y + h - r, r, 0, Math.PI * 0.5)
  360. // 左下角
  361. ctx.arc(x + r, y + h - r, r, Math.PI * 0.5, Math.PI)
  362. ctx.closePath()
  363. // ctx.strokeStyle = '#D8D8D8';
  364. ctx.fillStyle = '#FFFFFF';
  365. // ctx.stroke()
  366. ctx.fill()
  367. },
  368. drawRoundRect(ctx, x, y, w, h, r, lineWidth) {
  369. //return false;
  370. ctx.save()
  371. //this._drawRoundRect(ctx, x, y, w, h, r)
  372. ctx.clip()
  373. // draw left border
  374. ctx.fillStyle = '#EEEEEE'
  375. if(this.sellingPoint){
  376. var y=uni.upx2px(619)
  377. }else{
  378. var y=uni.upx2px(519)
  379. }
  380. ctx.arc(0, 0, 15, Math.PI, Math.PI * 1.5)
  381. var bWidth=uni.upx2px(600)
  382. ctx.fillRect(0, y, bWidth, 2)
  383. ctx.restore()
  384. },
  385. drawback(ctx){
  386. ctx.save()
  387. var bWidth=uni.upx2px(12)
  388. this._drawRoundRect(ctx, 0, 0, this.canvasW, this.canvasH,bWidth )
  389. ctx.clip()
  390. // draw left border
  391. ctx.fillStyle = '#FFFFFF'
  392. var bWidth=uni.upx2px(600)
  393. ctx.fillRect(0, 0, bWidth, this.canvasH)
  394. ctx.restore()
  395. },
  396. drawRoundRectAvatar(ctx, x, y, w, h, r, imgPath) {
  397. ctx.save()
  398. this._drawRoundRect(ctx, x, y, w, h, r)
  399. ctx.clip()
  400. ctx.drawImage(imgPath, x, y, w, h)
  401. ctx.restore()
  402. },
  403. // TODO: measureText not works in App
  404. drawTextInLines(ctx, t, x, y, w, lineHeight) {
  405. const chr = t.split("")
  406. let temp = ''
  407. let row = []
  408. for (let i = 0; i < chr.length; i++) {
  409. if (ctx.measureText(temp).width < w) {
  410. //
  411. } else {
  412. row.push(temp)
  413. temp = ''
  414. }
  415. temp += chr[i]
  416. }
  417. row.push(temp)
  418. for (const i in row) {
  419. // i + 1 will be 11, 21,...
  420. ctx.fillText(row[i], x, (y + (i * 1 + 1) * lineHeight))
  421. }
  422. return row.length
  423. },
  424. // TODO: measureText not works in app
  425. drawTextInOneLine(ctx, t, x, y, w) {
  426. const chr = t.split('')
  427. let temp = ''
  428. for (let i = 0; i < chr.length; i++) {
  429. if (ctx.measureText(temp + '...').width <= w) {
  430. temp += chr[i]
  431. } else {
  432. temp = temp.substring(0, temp.length - 1)
  433. temp += '...'
  434. break
  435. }
  436. }
  437. ctx.fillText(temp, x, y)
  438. },
  439. downloadImage(url) {
  440. return new Promise((resolve, reject) => {
  441. uni.downloadFile({
  442. url: url,
  443. success: (res) => {
  444. return resolve(res)
  445. },
  446. fail: (err) => {
  447. return reject(err)
  448. }
  449. })
  450. })
  451. }
  452. }
  453. }
  454. </script>
  455. <style scoped>
  456. .box{
  457. width: 100%;
  458. height: 100vh;
  459. background: url('http://dmsphoto.66km.com.cn/thFiles/83BDAB66-DD76-4F3A-92B3-F6AF0BA57A9E.png');
  460. background-size: 100% 100%;
  461. }
  462. .downloadBtn{
  463. width: 329rpx;
  464. height: 92rpx;
  465. background: url('http://dmsphoto.66km.com.cn/thFiles/A0CF4704-69A8-4DAC-8943-75F98D1349DD.png');
  466. background-size: 100% 100%;
  467. line-height: 92rpx;
  468. text-align: center;
  469. font-size: 28rpx;
  470. font-family: PingFangSC-Medium, PingFang SC;
  471. font-weight: 500;
  472. color: #DC490A;
  473. margin: 0 auto;
  474. }
  475. </style>