feat:贡献共享计划改利润共享计划
This commit is contained in:
@@ -91,7 +91,9 @@ import CodeItem from './components/code-item.vue'
|
|||||||
import {uniPlatform} from '@/components/common/global.js'
|
import {uniPlatform} from '@/components/common/global.js'
|
||||||
import { recharge,getAcctBalance } from '@/api/finance.js';
|
import { recharge,getAcctBalance } from '@/api/finance.js';
|
||||||
import { appWxpayFun, zfbPayFun } from '@/utils/payUtils.js'
|
import { appWxpayFun, zfbPayFun } from '@/utils/payUtils.js'
|
||||||
|
// #ifdef APP-PLUS
|
||||||
import {requestMerchantTransfer} from "@/uni_modules/uni-requestMerchantTransfer"
|
import {requestMerchantTransfer} from "@/uni_modules/uni-requestMerchantTransfer"
|
||||||
|
// #endif
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Header, TopSafe,MyBtn,SelectItem,CodeItem },
|
components: { Header, TopSafe,MyBtn,SelectItem,CodeItem },
|
||||||
@@ -343,6 +345,7 @@ export default {
|
|||||||
|
|
||||||
}else{
|
}else{
|
||||||
console.log('开始提现',res,this.curSelect)
|
console.log('开始提现',res,this.curSelect)
|
||||||
|
// #ifdef APP-PLUS
|
||||||
requestMerchantTransfer({
|
requestMerchantTransfer({
|
||||||
// uni.requestMerchantTransfer({
|
// uni.requestMerchantTransfer({
|
||||||
"mchId": "1725999656",
|
"mchId": "1725999656",
|
||||||
@@ -363,6 +366,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
// #endif
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ export default {
|
|||||||
],
|
],
|
||||||
tabOne:['每日','每月'],
|
tabOne:['每日','每月'],
|
||||||
curOne:0,
|
curOne:0,
|
||||||
tabTwo:['数字积分','贡献共享计划'],
|
tabTwo:['数字积分','利润共享计划'],
|
||||||
curTwo:0,
|
curTwo:0,
|
||||||
delayload: false,
|
delayload: false,
|
||||||
oneList:[
|
oneList:[
|
||||||
|
|||||||
Reference in New Issue
Block a user