Ver Fonte

[bug][悬浮显示美元]

zhangwei há 2 anos atrás
pai
commit
e52d28ad85
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/view/iframe/treasure-hunt/invite.vue

+ 1 - 1
src/view/iframe/treasure-hunt/invite.vue

@@ -122,7 +122,7 @@ state.inviteInit = () => {
             } else {
             } else {
                 item.icon = silver_open_box
                 item.icon = silver_open_box
             }
             }
-            item.txt = '$' + item.amountValue
+            item.txt = '$' + item.amountUsdValue
         }
         }
 
 
         state.boxs.push(item)
         state.boxs.push(item)