3.28(优化
This commit is contained in:
@@ -291,6 +291,13 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/car_info/unbindResult",
|
||||
"style": {
|
||||
"navigationBarTitleText": "绑定结果",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/repair/user/feedback/feedback",
|
||||
"style": {
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
.then((res) => {
|
||||
// console.log(res,'then-res-unbindCarAPI');
|
||||
this.$toast(res.data)
|
||||
uni.navigateTo({
|
||||
uni.redirectTo({
|
||||
url: '/pages/mine/car_info/unbindResult'
|
||||
})
|
||||
this.$refs.uCode.reset();
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
},
|
||||
methods:{
|
||||
toBindingPage(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/user/userBinding'
|
||||
uni.redirectTo({
|
||||
url:'/pages/serve/repair/re_binding'
|
||||
})
|
||||
},
|
||||
toHomePage() {
|
||||
uni.switchTab({
|
||||
uni.redirectTo({
|
||||
url: '/pages/home/index'
|
||||
});
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user