diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index d43c75c..e608e7a 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -6,8 +6,8 @@
"type" : "uni-app:app-ios"
},
{
- "customPlaygroundType" : "device",
- "playground" : "standard",
+ "customPlaygroundType" : "local",
+ "playground" : "custom",
"type" : "uni-app:app-android"
}
]
diff --git a/components/message/message-nav-bar.vue b/components/message/message-nav-bar.vue
new file mode 100644
index 0000000..d68c7ef
--- /dev/null
+++ b/components/message/message-nav-bar.vue
@@ -0,0 +1,510 @@
+
+
+
+
+
+
+
+
+ 过滤条件
+
+
+ 信息
+
+
+
+
+
+ 信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ showInfo.text }}
+ {{ showInfo.secondText }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ showInfo.bottomLtext }}
+
+
+
+ {{ showInfo.bottomRtext }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/nav-bar/nav-bar.vue b/components/nav-bar/nav-bar.vue
index 1525ee8..d0b53b9 100644
--- a/components/nav-bar/nav-bar.vue
+++ b/components/nav-bar/nav-bar.vue
@@ -13,7 +13,7 @@
-
+
@@ -130,6 +130,10 @@ const props = defineProps({
type: Boolean,
default: false
},
+ isBack: {
+ type: Boolean,
+ default: true
+ },
tipLayerText: {
type: String,
default: ''
diff --git a/pages.json b/pages.json
index dccb99b..882f792 100644
--- a/pages.json
+++ b/pages.json
@@ -9,18 +9,26 @@
}
}
],
-
- "subPackages": [
- {
+
+ "subPackages": [{
"root": "pages/call-log",
"pages": [{
- "path": "call",
- "style": {
- "navigationBarTitleText": "通话记录页面",
- "navigationStyle": "custom"
- }
- }
- ]
+ "path": "call",
+ "style": {
+ "navigationBarTitleText": "通话记录页面",
+ "navigationStyle": "custom"
+ }
+ }]
+ },
+ {
+ "root": "pages/message",
+ "pages": [{
+ "path": "list-index",
+ "style": {
+ "navigationBarTitleText": "短信列表首页",
+ "navigationStyle": "custom"
+ }
+ }]
},
{
"root": "pages/balance",
@@ -237,6 +245,13 @@
"navigationBarTitleText": "充值页",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "call-and-message-entry/call-and-message-entry",
+ "style": {
+ "navigationBarTitleText": "呼叫和短信入口",
+ "navigationStyle": "custom"
+ }
}
]
}
@@ -250,7 +265,9 @@
"pages/common",
"pages/finance-management",
"pages/ant-credit-pay",
- "pages/other"
+ "pages/other",
+ "pages/message",
+ "pages/call-log"
]
}
},
diff --git a/pages/common/call-and-message-entry/call-and-message-entry.vue b/pages/common/call-and-message-entry/call-and-message-entry.vue
new file mode 100644
index 0000000..2d6b33d
--- /dev/null
+++ b/pages/common/call-and-message-entry/call-and-message-entry.vue
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+ {{ item.name }}机型
+ 立即进入
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/index.nvue b/pages/index/index.nvue
index 3b2ed7f..070548d 100644
--- a/pages/index/index.nvue
+++ b/pages/index/index.nvue
@@ -79,7 +79,7 @@
-
{{ item.text }}
@@ -114,7 +114,7 @@
-
{{ item.name }}
@@ -136,824 +136,829 @@
\ No newline at end of file
diff --git a/pages/message/list-index.vue b/pages/message/list-index.vue
new file mode 100644
index 0000000..87361b3
--- /dev/null
+++ b/pages/message/list-index.vue
@@ -0,0 +1,100 @@
+
+
+
+ {{ index }}
+
+
+
+
+
+
+
+
diff --git a/static/image/common/phone/huawei.png b/static/image/common/phone/huawei.png
new file mode 100644
index 0000000..e139deb
Binary files /dev/null and b/static/image/common/phone/huawei.png differ
diff --git a/static/image/common/phone/iphone.png b/static/image/common/phone/iphone.png
new file mode 100644
index 0000000..8a8cbcf
Binary files /dev/null and b/static/image/common/phone/iphone.png differ
diff --git a/static/image/common/phone/mi.png b/static/image/common/phone/mi.png
new file mode 100644
index 0000000..d9d80b0
Binary files /dev/null and b/static/image/common/phone/mi.png differ
diff --git a/static/image/common/phone/oppo.png b/static/image/common/phone/oppo.png
new file mode 100644
index 0000000..a1b6dc9
Binary files /dev/null and b/static/image/common/phone/oppo.png differ
diff --git a/static/image/common/phone/vivo.png b/static/image/common/phone/vivo.png
new file mode 100644
index 0000000..a15f2a2
Binary files /dev/null and b/static/image/common/phone/vivo.png differ
diff --git a/static/image/phone-message/huawei/add.png b/static/image/phone-message/huawei/add.png
new file mode 100644
index 0000000..f665aeb
Binary files /dev/null and b/static/image/phone-message/huawei/add.png differ
diff --git a/static/image/phone-message/huawei/more.png b/static/image/phone-message/huawei/more.png
new file mode 100644
index 0000000..2eb7681
Binary files /dev/null and b/static/image/phone-message/huawei/more.png differ
diff --git a/static/image/phone-message/huawei/nav-search.png b/static/image/phone-message/huawei/nav-search.png
new file mode 100644
index 0000000..f31eaf1
Binary files /dev/null and b/static/image/phone-message/huawei/nav-search.png differ
diff --git a/static/image/phone-message/huawei/search.png b/static/image/phone-message/huawei/search.png
new file mode 100644
index 0000000..31d6271
Binary files /dev/null and b/static/image/phone-message/huawei/search.png differ
diff --git a/static/image/phone-message/ios/back.png b/static/image/phone-message/ios/back.png
new file mode 100644
index 0000000..d8071e4
Binary files /dev/null and b/static/image/phone-message/ios/back.png differ
diff --git a/static/image/phone-message/ios/edit.png b/static/image/phone-message/ios/edit.png
new file mode 100644
index 0000000..e9dada2
Binary files /dev/null and b/static/image/phone-message/ios/edit.png differ
diff --git a/static/image/phone-message/ios/mic.png b/static/image/phone-message/ios/mic.png
new file mode 100644
index 0000000..f2c6acc
Binary files /dev/null and b/static/image/phone-message/ios/mic.png differ
diff --git a/static/image/phone-message/ios/more.png b/static/image/phone-message/ios/more.png
new file mode 100644
index 0000000..cfdf25b
Binary files /dev/null and b/static/image/phone-message/ios/more.png differ
diff --git a/static/image/phone-message/ios/search.png b/static/image/phone-message/ios/search.png
new file mode 100644
index 0000000..251eacf
Binary files /dev/null and b/static/image/phone-message/ios/search.png differ
diff --git a/static/image/phone-message/mi/add-message.png b/static/image/phone-message/mi/add-message.png
new file mode 100644
index 0000000..559dfc9
Binary files /dev/null and b/static/image/phone-message/mi/add-message.png differ
diff --git a/static/image/phone-message/mi/bottom-left.png b/static/image/phone-message/mi/bottom-left.png
new file mode 100644
index 0000000..96aa164
Binary files /dev/null and b/static/image/phone-message/mi/bottom-left.png differ
diff --git a/static/image/phone-message/mi/bottom-right.png b/static/image/phone-message/mi/bottom-right.png
new file mode 100644
index 0000000..8eb7378
Binary files /dev/null and b/static/image/phone-message/mi/bottom-right.png differ
diff --git a/static/image/phone-message/mi/search.png b/static/image/phone-message/mi/search.png
new file mode 100644
index 0000000..c95f062
Binary files /dev/null and b/static/image/phone-message/mi/search.png differ
diff --git a/static/image/phone-message/mi/setting.png b/static/image/phone-message/mi/setting.png
new file mode 100644
index 0000000..4dfa20f
Binary files /dev/null and b/static/image/phone-message/mi/setting.png differ
diff --git a/static/image/phone-message/oppo/add-message.png b/static/image/phone-message/oppo/add-message.png
new file mode 100644
index 0000000..56ee98d
Binary files /dev/null and b/static/image/phone-message/oppo/add-message.png differ
diff --git a/static/image/phone-message/oppo/bottom-left.png b/static/image/phone-message/oppo/bottom-left.png
new file mode 100644
index 0000000..ceb01c4
Binary files /dev/null and b/static/image/phone-message/oppo/bottom-left.png differ
diff --git a/static/image/phone-message/oppo/bottom-right.png b/static/image/phone-message/oppo/bottom-right.png
new file mode 100644
index 0000000..abd5f14
Binary files /dev/null and b/static/image/phone-message/oppo/bottom-right.png differ
diff --git a/static/image/phone-message/oppo/more.png b/static/image/phone-message/oppo/more.png
new file mode 100644
index 0000000..f255c55
Binary files /dev/null and b/static/image/phone-message/oppo/more.png differ
diff --git a/static/image/phone-message/oppo/search.png b/static/image/phone-message/oppo/search.png
new file mode 100644
index 0000000..194d319
Binary files /dev/null and b/static/image/phone-message/oppo/search.png differ
diff --git a/static/image/phone-message/vivo/add.png b/static/image/phone-message/vivo/add.png
new file mode 100644
index 0000000..0ca70fc
Binary files /dev/null and b/static/image/phone-message/vivo/add.png differ
diff --git a/static/image/phone-message/vivo/more.png b/static/image/phone-message/vivo/more.png
new file mode 100644
index 0000000..5407298
Binary files /dev/null and b/static/image/phone-message/vivo/more.png differ
diff --git a/static/image/phone-message/vivo/search.png b/static/image/phone-message/vivo/search.png
new file mode 100644
index 0000000..ff922b8
Binary files /dev/null and b/static/image/phone-message/vivo/search.png differ
diff --git a/static/image/phone-message/vivo/select.png b/static/image/phone-message/vivo/select.png
new file mode 100644
index 0000000..90a9663
Binary files /dev/null and b/static/image/phone-message/vivo/select.png differ