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) {
console.log(dataObj, 'dataObje')
if ('hb' == dataObj.item.name) {
//
this.$refs.canvas.canvasCreate();
if ('lj' == dataObj.item.name) {
//
} else if ('wx' == dataObj.item.name) {
} else if ('jb' == dataObj.item.name) {

View File

@ -48,11 +48,11 @@
icon: '/static/detail/weixin.png',
name: 'wx'
},
// {
// text: '',
// icon: '/static/detail/haibao.png',
// name: 'hb'
// },
{
text: '链接',
icon: '/static/detail/haibao.png',
name: 'lj'
},
{
text: '举报',
icon: '/static/detail/jubao.png',