|
@@ -92,7 +92,11 @@
|
|
|
}
|
|
|
console.log('个人余额信息'+JSON.stringify(res));
|
|
|
},function(err){
|
|
|
- console.log('个人信息余额错误'+JSON.stringify(err));
|
|
|
+ uni.showToast({
|
|
|
+ title: err,
|
|
|
+ icon: "none"
|
|
|
+ })
|
|
|
+ //console.log('err'+JSON.stringify(err));
|
|
|
});
|
|
|
let data = {pageIndex:1,pageSize:10};
|
|
|
api.personAccountRefundList(data).then(function(res){
|
|
@@ -117,6 +121,12 @@
|
|
|
}
|
|
|
// console.log('res'+JSON.stringify(_self.items));
|
|
|
}
|
|
|
+ },function(err){
|
|
|
+ uni.showToast({
|
|
|
+ title: err,
|
|
|
+ icon: "none"
|
|
|
+ })
|
|
|
+ //console.log('err'+JSON.stringify(err));
|
|
|
});
|
|
|
},
|
|
|
methods: {
|