shaogen1995 vor 1 Monat
Ursprung
Commit
dd76dd2fe4
2 geänderte Dateien mit 2 neuen und 8 gelöschten Zeilen
  1. 1 4
      src/pages/Benter/B3auth/B3edit/index.tsx
  2. 1 4
      src/pages/Zother/EditTop/index.tsx

+ 1 - 4
src/pages/Benter/B3auth/B3edit/index.tsx

@@ -40,10 +40,7 @@ function B3edit() {
             APIobj={B3API_obj}
             checkListTxt='请选择藏品'
             verifyBackFu={info => {
-              const res = {
-                flag: false,
-                txt: ''
-              }
+              const res = { flag: false, txt: '' }
               if (!info.member) {
                 res.flag = true
                 res.txt = '请输入鉴定人员'

+ 1 - 4
src/pages/Zother/EditTop/index.tsx

@@ -203,7 +203,6 @@ function EditTop({ rowArr, pageTxt, APIobj, fileUpInfo, moreDom }: Props) {
               <div className='Edtop1'>
                 <div className='Edtop1row Edtop1rowFull'>
                   <div className='Edtop1ll'>
-                    {' '}
                     <span>* </span>
                     {moreDom.tit || '关联藏品'}:
                   </div>
@@ -215,9 +214,7 @@ function EditTop({ rowArr, pageTxt, APIobj, fileUpInfo, moreDom }: Props) {
                         src={snaps[0].thumb || snaps[0].thumbPc}
                         srcBig={snaps[0].thumbPc || snaps[0].thumb}
                       />
-                      <div className='Edtop1rr2Txt'>
-                        {snaps[0]?.num ? snaps[0]?.num + ' - ' + snaps[0]?.name : ''}
-                      </div>
+                      <div className='Edtop1rr2Txt'>{snaps[0]?.num + ' - ' + snaps[0]?.name}</div>
                       <div>
                         <Button
                           type='text'