diff --git a/apis/index.js b/apis/index.js index dd9661c..b8e5669 100644 --- a/apis/index.js +++ b/apis/index.js @@ -32,7 +32,7 @@ const request = (parameter) => { 'Authorization': store.getters.getToken || '' } - console.log('parameterDbug', parameter) + // console.log('parameterDbug', parameter) // 加载提示 uni.showLoading({ diff --git a/apis/interfaces/crystal.js b/apis/interfaces/crystal.js index 399452a..8c17efa 100644 --- a/apis/interfaces/crystal.js +++ b/apis/interfaces/crystal.js @@ -19,7 +19,7 @@ const category = () => { // 水晶任务 const task = () => { return request({ - url: 'crystal/task' + url: 'tasks' }) } diff --git a/pages.json b/pages.json index 05e3b75..9cf4aac 100644 --- a/pages.json +++ b/pages.json @@ -254,6 +254,34 @@ "navigationBarTextStyle": "white" }, "name": "Fragment" + }, + { + "path": "pages/wallet/addCard", + "style": { + "navigationBarTitleText": "添加银行卡", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#774ffd", + "navigationBarTextStyle": "white" + }, + "name": "addCard" + },{ + "path": "pages/wallet/selectCard", + "style": { + "navigationBarTitleText": "银行卡列表", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#774ffd", + "navigationBarTextStyle": "white" + }, + "name": "selectCard" + },{ + "path": "pages/wallet/withdrawList", + "style": { + "navigationBarTitleText": "提现记录", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#774ffd", + "navigationBarTextStyle": "white" + }, + "name": "withdrawList" }], "globalStyle": { "navigationStyle": "custom", diff --git a/pages/found/index.vue b/pages/found/index.vue index fa7144c..21a8f75 100644 --- a/pages/found/index.vue +++ b/pages/found/index.vue @@ -1,141 +1,106 @@ diff --git a/pages/instrument/Spread.vue b/pages/instrument/Spread.vue index 48c53b6..946a64f 100644 --- a/pages/instrument/Spread.vue +++ b/pages/instrument/Spread.vue @@ -1,7 +1,7 @@