Commit 49626771 by 吴学德

合伙人页面

parent 15790b0c
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
width: 100%; width: 100%;
height: 150%;"> height: 150%;">
<img src="/picture/hhr/kefu.png" style="width: 10%;float: right;margin-top: 20px;margin-right: 20px" @click="showPopup"> <img src="/picture/hhr/kefu.png" style="width: 10%;float: right;margin-top: 20px;margin-right: 20px" @click="showPopup">
<!-- </div>-->
<div style="height:40px"></div> <div style="height:40px"></div>
<div style="background-image: url('./picture/hhr/02.png');background-repeat: no-repeat;background-position: center;background-size: 100%;width: 77%;height: 280px;margin: auto;"> <div style="background-image: url('./picture/hhr/02.png');background-repeat: no-repeat;background-position: center;background-size: 100%;width: 77%;height: 280px;margin: auto;">
</div> </div>
...@@ -37,7 +36,7 @@ ...@@ -37,7 +36,7 @@
<div style="height: 250px"></div> <div style="height: 250px"></div>
</div> </div>
<van-popup v-model="kefushow"> <van-popup v-model="kefushow">
<img src="/picture/hhr/service-qrcode.jpg" style="width:100%;height: 100%"> <img src="/picture/hhr/service-qrcode.jpg" style="width:100%;height: 100%" @click="newPackage">
</van-popup> </van-popup>
</div> </div>
...@@ -64,6 +63,9 @@ ...@@ -64,6 +63,9 @@
}, },
showPopup() { showPopup() {
this.kefushow = true; this.kefushow = true;
},
newPackage(){
newPackage
} }
} }
} }
......
<template>
</template>
<script>
export default {
name: "newPackage"
}
</script>
<style scoped>
</style>
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