Commit 7040c4ef by wangshuo

支付方式

parent 14d80e4e
...@@ -18,8 +18,8 @@ if (browser.isWeixin) { ...@@ -18,8 +18,8 @@ if (browser.isWeixin) {
]; ];
} else { } else {
mockData = [ mockData = [
{value: 0, label: '支付宝', icon: 'iconalipay'},
{value: 1, label: '微信支付', icon: 'iconweixinzhifu'}, {value: 1, label: '微信支付', icon: 'iconweixinzhifu'},
{value: 0, label: '支付宝', icon: 'iconalipay'},
// { value: 2, label: '花呗分期', icon: 'iconhuabei' }, // { value: 2, label: '花呗分期', icon: 'iconhuabei' },
]; ];
} }
...@@ -30,7 +30,7 @@ export default class PayOrder extends Component { ...@@ -30,7 +30,7 @@ export default class PayOrder extends Component {
super(props); super(props);
this.state = { this.state = {
pay_amount: 0, pay_amount: 0,
payType: 0, payType: 1,
stageNumber: 0, stageNumber: 0,
checkPeriod: false, checkPeriod: false,
singleMoney: 0, singleMoney: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment