Browse Source

上传

master
前端-胡立永 8 months ago
parent
commit
3166b04378
2 changed files with 25 additions and 0 deletions
  1. +3
    -0
      pages.json
  2. +22
    -0
      pages_order/mine/subscribe.vue

+ 3
- 0
pages.json View File

@ -62,6 +62,9 @@
},
{
"path": "service/carefree"
},
{
"path": "mine/subscribe"
}
]
}],


+ 22
- 0
pages_order/mine/subscribe.vue View File

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

Loading…
Cancel
Save