Commit d5a9558e by 吴学德

合伙人页面

parent 7e7c3e39
...@@ -64,6 +64,11 @@ export const asyncRouterMap = [{ ...@@ -64,6 +64,11 @@ export const asyncRouterMap = [{
path: 'packageUpgrade', path: 'packageUpgrade',
name: 'packageUpgrade', name: 'packageUpgrade',
component: () => import('@views/hhr-view/packageUpgrade/packageUpgrade.vue') component: () => import('@views/hhr-view/packageUpgrade/packageUpgrade.vue')
},
{
path: 'readAgree',
name: 'readAgree',
component: () => import('@views/hhr-view/newpackage/readAgree.vue')
} }
] ]
} }
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<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: 13%" 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 @click="readagreeurl">《中国电信股份有限公司广州分公司全业务服务协议》 </a>内容</span>
</div> </div>
</span> </span>
</div> </div>
...@@ -174,6 +174,9 @@ ...@@ -174,6 +174,9 @@
} }
, ,
methods:{ methods:{
readagreeurl(){
this.$router.push({path: 'readAgree'})
},
// 选择文件 // 选择文件
afterRead(file) { afterRead(file) {
let imgurl="img_imgfile" let imgurl="img_imgfile"
......
<template>
<div>
<div >
</div>
</div>
</template>
<script>
export default {
name: "readAgree"
}
</script>
<style scoped>
</style>
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<img src="/picture/hhr/kefu.png" style="width: 10%;position:fixed ;right: 15px;top: 15px" @click="showPopup"> <img src="/picture/hhr/kefu.png" style="width: 10%;position:fixed ;right: 15px;top: 15px" @click="showPopup">
<div style="height: 700px;"></div> <div style="height: 700px;"></div>
<div style="font-size: 28px;text-align: center;background: white;position:fixed ;bottom: 0px;width: 100%" class="van-hairline--surround"> <div style="font-size: 28px;text-align: center;background: white;position:fixed ;bottom: 0px;width: 100%" class="van-hairline--surround">
<div style="width: 80%;display: flex; align-items: center;justify-content: center;"> <div style="width: 90%;margin-left: 5%">
<van-cell-group > <van-cell-group >
<van-field v-model="value" placeholder="身份证/手机号/宽带账号"/> <van-field v-model="value" placeholder="身份证/手机号/宽带账号"/>
</van-cell-group> </van-cell-group>
</div> </div>
<div style="width: 80%;display: flex; align-items: center;justify-content: center;"> <div style="width: 90%;margin-left: 5%">
<van-button round block type="info" native-type="submit" @click="selectPackage">优惠查询</van-button> <van-button round block type="info" native-type="submit" @click="selectPackage">优惠查询</van-button>
</div> </div>
</div> </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