|
|
@@ -135,8 +135,8 @@ export default {
|
|
|
}
|
|
|
)
|
|
|
.exec();
|
|
|
- let ctxBg = '/index/static/img/graduation.png'; //画布背景
|
|
|
- let src = '/index/static/icon/erweima.jpg' // 二维码
|
|
|
+ let ctxBg = '/static/img/graduation.png'; //画布背景
|
|
|
+ let src = '/static/icon/erweima.jpg' // 二维码
|
|
|
let context = uni.createCanvasContext('qrShareBox');
|
|
|
// 插入背景图片
|
|
|
context.drawImage(ctxBg, 0, 0, obj.canWeidth, obj.canHeight);
|
|
|
@@ -238,8 +238,8 @@ export default {
|
|
|
IndexShare() {
|
|
|
let obj = this;
|
|
|
let item = {
|
|
|
- link: 'http://jz.red.igxys.com/index/#/pages/train/sign?type=' + obj.type + '&id=' + obj.id + '&uid=' + obj.userInfo.uid,// 分享链接
|
|
|
- imgUrl: '/index/static/img/002.png',
|
|
|
+ link: 'http://jz.red.igxys.com/sss/#/pages/train/sign?type=' + obj.type + '&id=' + obj.id + '&uid=' + obj.userInfo.uid,// 分享链接
|
|
|
+ imgUrl: 'http://jz.red.igxys.com/index/static/img/002.png',
|
|
|
desc: '结业证书',
|
|
|
title: '石首市红十字会',
|
|
|
};
|