魏超 hace 5 años
padre
commit
29d78ab63a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/activity/ActivityList.jsx

+ 1
- 1
src/pages/activity/ActivityList.jsx Ver fichero

@@ -189,7 +189,7 @@ const header = props => {
189 189
   }
190 190
 
191 191
   const sendOrPublicDynamic = row => {
192
-    if (row.status === 0) {
192
+    if (row.status === 1) {
193 193
       cancelDynamic(row)
194 194
     } else {
195 195
       sendDynamic(row)