Procházet zdrojové kódy

Merge branch 'main' of http://git.ycjcjy.com/marketing/miniapp into main

Your Name před 3 roky
rodič
revize
10b02c27ea

+ 4
- 1
src/pages/mine/components/MyCustomerListItem/index.jsx Zobrazit soubor

@@ -38,7 +38,10 @@ export default function MyCustomerListItem (props) {
38 38
       <view className='flex-item'>
39 39
         <view className='Name flex-h'>
40 40
           <text className='flex-item'>{data.name}</text>
41
-          <text>{expStr}</text>
41
+          {
42
+            data.status - 0 !== 3 &&
43
+            <text>{expStr}</text>
44
+          }
42 45
         </view>
43 46
         <view className='Time flex-h'>
44 47
           <text className='flex-item'>{data.phone}</text>