购物车跳转支付页面
This commit is contained in:
parent
d7edb99ffa
commit
d822877ee0
@ -39,6 +39,12 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的"
|
"navigationBarTitleText": "我的"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/pay/pay",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "结算"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
@ -85,7 +85,8 @@ export default {
|
|||||||
icon: "none"
|
icon: "none"
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
console.log("跳转到结算页面") }
|
wx.navigateTo({url:"/pages/pay/pay"})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//深度监听
|
//深度监听
|
||||||
|
13
src/pages/pay/pay.vue
Normal file
13
src/pages/pay/pay.vue
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<view>支付页面</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user