diff --git a/src/components/popup/UserInfo.vue b/src/components/popup/UserInfo.vue index 80dbcfd..53406e0 100644 --- a/src/components/popup/UserInfo.vue +++ b/src/components/popup/UserInfo.vue @@ -41,7 +41,7 @@ :value="userInfo.process" >当前经验 {{ userInfo.exp }}
距离下一级还剩 - {{ (1 - userInfo.process) * 100 }}%
@@ -118,7 +118,7 @@ export default { ( (this.userInfo.exp - currentLevelDetail.minExp) / currentLevelDetail.upExp - ).toFixed(1) + ).toFixed(2) ); }, },