魏超 5 years ago
parent
commit
29d78ab63a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/activity/ActivityList.jsx

+ 1
- 1
src/pages/activity/ActivityList.jsx View File

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