增加订单支付优惠券页面

This commit is contained in:
2024-11-05 16:47:34 +08:00
parent d4c309cdc7
commit 3f4d8ac53b
2 changed files with 29 additions and 0 deletions

View File

@@ -875,6 +875,13 @@
"style": {
"navigationBarTitleText": "退款"
}
},
{
"path" : "quan/quan",
"style" :
{
"navigationBarTitleText" : "券包"
}
}
]

22
pagesOrder/quan/quan.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>