diff --git a/api/api.js b/api/api.js index 55fb4ce..78742a6 100644 --- a/api/api.js +++ b/api/api.js @@ -335,6 +335,14 @@ const config = { auth : true, showLoading : true, }, + + //提现 + storeWithdrawalApplication : { + url: '/token/withdraw', + method: 'POST', + auth : true, + showLoading : true, + }, // 点击查看联系方式 类型 0帖子 1租房 2工作 3门店 checkGivePhone : { url: '/token/checkGivePhone', diff --git a/config.js b/config.js index ef7cfd8..acda4c0 100644 --- a/config.js +++ b/config.js @@ -7,13 +7,13 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'prod' +const type = 'dev' // 环境配置 const config = { dev : { - baseUrl : 'http://h5.xzaiyp.top/api', + baseUrl : 'http://youyi-test.natapp1.cc/api', }, prod : { baseUrl : 'https://admin.hhlm1688.com/api', diff --git a/pages_order/mine/purse.vue b/pages_order/mine/purse.vue index 57b0ce2..c598c92 100644 --- a/pages_order/mine/purse.vue +++ b/pages_order/mine/purse.vue @@ -10,10 +10,10 @@ 我要提现 - + - +