|
@@ -47,9 +47,8 @@
|
|
|
},
|
|
|
methods:{
|
|
|
customBack(){
|
|
|
- this.$u.route({
|
|
|
- // type:'switchTab',
|
|
|
- url: 'pages/index/index'
|
|
|
+ uni.reLaunch({
|
|
|
+ url: '/pages/index/index'
|
|
|
});
|
|
|
},
|
|
|
handleEntranceOutDetail(){
|
|
@@ -57,10 +56,7 @@
|
|
|
this.$u.api.entranceOutDetail({spaceId:this.orderID})
|
|
|
.then(res=>{
|
|
|
uni.hideLoading();
|
|
|
- // this.$refs.uToast.show({
|
|
|
- // title: res.msg,
|
|
|
- // type: 'success',
|
|
|
- // });
|
|
|
+
|
|
|
this.leaveDetail = res.data;
|
|
|
this.owelist = res.data.oweList;
|
|
|
if(this.owelist?.length<=0||!this.owelist){this.listEmpty = true};
|