|
|
@@ -445,7 +445,7 @@ export default {
|
|
|
if(res.data.menu && !this.$util.isEmpty(res.data.menu)){
|
|
|
this.tabsData = res.data.menu
|
|
|
}
|
|
|
- this.lookMoney = res.data.lookMoney ? res.data.lookMoney : 1
|
|
|
+ this.lookMoney = res.data.lookMoney
|
|
|
})
|
|
|
|
|
|
getStrokeCount().then(res=>{
|