|
@@ -60,11 +60,13 @@ const cardMixins = {
|
|
|
break
|
|
|
case 1:
|
|
|
this.btnColor = '#007ACC'
|
|
|
- this.buttonText = '企业网银支付'
|
|
|
+ this.buttonText = '企业网银支付'
|
|
|
+ this.payType = 1
|
|
|
break
|
|
|
case 2:
|
|
|
this.btnColor = '#16AFE8'
|
|
|
- this.buttonText = '个人网银支付'
|
|
|
+ this.buttonText = '个人网银支付'
|
|
|
+ this.payType = 2
|
|
|
break
|
|
|
case 3:
|
|
|
this.btnColor = 'linear-gradient(90deg, #FF9300 0%, #FF5B00 100%)'
|