shish 3 lat temu
rodzic
commit
83edc1559f
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      hdApp/src/admin/billing/affirm.vue

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

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