Commit b43a2942 authored by zhengke's avatar zhengke

修改

parent a7c5477c
......@@ -80,7 +80,10 @@
<div>
<span class="noticeBlue">To:</span>
<span class="notice_Span">
<span v-for="(item,index) in dataList[0].toList">{{item}}</span>
<span v-for="(item,index) in dataList[0].toList">
{{item}}
<template v-if="index!=dataList[0].toList.length-1"></template>
</span>
</span>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment