提交 0ac4214f 编写于 作者: 张磊's avatar 张磊

lz-insurance

上级 49c57538
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
mounted() { mounted() {
const {externalOrderNo, projectEquityNo} = this.$route.query; const {externalOrderNo, projectEquityNo} = this.$route.query;
this.externalOrderNo = externalOrderNo || ''; this.externalOrderNo = externalOrderNo;
this.projectEquityNo = projectEquityNo; this.projectEquityNo = projectEquityNo;
this.getBanner(6, projectEquityNo); this.getBanner(6, projectEquityNo);
this.getEntitlementList(externalOrderNo, projectEquityNo); this.getEntitlementList(externalOrderNo, projectEquityNo);
......
...@@ -140,7 +140,7 @@ export default { ...@@ -140,7 +140,7 @@ export default {
idCard:'', idCard:'',
name: '', name: '',
}, },
showProtocol:true, showProtocol:false,
// envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial', // envVersion: VUE_APP_ENV == 'production' ? 'release' : 'trial',
envVersion:'trial', envVersion:'trial',
openWebAppConfigPositive:{ openWebAppConfigPositive:{
......
...@@ -162,15 +162,21 @@ ...@@ -162,15 +162,21 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.insurance-sz{ .insurance-sz{
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 400f112 (lz-insurance)
// height: 1772px; // height: 1772px;
// display: flex; // display: flex;
// justify-content: center; // justify-content: center;
// align-items: center; // align-items: center;
padding-bottom: 70px; padding-bottom: 70px;
height: 712px; height: 712px;
<<<<<<< HEAD
======= =======
height: 100vh; height: 100vh;
>>>>>>> 33a93f3 (lz-insurance) >>>>>>> 33a93f3 (lz-insurance)
=======
>>>>>>> 400f112 (lz-insurance)
background: #fff; background: #fff;
.bottom{ .bottom{
position: fixed; position: fixed;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册