|
@@ -9,11 +9,12 @@
|
|
<div class="text">
|
|
<div class="text">
|
|
<p class="p1">{{ data.name }}</p>
|
|
<p class="p1">{{ data.name }}</p>
|
|
<p class="p2">
|
|
<p class="p2">
|
|
|
|
+ {{$t('Key227')}}:
|
|
<span v-for="(item, i) in data.teacher" :key="i + item">
|
|
<span v-for="(item, i) in data.teacher" :key="i + item">
|
|
{{ item }}{{ i == data.teacher.length - 1 ? "" : "," }}
|
|
{{ item }}{{ i == data.teacher.length - 1 ? "" : "," }}
|
|
</span>
|
|
</span>
|
|
</p>
|
|
</p>
|
|
- <p>{{ data.updateTime }}</p>
|
|
|
|
|
|
+ <!-- <p>{{ data.updateTime }}</p> -->
|
|
</div>
|
|
</div>
|
|
<div class="pay_collect" v-if="!Ispreview">
|
|
<div class="pay_collect" v-if="!Ispreview">
|
|
<div class="price" v-if="!data.isPurchased">
|
|
<div class="price" v-if="!data.isPurchased">
|
|
@@ -452,7 +453,7 @@ export default {
|
|
"Key58",
|
|
"Key58",
|
|
"Key72",
|
|
"Key72",
|
|
"Key94",
|
|
"Key94",
|
|
- "Key107",
|
|
|
|
|
|
+ "Key475",
|
|
"Key109",
|
|
"Key109",
|
|
"Key131",
|
|
"Key131",
|
|
"Key214",
|
|
"Key214",
|
|
@@ -468,6 +469,7 @@ export default {
|
|
"Key576",
|
|
"Key576",
|
|
"Key696",
|
|
"Key696",
|
|
"Key697",
|
|
"Key697",
|
|
|
|
+ "Key227"
|
|
],
|
|
],
|
|
});
|
|
});
|
|
this.isData = true;
|
|
this.isData = true;
|