dingdong-master/pages/my/my-money-bag.vue

17 lines
266 B
Vue
Raw Normal View History

2022-05-19 22:12:16 +08:00
<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>