Commit b2014e26 by 黄森林

Merge remote-tracking branch 'origin/master'

parents 5f3d82d0 d35c05ff
...@@ -39,12 +39,15 @@ ...@@ -39,12 +39,15 @@
<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" 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 v-show="kefushow">
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div> <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:55%;" > <div style="border: 1px solid #e2e2e2;width: 92%;height: 90%;position: fixed;display: flex; align-items: center;justify-content: center;">
</div> <div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div>
</van-popup> <img src="/picture/hhr/service-qrcode.jpg" style="width:55%;" >
</div>
</van-popup>
</div>
</div> </div>
...@@ -89,9 +92,6 @@ ...@@ -89,9 +92,6 @@
}, },
packageUpgrade(){ packageUpgrade(){
this.$router.push({path: 'packageUpgrade'}) this.$router.push({path: 'packageUpgrade'})
},
clickOverlay(){
this.kefushow = false;
} }
} }
} }
......
...@@ -5,12 +5,15 @@ ...@@ -5,12 +5,15 @@
<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" style="width: 90%;height: 45%; display: flex; align-items: center;justify-content: center;"> <div v-show="kefushow">
<div style="border: 1px solid #e2e2e2;width: 92%;height: 90%;position: fixed;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;">
<div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div> <div style="border: 1px solid #e2e2e2;width: 92%;height: 90%;position: fixed;display: flex; align-items: center;justify-content: center;">
<img src="/picture/hhr/service-qrcode.jpg" style="width:55%;" > <div style="font-size: 20px; color: black;text-align: center;position: fixed;top: 3px">您的专属客服</div>
</div> <img src="/picture/hhr/service-qrcode.jpg" style="width:55%;" >
</van-popup> </div>
</van-popup>
</div>
</div> </div>
</template> </template>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<div style="width: 15%;height: 80px;float: left; margin-right: 10px"> <div style="width: 15%;height: 80px;float: left; margin-right: 10px">
<img src="/picture/hhr/sim-bg.png" style="width: 100%;"> <img src="/picture/hhr/sim-bg.png" style="width: 100%;">
</div> </div>
<p >天翼学生证</p> <p style="font-weight: 900" >天翼学生证</p>
<p >10元/月</p> <p style="font-weight: 900">10元/月</p>
<p style="color: red">适用于中小学生,号码卡将统一配送至学生</p> <p style="color: red">适用于中小学生,号码卡将统一配送至学生</p>
<p style="color: red"> 所在学校,由学校发放给学生。</p> <p style="color: red"> 所在学校,由学校发放给学生。</p>
</div> </div>
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
</div> </div>
</div> </div>
<!-- 领卡确认部分--> <!-- 领卡确认部分-->
<div style="background-color:white;position: fixed;bottom: 0%"> <div style="background-color:white;position: fixed;bottom: 0%;width: 100%">
<div style="margin-left: 8%;font-size: 16px;text-align:left"> <div style="margin-left: 8%;font-size: 16px;text-align:left">
<span> <span>
<div style="width: 100%;display: flex;padding-top: 2%"> <div style="width: 100%;display: flex;padding-top: 2%">
<van-checkbox v-model="Agree" shape="square" style="width: 10%" checked-color="#07c160"> <van-checkbox v-model="Agree" shape="square" style="width: 13%" checked-color="#07c160">
</van-checkbox> </van-checkbox>
<span >同意 <a>《中国电信股份有限公司广州分公司全业务服务协议》 </a>内容</span> <span >同意 <a>《中国电信股份有限公司广州分公司全业务服务协议》 </a>内容</span>
</div> </div>
...@@ -190,7 +190,6 @@ ...@@ -190,7 +190,6 @@
imgurl=imgurl+'txiang' imgurl=imgurl+'txiang'
} }
var img = document.getElementById(imgurl); var img = document.getElementById(imgurl);
console.log(img)
var reader = new FileReader(); var reader = new FileReader();
reader.onload = function (evt) { reader.onload = function (evt) {
img.src = evt.target.result; img.src = evt.target.result;
......
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