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) errToast(res.statusCode)
}, },
fail(err) { fail(err) {
console.log(err)
uni.showToast({ uni.showToast({
title: '网络错误,请检查您设备网络状态', title: '网络错误,请检查您设备网络状态',
icon : 'none' icon : 'none'

View File

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

View File

@@ -64,20 +64,6 @@
</view> </view>
<u-loadmore v-if="pagesShow" :status="status" /> <u-loadmore v-if="pagesShow" :status="status" />
</view> </view>
<!-- 筛选时间 -->
<!-- <button @click="">打开弹窗</button> -->
<!-- <u-calendar
v-if="maxDate != ''"
:show="dayShow"
mode="range"
color="#446EFE"
:minDate="minDate"
:maxDate="maxDate"
monthNum="36"
title="选择筛选区间"
@close="dayShow = false"
@confirm="onDay"
></u-calendar> -->
</view> </view>
</template> </template>

View File

@@ -48,7 +48,6 @@
<view class="withdraws-hint">后台提现管理时间 上午11:00-12:00 下午17:00-18:00</view> <view class="withdraws-hint">后台提现管理时间 上午11:00-12:00 下午17:00-18:00</view>
</view> </view>
</template> </template>
<script> <script>
import { withdrawsCreate, withdraws } from '@/apis/interfaces/account.js' import { withdrawsCreate, withdraws } from '@/apis/interfaces/account.js'
export default { export default {
@@ -179,7 +178,6 @@
} }
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.content{ .content{
padding: 30rpx; padding: 30rpx;

View File

@@ -287,7 +287,6 @@
}).finally(() => { }).finally(() => {
uni.hideLoading() uni.hideLoading()
}) })
}, },
// 斗拱自由服务包 // 斗拱自由服务包
onDgFreePay(type){ onDgFreePay(type){

View File

@@ -185,7 +185,6 @@
</block> </block>
</view> </view>
</template> </template>
<script> <script>
import { perfectBase, updPerfectBase, historyBase } from '@/apis/interfaces/order.js' import { perfectBase, updPerfectBase, historyBase } from '@/apis/interfaces/order.js'
import { region } from '@/apis/interfaces/address.js' import { region } from '@/apis/interfaces/address.js'
@@ -349,7 +348,6 @@
} }
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.content{ .content{
padding-top: 30rpx; padding-top: 30rpx;