|
|
@@ -19,7 +19,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- ad -->
|
|
|
- <div class="cooperation-wrap">
|
|
|
+ <div class="cooperation-wrap" :style="{backgroundImage:'url(' + backgroundImg + ')'}">
|
|
|
<div class="ad-title">
|
|
|
<span>他们</span>
|
|
|
<span class="app-color-1">都在用</span>
|
|
|
@@ -43,21 +43,21 @@
|
|
|
</div>
|
|
|
<!-- buttom -->
|
|
|
<div v-if="status == 3" class="app-footer" @click="pageTo({
|
|
|
- url: '/official/pay',
|
|
|
+ url: '/admin/official/pay',
|
|
|
status: 1
|
|
|
})">立即续费</div>
|
|
|
<div v-else class="app-footer" @click="pageTo({
|
|
|
- url: '/official/pay'
|
|
|
+ url: '/admin/official/pay'
|
|
|
})">申请试用</div>
|
|
|
<!-- <div v-if="status == -1" class="app-footer" @click="pageTo({
|
|
|
- url: '/official/pay',
|
|
|
+ url: '/admin/official/pay',
|
|
|
status: 2
|
|
|
})">申请试用</div>
|
|
|
<div v-if="status == 0" class="app-footer under-review">审核中</div>
|
|
|
<div v-if="status == 1" class="app-footer under-review">试用中</div>
|
|
|
<div v-if="status == 2" class="app-footer under-review">审核未通过</div> -->
|
|
|
<!-- <div v-if="status == 4" class="app-footer" @click="pageTo({
|
|
|
- url: '/official/apply',
|
|
|
+ url: '/admin/official/apply',
|
|
|
status: 2
|
|
|
})">立即订购</div> -->
|
|
|
</div>
|
|
|
@@ -92,6 +92,7 @@
|
|
|
img: `${this.$constant.imgUrl}/retail/official/banner-4.png`
|
|
|
}
|
|
|
],
|
|
|
+ backgroundImg:`${this.$constant.imgUrl}/retail/official/bg.png`,
|
|
|
contentData: [
|
|
|
{
|
|
|
title: `<span class="app-color-1">一键搭建</span>花店商城`,
|
|
|
@@ -219,7 +220,6 @@
|
|
|
.cooperation-wrap {
|
|
|
width: 100%;
|
|
|
height: 552px;
|
|
|
- background: url('../../static/images/official/bg.png');
|
|
|
padding-top: 60px;
|
|
|
.ad-title {
|
|
|
color: #fff;
|