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',
|
||||
|
||||
@@ -64,20 +64,6 @@
|
||||
</view>
|
||||
<u-loadmore v-if="pagesShow" :status="status" />
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
<view class="withdraws-hint">后台提现管理时间 上午11:00-12:00 下午17:00-18:00</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { withdrawsCreate, withdraws } from '@/apis/interfaces/account.js'
|
||||
export default {
|
||||
@@ -179,7 +178,6 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.content{
|
||||
padding: 30rpx;
|
||||
@@ -315,4 +313,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
@@ -287,7 +287,6 @@
|
||||
}).finally(() => {
|
||||
uni.hideLoading()
|
||||
})
|
||||
|
||||
},
|
||||
// 斗拱自由服务包
|
||||
onDgFreePay(type){
|
||||
|
||||
@@ -185,7 +185,6 @@
|
||||
</block>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { perfectBase, updPerfectBase, historyBase } from '@/apis/interfaces/order.js'
|
||||
import { region } from '@/apis/interfaces/address.js'
|
||||
@@ -349,7 +348,6 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.content{
|
||||
padding-top: 30rpx;
|
||||
@@ -450,4 +448,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
@@ -452,4 +452,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user