From fa6a93c7391356bbb87534901d03a0c2b9ef9f8e Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Fri, 6 Jun 2025 14:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 8 ++++++++ config.js | 4 ++-- pages_order/mine/purse.vue | 14 +++++++++----- pages_order/mine/runningWater.vue | 6 +++--- 4 files changed, 22 insertions(+), 10 deletions(-) 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 @@ 我要提现 - + - +