Browse Source

[bug][悬浮显示美元]

zhangwei 2 năm trước cách đây
mục cha
commit
e52d28ad85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)