Commit 5b759256 by 吴学德

合伙人页面

parent 304a5891
......@@ -39,7 +39,7 @@
<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>
<van-popup v-model="kefushow" style="width: 90%;height: 45%; display: flex; align-items: center;justify-content: center;">
<van-popup v-model="kefushow" style="width: 90%;height: 45%; display: flex; align-items: center;justify-content: center;" @click-overlay="clickOverlay">
<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%;" >
......@@ -89,6 +89,9 @@
},
packageUpgrade(){
this.$router.push({path: 'packageUpgrade'})
},
clickOverlay(){
this.kefushow = false;
}
}
}
......
......@@ -37,7 +37,7 @@
<div v-show="duanxing">
<van-popup v-model="duanxing"
style="width: 80%;height: 30%; display: flex; align-items: center;justify-content: center;">
<div>
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">{{yanzhengma}}</div>
<van-field
......@@ -56,6 +56,8 @@
<van-button round block type="info" native-type="submit">
确认
</van-button>
</div>
</van-popup>
</div>
......
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