加入二维码支付

This commit is contained in:
Your Name 2023-09-05 01:01:40 +08:00
parent 519ca023d1
commit 8331fcbb6a
2 changed files with 31 additions and 0 deletions

View File

@ -907,6 +907,15 @@
}
}
,{
"path" : "pages/fee/payQrCode",
"style" :
{
"navigationBarTitleText": "二维码支付",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#272636",

22
pages/fee/payQrCode.vue Normal file
View File

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