shish il y a 3 ans
Parent
commit
83edc1559f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      hdApp/src/admin/billing/affirm.vue

+ 5 - 0
hdApp/src/admin/billing/affirm.vue

@@ -172,6 +172,11 @@ export default {
 	},
 	},
 	methods: {
 	methods: {
 		...mapActions(["initMerchantInfo"]),
 		...mapActions(["initMerchantInfo"]),
+		payWayChange(e){
+			let index = e.detail.value
+			this.payWayindex = index
+      		this.payWay = this.payWayList[index].id
+		},
 		discountChange(e){
 		discountChange(e){
 			this.discountIndex = e.target.value;
 			this.discountIndex = e.target.value;
 			let discount = 0;
 			let discount = 0;