cyywl_server/yudao-ui-app/pages/users/wechat/index.vue

25 lines
414 B
Vue
Raw Normal View History

2023-06-01 11:53:24 +08:00
<template>
<view class="wechat-wrap">
<u-navbar autoBack title="关注公众号"></u-navbar>
2023-06-01 14:21:31 +08:00
<image src="@/static/images/qrcod.jpg" style="width:100%" mode="widthFix"></image>
2023-06-01 11:53:24 +08:00
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
page,
body {
height: 100%;
}
.wechat-wrap {
width: 100%;
min-height: 100%;
2023-06-01 14:21:31 +08:00
padding-top: 90rpx;
2023-06-01 11:53:24 +08:00
text-align: center;
}
</style>