diff --git a/src/pages.json b/src/pages.json
index f0c65d2..3fa3b4c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -103,6 +103,12 @@
{
"root": "pages_template/pages",
"pages": [
+ {
+ "path": "index/index",
+ "style": {
+ "pageOrientation": "auto"
+ }
+ },
{
"path": "wxCenter/index",
"style": {
diff --git a/src/pages/template.config.js b/src/pages/template.config.js
index faf2383..494d5f8 100644
--- a/src/pages/template.config.js
+++ b/src/pages/template.config.js
@@ -57,6 +57,12 @@ export default [
groupName: '页面',
groupName_en: 'Page',
list: [
+ {
+ path: '/pages_template/pages/index/index',
+ icon: 'wxCenter',
+ title: '组件展示',
+ title_en: 'index',
+ },
{
path: '/pages_template/pages/wxCenter/index',
icon: 'wxCenter',
diff --git a/src/pages_template/components/circle-menu.vue b/src/pages_template/components/circle-menu.vue
new file mode 100644
index 0000000..bc477ee
--- /dev/null
+++ b/src/pages_template/components/circle-menu.vue
@@ -0,0 +1,62 @@
+
+
+ {{ label }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages_template/components/statistic.vue b/src/pages_template/components/statistic.vue
new file mode 100644
index 0000000..478a7d3
--- /dev/null
+++ b/src/pages_template/components/statistic.vue
@@ -0,0 +1,88 @@
+
+ {{ label }}
+ {{ formatNumber(number,props.place) }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages_template/pages/index/index.vue b/src/pages_template/pages/index/index.vue
new file mode 100644
index 0000000..c6d5e55
--- /dev/null
+++ b/src/pages_template/pages/index/index.vue
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages_template/pages/keyboardPay/index.vue b/src/pages_template/pages/keyboardPay/index.vue
index 6cc33fd..2dbfce8 100644
--- a/src/pages_template/pages/keyboardPay/index.vue
+++ b/src/pages_template/pages/keyboardPay/index.vue
@@ -5,19 +5,9 @@
发送1.00元红包
-
-
+
+
1.00
@@ -27,14 +17,8 @@
-
+
支付键盘
@@ -43,71 +27,72 @@
\ No newline at end of file
diff --git a/src/static/images/icon/dialogue.png b/src/static/images/icon/dialogue.png
new file mode 100644
index 0000000..10036ee
Binary files /dev/null and b/src/static/images/icon/dialogue.png differ
diff --git a/src/static/images/icon/knowledge.png b/src/static/images/icon/knowledge.png
new file mode 100644
index 0000000..fd0410e
Binary files /dev/null and b/src/static/images/icon/knowledge.png differ
diff --git a/src/static/images/icon/message.png b/src/static/images/icon/message.png
new file mode 100644
index 0000000..12965de
Binary files /dev/null and b/src/static/images/icon/message.png differ
diff --git a/src/static/images/icon/phone.png b/src/static/images/icon/phone.png
new file mode 100644
index 0000000..22d73f0
Binary files /dev/null and b/src/static/images/icon/phone.png differ
diff --git a/src/static/images/icon/rocket.png b/src/static/images/icon/rocket.png
new file mode 100644
index 0000000..38befbd
Binary files /dev/null and b/src/static/images/icon/rocket.png differ