['我的推广二维码展示形式及个人中中心接口对接']
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user