|
@@ -110,7 +110,7 @@
|
|
|
<div>
|
|
|
<p v-html="item.res"></p>
|
|
|
<p class="p2">
|
|
|
- 来源:{{ item.source_courseware_name_path }}
|
|
|
+ {{ item.source_courseware_name_path }}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -137,7 +137,7 @@
|
|
|
<div>
|
|
|
<p v-html="item.res"></p>
|
|
|
<p class="p2">
|
|
|
- 来源:{{ item.source_courseware_name_path }}
|
|
|
+ {{ item.source_courseware_name_path }}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -163,7 +163,7 @@
|
|
|
<div>
|
|
|
<p>{{ item.sentence }}</p>
|
|
|
<p class="p2">
|
|
|
- 来源:{{ item.source_courseware_name_path }}
|
|
|
+ {{ item.source_courseware_name_path }}
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|