@@ -127,9 +127,7 @@
class="w-14rpx h-19rpx mr-10rpx"
></image>
<text class="text-18rpx font-400 text-white">
- {{ gamePlayTime }}(+{{
- playData ? (playData.temporaryRate ? playData.temporaryRate / 100 : 0).toFixed(2) : 0
- }}/s)
+ {{ gamePlayTime }}(+{{ playData ? playData.temporaryRate : 0 }}/s)
</text>
</view>