浏览代码

fix bug

master
Anna Ho 1年前
父节点
当前提交
1e914548fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/Payment/index.js

+ 1
- 1
src/pages/Payment/index.js 查看文件

@@ -89,7 +89,7 @@ const Index = () => {
}else if(selectedPaymentMethod ==="UnionPay" ){
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"UnionPay", paymentMethod:"03,BCMP,CreditCard"} });
}else if(selectedPaymentMethod ==="JCB"){
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"JCB", paymentMethod:"03,BCMP,CreditCard"} });
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"JCB", paymentMethod:"02,BCMP,CreditCard"} });
}else if(selectedPaymentMethod ==="PPS"){
navigate('/paymentPage/card', {state:{amount:totalAmount,transactionid:transactionData.transactionid,webtoken:transactionData.webtoken, type:"PPS", paymentMethod:"01,PPSB,PPS"} });
}


正在加载...
取消
保存