|
|
@@ -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;
|