chore(components): diy组件部分添加点击事件句柄重新处理
This commit is contained in:
@@ -290,7 +290,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async handlerClick(link) {
|
||||
await this.__$emitEvent({eventName: 'textTap', data: link, promiseCallback: (event, handler, awaitedResult) => {
|
||||
await this.__$emitEvent({eventName: 'text-tap', data: link, promiseCallback: (event, handler, awaitedResult) => {
|
||||
if (!awaitedResult) return;
|
||||
$util.diyRedirectTo(link);
|
||||
}})
|
||||
|
||||
Reference in New Issue
Block a user