加密已通

This commit is contained in:
xk_guohonglei
2020-09-01 17:31:42 +08:00
parent fc6ae600a4
commit 39d433998a
6 changed files with 53 additions and 16 deletions

View File

@@ -161,17 +161,23 @@
},
onLoad() {
uni.showShareMenu()
},
onShow() {
this.getUserInfo()
this.getSiteInfo()
},
onPullDownRefresh() {
this.getUserInfo()
},
filters: {
numberFilter(value) {
value = value - 1 + 1
return value.toFixed(2)
if (value) {
value = value - 1 + 1
return value.toFixed(2)
} else {
return '0.00'
}
}
},
methods: {