Explorar o código

[bug][悬浮显示美元]

zhangwei %!s(int64=2) %!d(string=hai) anos
pai
achega
e52d28ad85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
                 item.icon = silver_open_box
             }
-            item.txt = '$' + item.amountValue
+            item.txt = '$' + item.amountUsdValue
         }
 
         state.boxs.push(item)