Commit 8b845591 authored by 袁玲利's avatar 袁玲利

充值限制

parents a2ff8716 09e87743
......@@ -468,6 +468,16 @@
}
}
,{
"path" : "pages/h520221116/h520221116",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText": "亲子沟通,由你定义",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
......
This diff is collapsed.
This diff is collapsed.
<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