diff --git a/components/uni-agree/uni-agree.vue b/components/uni-agree/uni-agree.vue new file mode 100644 index 0000000000000000000000000000000000000000..71890ff1d3e79b72e043b25ddac132bd99728393 --- /dev/null +++ b/components/uni-agree/uni-agree.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/components/uni-popup-agree/uni-popup-agree.vue b/components/uni-popup-agree/uni-popup-agree.vue new file mode 100644 index 0000000000000000000000000000000000000000..f8cd7b10d201d35f6aafe1ea245d7ac62866bf20 --- /dev/null +++ b/components/uni-popup-agree/uni-popup-agree.vue @@ -0,0 +1,212 @@ + + + + + diff --git a/pages.json b/pages.json index 48609cb9bc6d3d7b45b9d4a48dd834f6dda1ec1f..e839f5c9604c8a64fc4b5f7cee4c31dbbda50e76 100644 --- a/pages.json +++ b/pages.json @@ -19,12 +19,12 @@ } }, { "path": "uni_modules/uni-login-page/pages/index/index", - "style": { + "style": { "navigationBarTitleText": "", "app-plus": { "animationType": "none", - "popGesture": "none", - "navigationStyle": "custom", + "popGesture": "none", + "navigationStyle": "custom", "backgroundColor": "transparent" // "titleNView": { // "buttons": [{ @@ -67,17 +67,17 @@ "navigationStyle": "custom" } }, { - "path": "uni_modules/opendb-feedback/pages/opendb-feedback/list", + "path": "uni_modules/uni-feedback/pages/opendb-feedback/list", "style": { "navigationBarTitleText": "常见问题" } }, { - "path": "uni_modules/opendb-feedback/pages/opendb-feedback/add", + "path": "uni_modules/uni-feedback/pages/opendb-feedback/add", "style": { "navigationBarTitleText": "问题反馈" } }, { - "path": "uni_modules/opendb-feedback/pages/opendb-feedback/detail", + "path": "uni_modules/uni-feedback/pages/opendb-feedback/detail", "style": { "navigationBarTitleText": "问题反馈" } @@ -127,7 +127,8 @@ } }, { - "path": "pages/ucenter/edit/edit", + "path": "uni_modules/uni-id-users/pages/uni-id-users/edit", + // "path": "pages/ucenter/edit/edit", "style": { "navigationBarTitleText": "编辑资料" } @@ -137,49 +138,19 @@ "navigationStyle": "custom" } }, { - "path": "uni_modules/uni-login-page/pages/index/pwd-login", + "path": "uni_modules/uni-login-page/pages/pwd-login/pwd-login", "style": { - "navigationBarTitleText": "", - "app-plus": { - // "titleNView": { - // "buttons": [{ - // "text": "帮助", - // "type": "none", - // "fontSize": "16px", - // "width": "60px" - // }] - // } - } + "navigationBarTitleText": "" } }, { - "path": "uni_modules/uni-login-page/pages/index/pwd-retrieve", + "path": "uni_modules/uni-login-page/pages/pwd-retrieve/pwd-retrieve", "style": { - "navigationBarTitleText": "", - "app-plus": { - // "titleNView": { - // "buttons": [{ - // "text": "帮助", - // "type": "none", - // "fontSize": "16px", - // "width": "60px" - // }] - // } - } + "navigationBarTitleText": "" } }, { - "path": "uni_modules/uni-login-page/pages/index/phone-code", + "path": "uni_modules/uni-login-page/pages/phone-code/phone-code", "style": { - "navigationBarTitleText": "", - "app-plus": { - // "titleNView": { - // "buttons": [{ - // "text": "帮助", - // "type": "none", - // "fontSize": "16px", - // "width": "60px" - // }] - // } - } + "navigationBarTitleText": "" } }, { @@ -190,24 +161,24 @@ } } - ,{ - "path" : "pages/test/test", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "pages/common/webview/webview", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } + ,{ + "path" : "pages/test/test", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/common/webview/webview", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", @@ -215,6 +186,7 @@ "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" }, +<<<<<<< HEAD // "condition": { // "list": [ // { @@ -229,6 +201,22 @@ // ], // "current":1 // }, +======= + "condition": { + "list": [ + { + "path": "uni_modules/uni-login-page/pages/index/index" + }, + { + "path": "pages/test/test" + }, + { + "path":"pages/ucenter/settings/settings" + } + ], + "current":2 + }, +>>>>>>> 82ef1c53dc0aebef37985e23752a43c7aab5b82e "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", @@ -251,4 +239,4 @@ "text": "我的" }] } -} +} diff --git a/pages/list/detail.vue b/pages/list/detail.vue index a42a29e1e450db4143b096616eabdd8c4dd02581..1b77d90bc69fe58f0772088c8e71c6ee5c2ea039 100644 --- a/pages/list/detail.vue +++ b/pages/list/detail.vue @@ -7,6 +7,7 @@ DB Schema 规范:https://uniapp.dcloud.net.cn/uniCloud/schema --> +