Commit 7daa5cee by 吴学德

合伙人页面

parent 49626771
...@@ -39,6 +39,11 @@ export const asyncRouterMap = [{ ...@@ -39,6 +39,11 @@ export const asyncRouterMap = [{
path: 'home', path: 'home',
name: 'TestHome', name: 'TestHome',
component: () => import('@/views/hhr-view/hhrCustomer.vue') component: () => import('@/views/hhr-view/hhrCustomer.vue')
},
{
path: 'newPackageTips',
name: 'newPackageTips',
component: () => import('@views/hhr-view/newpackage/newPackageTips.vue')
} }
] ]
} }
...@@ -74,6 +79,12 @@ export const constantRouterMap = [{ ...@@ -74,6 +79,12 @@ export const constantRouterMap = [{
name: 'TestHome', name: 'TestHome',
component: () => import('@/views/hhr-view/hhrCustomer.vue') component: () => import('@/views/hhr-view/hhrCustomer.vue')
} }
,
{
path: 'newPackageTips',
name: 'newPackageTips',
component: () => import('@views/hhr-view/newpackage/newPackageTips.vue')
}
] ]
} }
] ]
...@@ -31,12 +31,11 @@ ...@@ -31,12 +31,11 @@
</fieldset> </fieldset>
</div> </div>
<div v-show="newcar"> <div v-show="newcar">
<div style="background-image: url('./picture/hhr/06.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;"></div> <div style="background-image: url('./picture/hhr/06.png'); width: 256px; height: 64px;margin: 20px auto; background-repeat: no-repeat;background-size: 100%;" @click="newPackage"></div>
<van-button type="info" @click="newcargoback" :round="true" style="width: 256px; margin:auto 100%" >返回</van-button>
<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%" @click="newPackage"> <img src="/picture/hhr/service-qrcode.jpg" style="width:100%;height: 100%" >
</van-popup> </van-popup>
</div> </div>
...@@ -65,7 +64,7 @@ ...@@ -65,7 +64,7 @@
this.kefushow = true; this.kefushow = true;
}, },
newPackage(){ newPackage(){
newPackage this.$router.push({path: 'newPackageTips'})
} }
} }
} }
......
<template> <template>
<div>
<img src="/picture/hhr/adv_img.jpg" style="width: 100%">
</div>
</template> </template>
<script> <script>
export default { export default {
name: "newPackage" name: "newPackageTips"
} }
</script> </script>
......
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