增加订单支付优惠券页面
This commit is contained in:
@@ -875,6 +875,13 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "退款"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "quan/quan",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : "券包"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
22
pagesOrder/quan/quan.vue
Normal file
22
pagesOrder/quan/quan.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user