Files
MP-XiaoXing/BagAuth/pages/authentication/fingerPrint/fingerPrint.vue

26 lines
343 B
Vue
Raw Normal View History

2022-08-08 09:20:48 +08:00
<template>
<view>
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
<block slot="backText">返回</block>
<block slot="content">指纹识别</block>
</cu-custom>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>