Bladeren bron

update wallet top-up

vbea 2 jaren geleden
bovenliggende
commit
58c162c84d
2 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 2 2
      Strides-APP/android/app/version.properties
  2. 3 3
      Strides-APP/app/pages/alert/Notification.js

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Thu Nov 09 10:03:46 CST 2023
-VERSION_CODE=351
+#Thu Nov 09 10:22:13 CST 2023
+VERSION_CODE=352

+ 3 - 3
Strides-APP/app/pages/alert/Notification.js

@@ -96,13 +96,13 @@ export default class Notification extends Component {
     let count = 0;
     switch (index) {
       case 0:
-        count = this.state.countInfo?.newsUnreadCount;
+        count = this.state.countInfo?.campaignUnreadCount;
         break;
       case 1:
-        count = this.state.countInfo?.campaignUnreadCount;
+        count = this.state.countInfo?.alertUnreadCount;
         break
       case 2:
-        count = this.state.countInfo?.alertUnreadCount;
+        count = this.state.countInfo?.newsUnreadCount;
         break;
     }
     if (count > 0) {