Commit bdb4fc14 authored by qipeng's avatar qipeng

增加页面 我的相册

parent 5260d02a
......@@ -220,6 +220,15 @@
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/album/myPhotoAlbum/myPhotoAlbum",
"style" :
{
"navigationBarTitleText": "我的相册",
"enablePullDownRefresh": false
}
}
],
//分包加载配置,此配置为小程序的分包加载机制。
"subPackages": [{
......
<template>
<view>
123
</view>
</template>
<script>
export default {
components: {
},
data() {
return {
}
},
onLoad(option) {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment