Commit c9f834af authored by qipeng's avatar qipeng

新增组件 图片预览

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