Commit dcf53c15 authored by 李智书's avatar 李智书

1

parent ddc679dd
......@@ -460,6 +460,16 @@
}
}
,{
"path" : "pages/h520221116/h520221116",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText": "亲子沟通,由你定义",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
......
<template>
<view class="container">
<image :src="ImgUrl+'xzf/h5.jpg'"></image>
</view>
</template>
<script>
export default {
data() {
return {
ImgUrl2: this.$ImgUrl + 'social_front/',
ImgUrl: this.$ImgUrl,
}
},
methods: {
}
}
</script>
<style>
.container image {
position: relative;
width: 100%;
height: 190vh;
}
</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