You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
274 B
19 lines
274 B
<template>
|
|
<view class="pageBgImg ">
|
|
<topNavbar title="我的合同"></topNavbar>
|
|
<view class="pad">
|
|
<view class="card">
|
|
我的合同
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
.card {
|
|
padding: 28rpx;
|
|
}
|
|
</style>
|