提交 bf1ac588 作者: 龚洪江

功能:电子签约成功页面

上级 8cc77d11
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
"style": { "style": {
"navigationBarTitleText": "全国网点" "navigationBarTitleText": "全国网点"
} }
},
{
"path": "pages/electronic-contracting/index",
"style": {
"navigationBarTitleText": ""
}
} }
], ],
"globalStyle": { "globalStyle": {
......
<script setup lang="ts"></script>
<template>
<view class="electronic-contracting">
<image
src="http://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/36396951-5948-430e-9a34-9cc8694d8408.png"
/>
</view>
</template>
<style scoped lang="scss">
.electronic-contracting {
height: 100vh;
image {
height: 100%;
width: 100%;
vertical-align: top;
}
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论