luzhenxing il y a 6 jours
Parent
commit
80abcd0d7a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/whatsapp/whatsapp/index.vue

+ 1 - 1
src/views/whatsapp/whatsapp/index.vue

@@ -40,7 +40,7 @@
                 onClick: handleAutomation.bind(null, record),
               },
               {
-                ifShow: record.verifyStatus == 'UNVERIFIED',
+                ifShow: record.phoneStatus !== 'CONNECTED',
                 label: '验证',
                 onClick: handleVerify.bind(null, record),
               },