Commit 4a06b8c0 authored by yun's avatar yun

Merge branches 'dev-publish' and 'master' of...

Merge branches 'dev-publish' and 'master' of ssh://103.249.252.28:10022/wangxu/mt-education-mobile into dev-publish
parents fac19af0 923d2cec
......@@ -8,7 +8,7 @@
<div style="position: relative;height: 100%;width: 100%">
<img
v-if="showLoading"
:class="['full-img', isCourseTrainOut? 'full-img-out' : '']"
:class="['full-img', 'full-img-out']"
@click.stop="toFullScreen"
:src="fullState ? exitFull : fullScreen"
>
......@@ -25,13 +25,13 @@
<b v-else>{{ page }}</b> /&nbsp;{{ numPages }}</span>
<img
v-if="showLoading"
:class="['resize', 'small', isCourseTrainOut? 'small-img-out' : '']"
:class="['resize', 'small', 'small-img-out']"
@click="toLittle"
src="@/assets/images/small.png"
>
<img
v-if="showLoading"
:class="['resize', 'large', isCourseTrainOut? 'large-img-out' : '']"
:class="['resize', 'large', 'large-img-out']"
@click="toBig(true)"
src="@/assets/images/add.png"
>
......
......@@ -7,7 +7,7 @@
>
<img
v-if="showLoading"
:class="['full-img', isCourseTrainOut? 'full-img-out' : '']"
:class="['full-img', 'full-img-out']"
@click="toFullScreen"
:src="fullState ? exitFull : fullScreen"
>
......@@ -24,13 +24,13 @@
<b v-else>{{ page }} </b>/&nbsp;{{ numPages }}</span>
<img
v-if="showLoading"
:class="['resize', 'small', isCourseTrainOut? 'small-img-out' : '']"
:class="['resize', 'small', 'small-img-out']"
@click.stop="toLittle"
src="@/assets/images/small.png"
>
<img
v-if="showLoading"
:class="['resize', 'large', isCourseTrainOut? 'large-img-out' : '']"
:class="['resize', 'large', 'large-img-out']"
@click.stop="toBig(true)"
src="@/assets/images/add.png"
>
......
......@@ -7,7 +7,7 @@
>
<img
v-if="showLoading"
:class="['full-img', isCourseTrainOut? 'full-img-out' : '']"
:class="['full-img', 'full-img-out']"
@click="toFullScreen"
:src="fullState ? exitFull : fullScreen"
>
......@@ -24,13 +24,13 @@
<b v-else>{{ page }}</b> / {{ numPages }}</span>
<img
v-if="showLoading"
:class="['resize', 'small', isCourseTrainOut? 'small-img-out' : '']"
:class="['resize', 'small', 'small-img-out']"
@click.stop="toLittle"
src="@/assets/images/small.png"
>
<img
v-if="showLoading"
:class="['resize', 'large', isCourseTrainOut? 'large-img-out' : '']"
:class="['resize', 'large', 'large-img-out']"
@click.stop="toBig(true)"
src="@/assets/images/add.png"
>
......
......@@ -427,6 +427,7 @@ export default {
mounted() {
this.item = this.$route.params.item
this.paperDetail()
console.log('00')
}
}
</script>
......
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