3.28(优化

This commit is contained in:
Hong
2024-03-28 18:38:56 +08:00
parent e96899432c
commit 92e3bf9ffe
4 changed files with 687 additions and 632 deletions

View File

@@ -291,6 +291,13 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/car_info/unbindResult",
"style": {
"navigationBarTitleText": "绑定结果",
"enablePullDownRefresh": false
}
},
{
"path": "pages/repair/user/feedback/feedback",
"style": {

View File

@@ -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();

View File

@@ -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