This commit is contained in:
唐明明
2023-04-26 17:03:31 +08:00
7 changed files with 7 additions and 22 deletions

View File

@@ -67,6 +67,7 @@ const request = (parameter, hideLoding = true) => {
errToast(res.statusCode)
},
fail(err) {
console.log(err)
uni.showToast({
title: '网络错误,请检查您设备网络状态',
icon : 'none'

View File

@@ -50,6 +50,9 @@ const withdrawsCreate = () => {
// 奖金提现申请
const withdraws = data => {
console.log(data)
return request({
url: 'withdraws/index',
method: 'POST',