|
@@ -116,11 +116,12 @@ export default {
|
|
|
detail(attach) {
|
|
detail(attach) {
|
|
|
this.navigateTo('/pages/walletreview?attach=' + attach);
|
|
this.navigateTo('/pages/walletreview?attach=' + attach);
|
|
|
},
|
|
},
|
|
|
- loginMethods() {
|
|
|
|
|
- this.$http.get('/memberInfo/findByUser').then(res => {
|
|
|
|
|
- this.moneyInfo = res;
|
|
|
|
|
- });
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // loginMethods() {
|
|
|
|
|
+ // console.log(111);
|
|
|
|
|
+ // this.$http.get('/memberInfo/findByUser').then(res => {
|
|
|
|
|
+ // this.moneyInfo = res;
|
|
|
|
|
+ // });
|
|
|
|
|
+ // },
|
|
|
getList() {
|
|
getList() {
|
|
|
this.$http.postJson('/memberInfo/all', {
|
|
this.$http.postJson('/memberInfo/all', {
|
|
|
query: {}
|
|
query: {}
|
|
@@ -188,7 +189,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
|
- // console.log(this.count);
|
|
|
|
|
|
|
+ this.$http.get('/memberInfo/findByUser').then(res => {
|
|
|
|
|
+ this.moneyInfo = res;
|
|
|
|
|
+ });
|
|
|
this.record({
|
|
this.record({
|
|
|
detail: 0
|
|
detail: 0
|
|
|
});
|
|
});
|