Browse Source

[bug][悬浮显示美元]

zhangwei 2 years ago
parent
commit
e52d28ad85
1 changed files with 1 additions and 1 deletions
  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)