style: 🐛 修改店铺入驻协议样式问题
parent
0b6dcf17d1
commit
a03f908e96
|
@ -26,7 +26,7 @@
|
||||||
<Button type="primary" @click='currentIndex = 0'
|
<Button type="primary" @click='currentIndex = 0'
|
||||||
v-if="storeDisable === 'REFUSED' && currentIndex === 3">重新申请</Button>
|
v-if="storeDisable === 'REFUSED' && currentIndex === 3">重新申请</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Modal title="店铺入驻协议" v-model="showAgreement" width="1200" :closable="false" :mask-closable="false">
|
<Modal title="店铺入驻协议" v-model="showAgreement" width="1200" :closable="false" :mask-closable="false">
|
||||||
<Scroll :on-reach-bottom="handleReachBottom">
|
<Scroll :on-reach-bottom="handleReachBottom">
|
||||||
<div class="agreeent-con" v-html="agreementCon"></div>
|
<div class="agreeent-con" v-html="agreementCon"></div>
|
||||||
|
@ -42,6 +42,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
import { agreement, applyStatus } from "@/api/shopentry";
|
import { agreement, applyStatus } from "@/api/shopentry";
|
||||||
import firstApply from "./FirstApply";
|
import firstApply from "./FirstApply";
|
||||||
import secondApply from "./SecondApply";
|
import secondApply from "./SecondApply";
|
||||||
|
@ -152,8 +153,11 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getData("init");
|
|
||||||
this.getArticle();
|
this.getData("init");
|
||||||
|
this.getArticle();
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -180,7 +184,7 @@ export default {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
::v-deep img{
|
::v-deep img{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 200px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.success-page {
|
.success-page {
|
||||||
|
|
Loading…
Reference in New Issue