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 { recharge,getAcctBalance } from '@/api/finance.js';
|
||||
import { appWxpayFun, zfbPayFun } from '@/utils/payUtils.js'
|
||||
// #ifdef APP-PLUS
|
||||
import {requestMerchantTransfer} from "@/uni_modules/uni-requestMerchantTransfer"
|
||||
// #endif
|
||||
|
||||
export default {
|
||||
components: { Header, TopSafe,MyBtn,SelectItem,CodeItem },
|
||||
@@ -342,7 +344,8 @@ export default {
|
||||
}
|
||||
|
||||
}else{
|
||||
console.log('开始提现',res,this.curSelect)
|
||||
console.log('开始提现',res,this.curSelect)
|
||||
// #ifdef APP-PLUS
|
||||
requestMerchantTransfer({
|
||||
// uni.requestMerchantTransfer({
|
||||
"mchId": "1725999656",
|
||||
@@ -362,7 +365,8 @@ export default {
|
||||
});
|
||||
},
|
||||
|
||||
})
|
||||
})
|
||||
// #endif
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -198,7 +198,7 @@ export default {
|
||||
],
|
||||
tabOne:['每日','每月'],
|
||||
curOne:0,
|
||||
tabTwo:['数字积分','贡献共享计划'],
|
||||
tabTwo:['数字积分','利润共享计划'],
|
||||
curTwo:0,
|
||||
delayload: false,
|
||||
oneList:[
|
||||
|
||||
Reference in New Issue
Block a user