mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
【智能客服需求】 部分机型a标签打开 -测试
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
@click='imagePreviewFunc(item.singleNode.PicUrl)' />
|
||||
</template>
|
||||
<template v-else-if='item.singleNode.isRichText == 3'>
|
||||
<a :href="item.singleNode.answerMsg">{{ item.singleNode.answerMsg }}</a>
|
||||
<a :href="item.singleNode.answerMsg" style="cursor:pointer">{{ item.singleNode.answerMsg }}</a>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user