|
@ -107,7 +107,7 @@ |
|
|
binBaseInfo, |
|
|
binBaseInfo, |
|
|
bindCode |
|
|
bindCode |
|
|
} from "@/api/home.js" |
|
|
} from "@/api/home.js" |
|
|
import { onShow } from '@dcloudio/uni-app' |
|
|
|
|
|
|
|
|
import { onShow } from '@dcloudio/uni-app' |
|
|
|
|
|
|
|
|
const mounthName = ref('本月数据') |
|
|
const mounthName = ref('本月数据') |
|
|
const totalName = ref('累计数据') |
|
|
const totalName = ref('累计数据') |
|
@ -115,13 +115,37 @@ import { onShow } from '@dcloudio/uni-app' |
|
|
const handleGoto = (val) => { |
|
|
const handleGoto = (val) => { |
|
|
switch (val) { |
|
|
switch (val) { |
|
|
case 'detail': |
|
|
case 'detail': |
|
|
tab.navigateTo('/otherPages/binding/partner/index') |
|
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
url: "/otherPages/myOrdersManage/transaction/index?moneyType=0" |
|
|
|
|
|
}) |
|
|
|
|
|
// tab.navigateTo('/otherPages/binding/partner/index?moneyType=0') |
|
|
// tab.navigateTo('/otherPages/workbenchManage/bindUser/index') |
|
|
// tab.navigateTo('/otherPages/workbenchManage/bindUser/index') |
|
|
break; |
|
|
break; |
|
|
case 'cash': |
|
|
case 'cash': |
|
|
tab.navigateTo('/otherPages/binding/withdrawal/index') |
|
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
url: "/otherPages/binding/withdrawal/index?moneyType=0" |
|
|
|
|
|
}) |
|
|
|
|
|
// tab.navigateTo('/otherPages/binding/withdrawal/index?moneyType=0') |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
// 处理流水明细点击 |
|
|
|
|
|
const handleRunningWater = () => { |
|
|
|
|
|
if (!checkLoginAndRedirect()) return |
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
url: "/otherPages/myOrdersManage/transaction/index?moneyType=1" |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 处理提现点击 |
|
|
|
|
|
const handleWithdraw = () => { |
|
|
|
|
|
if (!checkLoginAndRedirect()) return |
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
url: "/otherPages/binding/withdrawal/index?moneyType=1" |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
|
|
|
*/ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const state = reactive({ |
|
|
const state = reactive({ |
|
|