Commit 3c6964e3 authored by zhengke's avatar zhengke

修改

parent 8cd15b73
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
}, },
//关闭登录窗口 //关闭登录窗口
gbAuth(){ gbAuth(){
this.showAuth=false; uni.navigateBack()
}, },
isdefault(item) { isdefault(item) {
//设置默认地址 //设置默认地址
......
...@@ -195,7 +195,7 @@ export default { ...@@ -195,7 +195,7 @@ export default {
}, },
//关闭登录窗口 //关闭登录窗口
gbAuth(){ gbAuth(){
this.showAuth=false; uni.navigateBack()
}, },
godetails(item){ godetails(item){
if(this.msg.UseState ==0){ if(this.msg.UseState ==0){
......
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
}, },
//关闭登录窗口 //关闭登录窗口
gbAuth(){ gbAuth(){
this.showAuth=false; uni.navigateBack()
}, },
clickHandler(cx) { clickHandler(cx) {
uni.navigateTo({ uni.navigateTo({
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
}, },
//关闭登录窗口 //关闭登录窗口
gbAuth(){ gbAuth(){
this.showAuth=false; uni.navigateBack()
}, },
change(index) { change(index) {
this.current = index; this.current = index;
......
...@@ -175,7 +175,7 @@ export default { ...@@ -175,7 +175,7 @@ export default {
}, },
//关闭登录窗口 //关闭登录窗口
gbAuth(){ gbAuth(){
this.showAuth=false; uni.navigateBack()
} }
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment