From a4ab098cfc61e3563d19b1aa95f2987a2ed3df19 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Thu, 12 Jan 2023 12:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001080=E5=87=8F=E5=8F=B7?= =?UTF-8?q?=E5=B0=91=E4=BA=86=E6=A1=86=E6=A1=86=EF=BC=8C=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=B1=85=E4=B8=AD):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/counter/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/counter/index.tsx b/src/components/counter/index.tsx index 9f45a8e..f11539b 100644 --- a/src/components/counter/index.tsx +++ b/src/components/counter/index.tsx @@ -1,6 +1,7 @@ import { CustomWrapper, Input, View } from '@tarojs/components' import { memo, useEffect, useMemo, useRef, useState } from 'react' import Big from 'big.js' +import IconFont from '../iconfont/iconfont' import styles from './index.module.scss' interface params { @@ -145,14 +146,14 @@ const CounterDisplayName = (props: params) => { return ( e.stopPropagation()}> minus()}> - - + {unit} onPlus()}> - + + )