提交 6e47fbf2 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 cbe8cffa
...@@ -8,18 +8,18 @@ ...@@ -8,18 +8,18 @@
> >
<div class="slider-body"> <div class="slider-body">
<div class="slider-icon" v-show="tempRoute.meta && !tempRoute.meta.details"> <div class="slider-icon" v-show="tempRoute.meta && !tempRoute.meta.details">
<div v-if="navigation"> <template v-if="navigation">
<!-- <el-image <!-- <el-image
class="logo-new-1" class="logo-new-1"
src="https://zws-imgs-pub.ezijing.com/static/public/2a5dca328ca63abcf1c8496180adc485.png" src="https://zws-imgs-pub.ezijing.com/static/public/2a5dca328ca63abcf1c8496180adc485.png"
></el-image> --> ></el-image> -->
<el-image class="logo-new-2" :src="require('@/assets/images/logofff-2.png')" style="width:46px;heihgt:40px;float:left;margin-left:40px;margin-top:30px"></el-image> <el-image class="logo-new-2" :src="require('@/assets/images/logofff-2.png')" style="width:46px;heihgt:40px;"></el-image>
<el-image class="logo-new-3" :src="require('@/assets/images/logoend.png')" style="width:117px;heihgt:40px;float:left;margin-left:40px;margin-top:30px"></el-image> <el-image class="logo-new-3" :src="require('@/assets/images/logoend.png')" style="width:117px;heihgt:40px;margin-left:40px;"></el-image>
</div> </template>
<div v-else> <template v-else>
<el-image class="logo-new-2" :src="require('@/assets/images/logofff-2-2.png')" style="width:68px;heihgt:60px;float:left;margin-left:40px;margin-top:40px"></el-image> <el-image class="logo-new-2" :src="require('@/assets/images/logofff-2-2.png')" style="width:68px;heihgt:60px;"></el-image>
<el-image class="logo-new-3" :src="require('@/assets/images/logofff-3.png')" style="width:176px;heihgt:60px;float:left;margin-left:40px;margin-top:40px"></el-image> <el-image class="logo-new-3" :src="require('@/assets/images/logofff-3.png')" style="width:176px;heihgt:60px;margin-left:40px;"></el-image>
</div> </template>
<!-- <div class="logo-new-3"></div> --> <!-- <div class="logo-new-3"></div> -->
</div> </div>
<div class="slider-icon" v-show="tempRoute.meta && tempRoute.meta.details"> <div class="slider-icon" v-show="tempRoute.meta && tempRoute.meta.details">
...@@ -96,6 +96,7 @@ export default { ...@@ -96,6 +96,7 @@ export default {
justify-content: space-between; justify-content: space-between;
.slider-icon { .slider-icon {
flex: 1; flex: 1;
white-space: nowrap;
img { img {
margin-top: 10px; margin-top: 10px;
margin-right: 20px; margin-right: 20px;
......
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
}, },
computed: { computed: {
pageUrl() { pageUrl() {
return window.location.origin + this.$route.path return window.location.origin + this.$route.path + '?active=application_pay'
} }
}, },
methods: { methods: {
......
...@@ -8,9 +8,6 @@ ...@@ -8,9 +8,6 @@
<p class="t1"> <p class="t1">
申请SHMS瑞士酒店管理大学MBA项目,本项目的注册费,申请费共计<span>600</span>元,请扫描二维码缴费以完成报名。 申请SHMS瑞士酒店管理大学MBA项目,本项目的注册费,申请费共计<span>600</span>元,请扫描二维码缴费以完成报名。
</p> </p>
<p class="t1" v-if="isPass">
因面试未通过需重新申请紫荆-SHMS瑞士酒店管理大学MBA项目,本项目的注册费、申请费共计<span>600</span>元,请扫描二维码缴费以完成报名。
</p>
</div> </div>
<div class="qrcode-error" v-if="qrcodeError"> <div class="qrcode-error" v-if="qrcodeError">
生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i> 生成二维码失败请刷新<i class="el-icon-refresh-left" @click="getOrder" title="刷新"></i>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论