diff --git a/pages-userInfo/withdraw/withdraw.vue b/pages-userInfo/withdraw/withdraw.vue
index d8a5acf..9b41d7d 100644
--- a/pages-userInfo/withdraw/withdraw.vue
+++ b/pages-userInfo/withdraw/withdraw.vue
@@ -1,92 +1,37 @@
-
-
-
-
- {{
- item.createTime
- }}
-
-
- {{ setChannel(item.channel) }}
-
-
- {{ setStatus(item.status)}}
-
-
-
-
-
+ 钱包余额:{{userInfo.amt}}
+
+
+
+
- -----已经到底啦-----
diff --git a/pages.json b/pages.json
index 696e0cb..87e78bc 100644
--- a/pages.json
+++ b/pages.json
@@ -137,12 +137,20 @@
}
},
{
- "path": "withdraw/withdraw",
+ "path": "withdraw/withdrawLog",
"style": {
"navigationBarTitleText": "提现记录",
"enablePullDownRefresh": true
}
- }, {
+ },
+ {
+ "path": "withdraw/withdraw",
+ "style": {
+ "navigationBarTitleText": "提现",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
"path": "notice/noticeDetail",
"style": {
"navigationBarTitleText": "公告详情",