页面更新

main
JING 9 months ago
parent 8dead46893
commit 18a384f6d3
  1. 7
      pages.json
  2. 22
      pages/user/archives/detail.vue

@ -49,6 +49,13 @@
"navigationBarTitleText" : "视频",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/user/archives/detail",
"style" :
{
"navigationBarTitleText" : "面部档案"
}
}
],

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