diff --git a/package-lock.json b/package-lock.json index ec1bd6b..5f7bbf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,8 +6,13 @@ "dependencies": { "uview-ui": { "version": "1.5.2", +<<<<<<< HEAD + "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.5.2.tgz", + "integrity": "sha512-FV9G+gZTAZKEE2m85ahIbIRiC/fdzTl+eNXDIMBoyc9b+fQWQhEtmAfu6huu7AtKuTI6gfqaYn6WGcmqYvr76w==" +======= "resolved": "https://registry.npm.taobao.org/uview-ui/download/uview-ui-1.5.2.tgz?cache=0&sync_timestamp=1594781920423&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuview-ui%2Fdownload%2Fuview-ui-1.5.2.tgz", "integrity": "sha1-4jDud0TIBjMJe74GU+IyvJSyAwk=" +>>>>>>> fa383397b331ec0091096becf886f978cc1277fc } } } diff --git a/pages.json b/pages.json index 3c1c507..b5918d2 100644 --- a/pages.json +++ b/pages.json @@ -26,6 +26,18 @@ } } }, + { + "path": "pages/messages/messagesList", + "style": { + "navigationBarTitleText": "消息", + "app-plus": { + "titleNView": { + "backgroundColor": "#FFFFFF", + "titleColor": "#333333" + } + } + } + }, { "path": "pages/index/index", "style": { diff --git a/pages/messages/messagesList.vue b/pages/messages/messagesList.vue new file mode 100644 index 0000000..cdaca3d --- /dev/null +++ b/pages/messages/messagesList.vue @@ -0,0 +1,111 @@ + + + +