diff --git a/fapp/ciyon_ap/pages.json b/fapp/ciyon_ap/pages.json
index c8ff12d..12ed16d 100644
--- a/fapp/ciyon_ap/pages.json
+++ b/fapp/ciyon_ap/pages.json
@@ -18,6 +18,15 @@
{
"path": "pages/main/me_cash_bank"
},
+ {
+ "path": "pages/main/me_cash_charge"
+ },
+ {
+ "path": "pages/main/me_cash_ie",
+ "style": {
+ "enablePullDownRefresh": true
+ }
+ },
{
"path": "pages/main/me_cash_in",
"style": {
diff --git a/fapp/ciyon_ap/pages/main/me.vue b/fapp/ciyon_ap/pages/main/me.vue
index bae716a..5234c3c 100644
--- a/fapp/ciyon_ap/pages/main/me.vue
+++ b/fapp/ciyon_ap/pages/main/me.vue
@@ -21,7 +21,7 @@
---
- 提现
+ 余额
@@ -66,13 +66,13 @@
-
+
- 图标名称
+ 充值
-
+
- 图标名称
+ 提现
@@ -104,7 +104,7 @@
-
+
diff --git a/fapp/ciyon_ap/pages/main/me_cash_charge.vue b/fapp/ciyon_ap/pages/main/me_cash_charge.vue
new file mode 100644
index 0000000..cd114af
--- /dev/null
+++ b/fapp/ciyon_ap/pages/main/me_cash_charge.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item/100}}元
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/fapp/ciyon_ap/pages/main/me_cash_ie.vue b/fapp/ciyon_ap/pages/main/me_cash_ie.vue
new file mode 100644
index 0000000..ebb90a5
--- /dev/null
+++ b/fapp/ciyon_ap/pages/main/me_cash_ie.vue
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+ {{ccode(g.cashietype, item.cashietype)}}
+ {{todatetime(item.addtimes)}}
+ {{item.iemoney/100}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/fapp/ciyon_ap/pages/main/me_cash_in.vue b/fapp/ciyon_ap/pages/main/me_cash_in.vue
index 1891df8..5f789ad 100644
--- a/fapp/ciyon_ap/pages/main/me_cash_in.vue
+++ b/fapp/ciyon_ap/pages/main/me_cash_in.vue
@@ -1,5 +1,5 @@
-
+
@@ -8,14 +8,9 @@
-
-
-
- {{item.name}}
- {{ccode(g.cashintype, item.cashintype)}}
- {{todatetime(item.addtimes)}}
- {{item.cashmoney/100}}
+
+ {{todatetime(item.addtimes)}}
@@ -29,7 +24,6 @@
data() {
return {
liid: 0,
- pageno: 0,
}
},
onLoad() {
@@ -71,23 +65,6 @@
if (retjson.list.length < retjson.pagecount)
this.pageno = -1;
},
- segment_change() {
- this.pageno = 0;
- this.getlist();
- uni.pageScrollTo({
- scrollTop: 0,
- duration: 800
- });
- },
- search_change(e) {
- this.pagepost.query.key = e.value;
- this.pageno = 0;
- this.getlist();
- uni.pageScrollTo({
- scrollTop: 0,
- duration: 800
- });
- },
}
}
\ No newline at end of file