Commit 02d7e54c by 黄森林

Merge remote-tracking branch 'origin/master'

parents 45d7fb9e 8338ae2f
...@@ -39,8 +39,11 @@ ...@@ -39,8 +39,11 @@
<div style="background-image: url('./picture/hhr/b2.png');width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;" @click="rongHe"></div> <div style="background-image: url('./picture/hhr/b2.png');width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;" @click="rongHe"></div>
<div style="height: 250px"></div> <div style="height: 250px"></div>
</div> </div>
<van-popup v-model="kefushow"> <van-popup v-model="kefushow" style="width: 90%;height: 45%; display: flex; align-items: center;justify-content: center;">
<img src="/picture/hhr/service-qrcode.jpg" style="width:100%;height: 100%" > <div style="border: 1px solid #e2e2e2;width: 92%;height: 90%;position: fixed;display: flex; align-items: center;justify-content: center;">
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div>
<img src="/picture/hhr/service-qrcode.jpg" style="width:55%;" >
</div>
</van-popup> </van-popup>
</div> </div>
......
...@@ -5,8 +5,11 @@ ...@@ -5,8 +5,11 @@
<div style="position:fixed ;bottom: 0px;width: 100%"> <div style="position:fixed ;bottom: 0px;width: 100%">
<van-button type="info" :round="true" size="large" @click="ordercar">我要领卡</van-button> <van-button type="info" :round="true" size="large" @click="ordercar">我要领卡</van-button>
</div> </div>
<van-popup v-model="kefushow"> <van-popup v-model="kefushow" style="width: 90%;height: 45%; display: flex; align-items: center;justify-content: center;">
<img src="/picture/hhr/service-qrcode.jpg" style="width:100%;height: 100%" > <div style="border: 1px solid #e2e2e2;width: 92%;height: 90%;position: fixed;display: flex; align-items: center;justify-content: center;">
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div>
<img src="/picture/hhr/service-qrcode.jpg" style="width:55%;" >
</div>
</van-popup> </van-popup>
</div> </div>
</template> </template>
......
...@@ -58,8 +58,11 @@ ...@@ -58,8 +58,11 @@
</van-grid> </van-grid>
</div> </div>
<van-popup v-model="kefushow"> <van-popup v-model="kefushow" style="width: 90%;height: 45%; display: flex; align-items: center;justify-content: center;">
<img src="/picture/hhr/service-qrcode.jpg" style="width:100%;height: 100%" > <div style="border: 1px solid #e2e2e2;width: 92%;height: 90%;position: fixed;display: flex; align-items: center;justify-content: center;">
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div>
<img src="/picture/hhr/service-qrcode.jpg" style="width:55%;" >
</div>
</van-popup> </van-popup>
......
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