mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-10 08:25:34 +00:00
fix:修复声网 id 改动问题
This commit is contained in:
parent
220ce21a4a
commit
035fba3fe5
@ -52,7 +52,7 @@ export default {
|
|||||||
...mapState(['cacheUserBasic']),
|
...mapState(['cacheUserBasic']),
|
||||||
userid() {
|
userid() {
|
||||||
if (this.player.uid) {
|
if (this.player.uid) {
|
||||||
return parseInt($A.getMiddle(this.player.uid, null, '-'))
|
return parseInt( (this.player.uid+"").substring(6) )
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user