|
|
@@ -130,6 +130,7 @@ export default {
|
|
|
// this.navigateTo('/pages/walletdetails');
|
|
|
// },
|
|
|
initApi(params, name) {
|
|
|
+ // console.log(params);
|
|
|
// console.log(name);
|
|
|
this.showLoading();
|
|
|
this.$http
|
|
|
@@ -174,6 +175,9 @@ export default {
|
|
|
this.record({
|
|
|
detail: 0
|
|
|
});
|
|
|
+ this.names({
|
|
|
+ detail: 'user'
|
|
|
+ });
|
|
|
this.initApi(this.option1[0].text, this.option2[0].value);
|
|
|
}
|
|
|
};
|