提交 59641bfe 编写于 作者: M mahaifeng

[privacy]调整弹框位置

上级 99dc61e1
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
success(res1){ success(res1){
if(res1.needAuthorization){ if(res1.needAuthorization){
uni.openDialogPage({ uni.openDialogPage({
url: '/pages/privacy', url: '/pages/component/button/privacy',
}) })
} }
} }
......
...@@ -1864,7 +1864,7 @@ ...@@ -1864,7 +1864,7 @@
// #endif // #endif
// #ifdef APP // #ifdef APP
{ {
"path": "pages/privacy", "path": "pages/component/button/privacy",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
this.showPop() this.showPop()
}else if (url == '/show-privacy-dialog') { }else if (url == '/show-privacy-dialog') {
uni.openDialogPage({ uni.openDialogPage({
url: '/pages/API/dialog-page/dialog-privacytest', url: '/pages/component/button/privacy',
}) })
} else { } else {
if (this.hasLeftWin) { if (this.hasLeftWin) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册