diff --git a/pages.json b/pages.json
index d415994..98318e8 100644
--- a/pages.json
+++ b/pages.json
@@ -184,6 +184,25 @@
"navigationBarBackgroundColor": "#e93340",
"navigationBarTitleText": "设置中心"
}
+ },{
+ "path": "pages/property/eb",
+ "name": "Eb",
+ "style": {
+ "enablePullDownRefresh": true,
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#f40c50",
+ "navigationBarTitleText": "我的EB"
+ }
+ },
+ {
+ "path": "pages/property/record",
+ "name": "Record",
+ "style": {
+ "enablePullDownRefresh": true,
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#f40c50",
+ "navigationBarTitleText": "我的零钱"
+ }
},
{
"path": "pages/goods/details",
diff --git a/pages/property/eb.vue b/pages/property/eb.vue
index e3e12e6..57d7706 100644
--- a/pages/property/eb.vue
+++ b/pages/property/eb.vue
@@ -1,22 +1,327 @@
-
- eb账户
+
+
+
+
+ 年账单
+ 月账单
+ 日账单
+
+
+
+
+
+ {{date?date:'选择日期'}}
+
+
+
+
+ 收入
+ 支出
+
+
+ 可用额度 ( EB )
+ ¥{{account}}
+
+
+
+
+
+
+
+ {{item.note}}
+ {{cointype==='in'?'+':'-'}}{{item.amount}}
+
+ {{item.blockTime}}
+
+
+
+
+
+
+
+
-
diff --git a/pages/property/index.vue b/pages/property/index.vue
index 1a8fd66..1395b75 100644
--- a/pages/property/index.vue
+++ b/pages/property/index.vue
@@ -46,11 +46,11 @@
0
贡献值
-
+
0
易币
-
+
0
零钱
diff --git a/pages/property/record.vue b/pages/property/record.vue
new file mode 100644
index 0000000..c84f14a
--- /dev/null
+++ b/pages/property/record.vue
@@ -0,0 +1,326 @@
+
+
+
+
+
+ 年账单
+ 月账单
+ 日账单
+
+
+
+
+
+ {{date?date:'选择日期'}}
+
+
+
+
+ 收入
+ 支出
+
+
+ 可用额度
+ ¥{{account}}
+
+
+
+
+
+
+
+ {{item.note}}
+ {{cointype==='in'?'+':'-'}}{{item.amount}}
+
+ {{item.blockTime}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/images/record_bg.png b/static/images/record_bg.png
new file mode 100644
index 0000000..1866a84
Binary files /dev/null and b/static/images/record_bg.png differ