diff --git a/apis/interfaces/account.js b/apis/interfaces/account.js
index ea27653..22f530a 100644
--- a/apis/interfaces/account.js
+++ b/apis/interfaces/account.js
@@ -82,6 +82,13 @@ const submitTransfer = data => {
})
}
+// dt积分
+const integral = () => {
+ return request({
+ url: 'user/account/glf'
+ })
+}
+
export {
dt,
recharge,
@@ -91,5 +98,6 @@ export {
transfer,
setpassword,
getSms,
- submitTransfer
+ submitTransfer,
+ integral
}
diff --git a/pages.json b/pages.json
index c4515bb..68525b3 100644
--- a/pages.json
+++ b/pages.json
@@ -402,8 +402,8 @@
"borderStyle": "white",
"selectedColor": "#34CE98",
"list": [{
- "iconPath": "static/tabBar/tabBar_02.png",
- "selectedIconPath": "static/tabBar/tabBar_show_02.png",
+ "iconPath": "static/tabBar/tabBar_00.png",
+ "selectedIconPath": "static/tabBar/tabBar_show_00.png",
"pagePath": "pages/life/life",
"text": "共力人生"
}, {
diff --git a/pages/account/integral.vue b/pages/account/integral.vue
index 9a7fdbf..fa9d3ae 100644
--- a/pages/account/integral.vue
+++ b/pages/account/integral.vue
@@ -2,54 +2,52 @@
账户记录
-
- 账户充值
- 2022-06-07 10:10:51
- +1000.0
-
-
- 账户充值
- 2022-06-07 10:10:51
- -1000.0
-
-
- 账户充值
- 2022-06-07 10:10:51
- -1000.0
-
-
- 账户充值
- 2022-06-07 10:10:51
- -1000.0
-
-
- 账户充值
- 2022-06-07 10:10:51
- -1000.0
-
+
+
+ {{item.remark}}
+ {{item.created_at}}
+ {{item.amount}}
+
+
+
+
+
+
+
+