Commit c9f834af authored by qipeng's avatar qipeng

新增组件 图片预览

parent 1dec4b4d
......@@ -534,6 +534,14 @@
{
"navigationBarTitleText" : ""
}
},
{
"path" : "albumComponets/photoPreview/photoPreview",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}
......
<template>
<view>
123
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
......@@ -114,15 +114,18 @@
</view>
<!--购买-->
<compometsBuy style="display: none;"></compometsBuy>
<!--购买预览-->
<photoPreview></photoPreview>
</view>
</template>
<script>
import compometsBuy from './../albumComponets/compometsBuy/compometsBuy.vue'
import photoPreview from './../albumComponets/photoPreview/photoPreview.vue'
export default {
components: {
compometsBuy,
photoPreview
},
data() {
return {
......
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