This commit is contained in:
Vinjor 2025-04-29 15:06:59 +08:00
parent f74fd332bc
commit 277be2968d
2 changed files with 7 additions and 8 deletions

View File

@ -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) {

View File

@ -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',