绿满眶商城微信小程序-uniapp
pages/tabbar/user/my.vue
@@ -71,17 +71,20 @@
    <!-- 常用工具 -->
    <tool />
  <custom-tabbar bgColor="#ffffff" :selected="3"></custom-tabbar>
  <custom-tabbar bgColor="#ffffff" selected="my"></custom-tabbar>
  </view>
</template>
<script>
import UIcon from '@/uview-components/uview-ui/components/u-icon/u-icon.vue';
import URow from '@/uview-components/uview-ui/components/u-row/u-row.vue';
import UCol from '@/uview-components/uview-ui/components/u-col/u-col.vue';
import tool from "@/pages/tabbar/user/utils/tool.vue";
import { getCouponsNum, getFootprintNum } from "@/api/members.js";
import { getUserWallet } from "@/api/members";
import configs from '@/config/config'
export default {
  components: {
    tool,
    tool,UIcon,URow,UCol
  },
  data() {
    return {