merge
This commit is contained in:
@@ -67,6 +67,7 @@ const request = (parameter, hideLoding = true) => {
|
||||
errToast(res.statusCode)
|
||||
},
|
||||
fail(err) {
|
||||
console.log(err)
|
||||
uni.showToast({
|
||||
title: '网络错误,请检查您设备网络状态',
|
||||
icon : 'none'
|
||||
|
||||
@@ -50,6 +50,9 @@ const withdrawsCreate = () => {
|
||||
|
||||
// 奖金提现申请
|
||||
const withdraws = data => {
|
||||
|
||||
console.log(data)
|
||||
|
||||
return request({
|
||||
url: 'withdraws/index',
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user