feat:提现改造
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
"version" : "1.0",
|
"version" : "1.0",
|
||||||
"configurations" : [
|
"configurations" : [
|
||||||
{
|
{
|
||||||
"customPlaygroundType" : "device",
|
"customPlaygroundType" : "local",
|
||||||
"packageName" : "com.trustbridge.mm",
|
"packageName" : "com.trustbridge.mm",
|
||||||
"playground" : "standard",
|
"playground" : "custom",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -83,16 +83,15 @@
|
|||||||
import { getWithdraw,sendWithdraw } from '@/api/common.js';
|
import { getWithdraw,sendWithdraw } from '@/api/common.js';
|
||||||
import { getUserInfo,updateName,deleteAccount } from '@/api/auth.js';
|
import { getUserInfo,updateName,deleteAccount } from '@/api/auth.js';
|
||||||
import Header from '@/components/common/header.vue';
|
import Header from '@/components/common/header.vue';
|
||||||
import { clear } from '@/utils/auth.js';
|
|
||||||
import TopSafe from '@/components/common/top-safe.nvue'
|
import TopSafe from '@/components/common/top-safe.nvue'
|
||||||
import MyBtn from '@/components/common/my-btn.vue'
|
import MyBtn from '@/components/common/my-btn.vue'
|
||||||
import func from '@/utils/func.js';
|
import func from '@/utils/func.js';
|
||||||
import SelectItem from './components/select-item.vue'
|
import SelectItem from './components/select-item.vue'
|
||||||
import CodeItem from './components/code-item.vue'
|
import CodeItem from './components/code-item.vue'
|
||||||
import {uniPlatform} from '@/components/common/global.js'
|
import {uniPlatform} from '@/components/common/global.js'
|
||||||
import { getRechargeSupportPay, recharge,getAcctBalance } from '@/api/finance.js';
|
import { recharge,getAcctBalance } from '@/api/finance.js';
|
||||||
import { feedback } from '@/api/payment.js';
|
|
||||||
import { appWxpayFun, zfbPayFun } from '@/utils/payUtils.js'
|
import { appWxpayFun, zfbPayFun } from '@/utils/payUtils.js'
|
||||||
|
import {requestMerchantTransfer} from "@/uni_modules/uni-requestMerchantTransfer"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Header, TopSafe,MyBtn,SelectItem,CodeItem },
|
components: { Header, TopSafe,MyBtn,SelectItem,CodeItem },
|
||||||
@@ -343,7 +342,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
uni.requestMerchantTransfer({
|
console.log('开始提现',res,this.curSelect)
|
||||||
|
requestMerchantTransfer({
|
||||||
|
// uni.requestMerchantTransfer({
|
||||||
"mchId": "1725999656",
|
"mchId": "1725999656",
|
||||||
"appId": "wx7a5902cd556d9396",
|
"appId": "wx7a5902cd556d9396",
|
||||||
"package": res.data.wxResponse.packageInfo,
|
"package": res.data.wxResponse.packageInfo,
|
||||||
|
|||||||
Reference in New Issue
Block a user