|
@ -146,7 +146,6 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onLoad(){ |
|
|
onLoad(){ |
|
|
uni.reLaunch({url:"/pages/home/my?toPage=record"}) |
|
|
|
|
|
this.init() |
|
|
this.init() |
|
|
}, |
|
|
}, |
|
|
methods:{ |
|
|
methods:{ |
|
@ -176,7 +175,7 @@ export default { |
|
|
body: this.formData |
|
|
body: this.formData |
|
|
}) |
|
|
}) |
|
|
if(res.statu){ |
|
|
if(res.statu){ |
|
|
uni.switchTab({url:"/pages/home/my?toPage=record"}) |
|
|
uni.reLaunch({url:"/pages/home/my?toPage=record"}) |
|
|
}else{ |
|
|
}else{ |
|
|
uni.showModal({ |
|
|
uni.showModal({ |
|
|
title:"提示", |
|
|
title:"提示", |
|
|