17 lines
266 B
Vue
17 lines
266 B
Vue
|
|
<template>
|
||
|
|
<view>
|
||
|
|
<!-- 顶部操作条 -->
|
||
|
|
<cu-custom :bgColor="'bg-main-color'" :isBack="true">
|
||
|
|
<block slot="backText">返回</block>
|
||
|
|
<block slot="content">我的钱包</block>
|
||
|
|
</cu-custom>
|
||
|
|
|
||
|
|
</view>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
</style>
|