Merge branch 'master' into dev
This commit is contained in:
@@ -10,8 +10,8 @@ import router from '../router'
|
|||||||
|
|
||||||
// 基础配置
|
// 基础配置
|
||||||
const config = {
|
const config = {
|
||||||
// apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
||||||
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
||||||
timeout : 60000
|
timeout : 60000
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -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'
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user