Преглед изворни кода

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

Your Name пре 3 година
родитељ
комит
10b02c27ea
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4
    1
      src/pages/mine/components/MyCustomerListItem/index.jsx

+ 4
- 1
src/pages/mine/components/MyCustomerListItem/index.jsx Прегледај датотеку

@@ -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>