mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 07:36:44 +08:00
【智能客服需求】 url跳转
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">{{ item.singleNode.answerMsg }}</a>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user