['我的推广二维码展示形式及个人中中心接口对接']

This commit is contained in:
2021-09-17 15:34:25 +08:00
parent d0412c96dc
commit 0fa8736ed3
6 changed files with 116 additions and 39 deletions

View File

@@ -1,6 +1,12 @@
<template>
<view>
优惠券核销
<view class="Verification">
<image src="/static/images/hexiao_bg.png" mode="widthFix" />
<view class="">
<view class="">扫描券码和权证 一键核销</view>
<view class="">降低核销门槛 低成本留存优质客户</view>
</view>
</view>
</template>
@@ -15,5 +21,14 @@
</script>
<style lang="scss">
.Verification{
width: 100%;
height: 100vh;
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
</style>