1
This commit is contained in:
parent
f74fd332bc
commit
277be2968d
@ -494,9 +494,8 @@
|
|||||||
*/
|
*/
|
||||||
selectShare(dataObj) {
|
selectShare(dataObj) {
|
||||||
console.log(dataObj, 'dataObje')
|
console.log(dataObj, 'dataObje')
|
||||||
if ('hb' == dataObj.item.name) {
|
if ('lj' == dataObj.item.name) {
|
||||||
//海报
|
//链接
|
||||||
this.$refs.canvas.canvasCreate();
|
|
||||||
} else if ('wx' == dataObj.item.name) {
|
} else if ('wx' == dataObj.item.name) {
|
||||||
|
|
||||||
} else if ('jb' == dataObj.item.name) {
|
} else if ('jb' == dataObj.item.name) {
|
||||||
|
|||||||
@ -48,11 +48,11 @@
|
|||||||
icon: '/static/detail/weixin.png',
|
icon: '/static/detail/weixin.png',
|
||||||
name: 'wx'
|
name: 'wx'
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// text: '海报',
|
text: '链接',
|
||||||
// icon: '/static/detail/haibao.png',
|
icon: '/static/detail/haibao.png',
|
||||||
// name: 'hb'
|
name: 'lj'
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
text: '举报',
|
text: '举报',
|
||||||
icon: '/static/detail/jubao.png',
|
icon: '/static/detail/jubao.png',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user