diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index e608e7a..d43c75c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -6,8 +6,8 @@ "type" : "uni-app:app-ios" }, { - "customPlaygroundType" : "local", - "playground" : "custom", + "customPlaygroundType" : "device", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/components/call-log/list/list.vue b/components/call-log/list/list.vue new file mode 100644 index 0000000..b60e1ef --- /dev/null +++ b/components/call-log/list/list.vue @@ -0,0 +1,335 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 71d7580..49548e5 100644 --- a/pages.json +++ b/pages.json @@ -9,7 +9,20 @@ } } ], - "subPackages": [{ + + "subPackages": [ + { + "root": "pages/call-log", + "pages": [{ + "path": "call", + "style": { + "navigationBarTitleText": "通话记录页面", + "navigationStyle": "custom" + } + } + ] + }, + { "root": "pages/balance", "pages": [{ "path": "index", diff --git a/pages/call-log/call.vue b/pages/call-log/call.vue new file mode 100644 index 0000000..3dbe2ea --- /dev/null +++ b/pages/call-log/call.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/static/image/call/iosAvatar.png b/static/image/call/iosAvatar.png new file mode 100644 index 0000000..6a157d6 Binary files /dev/null and b/static/image/call/iosAvatar.png differ diff --git a/static/image/call/iosRightIcon.png b/static/image/call/iosRightIcon.png new file mode 100644 index 0000000..7b3ed03 Binary files /dev/null and b/static/image/call/iosRightIcon.png differ diff --git a/static/image/call/iosStatusIcon.png b/static/image/call/iosStatusIcon.png new file mode 100644 index 0000000..fc601b8 Binary files /dev/null and b/static/image/call/iosStatusIcon.png differ diff --git a/static/image/call/oppoKJ1.png b/static/image/call/oppoKJ1.png new file mode 100644 index 0000000..965b39b Binary files /dev/null and b/static/image/call/oppoKJ1.png differ diff --git a/static/image/call/oppoKJ2.png b/static/image/call/oppoKJ2.png new file mode 100644 index 0000000..9087588 Binary files /dev/null and b/static/image/call/oppoKJ2.png differ diff --git a/static/image/call/oppoRightIcon.png b/static/image/call/oppoRightIcon.png new file mode 100644 index 0000000..b5405e4 Binary files /dev/null and b/static/image/call/oppoRightIcon.png differ diff --git a/static/image/call/oppoStatusIcon1.png b/static/image/call/oppoStatusIcon1.png new file mode 100644 index 0000000..4850022 Binary files /dev/null and b/static/image/call/oppoStatusIcon1.png differ diff --git a/static/image/call/oppoStatusIcon2.png b/static/image/call/oppoStatusIcon2.png new file mode 100644 index 0000000..f4b9f09 Binary files /dev/null and b/static/image/call/oppoStatusIcon2.png differ diff --git a/static/image/call/oppoStatusIcon3.png b/static/image/call/oppoStatusIcon3.png new file mode 100644 index 0000000..b099ded Binary files /dev/null and b/static/image/call/oppoStatusIcon3.png differ diff --git a/static/image/call/oppoStatusIcon4.png b/static/image/call/oppoStatusIcon4.png new file mode 100644 index 0000000..aa0a3c8 Binary files /dev/null and b/static/image/call/oppoStatusIcon4.png differ diff --git a/static/image/call/xiaomiRightIcon.png b/static/image/call/xiaomiRightIcon.png new file mode 100644 index 0000000..259f3cb Binary files /dev/null and b/static/image/call/xiaomiRightIcon.png differ