31 lines
427 B
Vue
31 lines
427 B
Vue
<template>
|
|
<view class="">
|
|
<image src="../../../static/iosImg/DEghTTorspIMG_6758.JPG" mode="aspectFill"></image>
|
|
<image src="../../../static/iosImg/DEghTTorspIMG_6759.JPG" mode="aspectFill"></image>
|
|
</view>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
onShow() {
|
|
|
|
},
|
|
onHide() {
|
|
},
|
|
onLoad(option) {
|
|
|
|
|
|
},
|
|
methods: {
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style> |