|
@@ -9,7 +9,7 @@
|
|
|
<IntroduceSwiper v-if="taskId == 9" @end="goTest"></IntroduceSwiper>
|
|
|
<IntroduceDemo
|
|
|
v-if="taskId == 10"
|
|
|
- :description="subjectInfo.description"
|
|
|
+ :description="subjectInfo.mobileDescription"
|
|
|
@end="goTest"
|
|
|
></IntroduceDemo>
|
|
|
</div>
|
|
@@ -25,7 +25,7 @@
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="inline desc-area">
|
|
|
- <p class="desc" v-html="subjectInfo.description"></p>
|
|
|
+ <p class="desc" v-html="subjectInfo.mobileDescription"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-if="taskId == 10"></div>
|
|
@@ -103,6 +103,7 @@ export default {
|
|
|
res => {
|
|
|
if (res) {
|
|
|
this.subjectInfo = res.data?.data;
|
|
|
+ console.log(this.subjectInfo);
|
|
|
sessionStorage.setItem(
|
|
|
"subjectInfo",
|
|
|
JSON.stringify(res.data?.data)
|