diff --git a/common/common.js b/common/common.js index 716701f..00e285e 100644 --- a/common/common.js +++ b/common/common.js @@ -29,11 +29,15 @@ const getBusinessParkOrderByBusIdForPage = serverUrl + "/business/h5/order/getBu const getPayOrderByOrderId = serverUrl + "/business/h5/order/getPayOrderByOrderId"; //刘淇接口 - // 商户卡券-可以购买卡券列表-分页 const couponRuleParkPage = serverUrl + "/business/h5/coupon/couponRuleParkPage"; +// 商户卡券-卡券申领明细 +const couponIssuedParkPage = serverUrl + "/business/h5/couponIssued/couponIssuedParkPage"; + + + //陈彪接口 // 余额明细下拉框选择列表 @@ -189,7 +193,7 @@ export default { getBusinessParkOrderByBusIdForPage, getPayOrderByOrderId, couponRuleParkPage, - + couponIssuedParkPage, //陈彪接口 rechargeList, diff --git a/pages/businessCard/businessCard.vue b/pages/businessCard/businessCard.vue index c42bad2..7e3a1a1 100644 --- a/pages/businessCard/businessCard.vue +++ b/pages/businessCard/businessCard.vue @@ -14,7 +14,7 @@ - + 购买 @@ -83,6 +83,11 @@ export default { console.log(this.dataList) }) }, + toBuy(i) { + uni.navigateTo({ + url: '../businessCard/buyCard?optionData='+JSON.stringify(i) + }); + }, } } diff --git a/pages/businessCard/buyCard.vue b/pages/businessCard/buyCard.vue index 76df254..1837613 100644 --- a/pages/businessCard/buyCard.vue +++ b/pages/businessCard/buyCard.vue @@ -3,15 +3,6 @@ - - - - - - - - - @@ -70,15 +61,7 @@ - - - - - - - - - + @@ -120,7 +103,6 @@