diff --git a/common/common.js b/common/common.js index 6eea98a..3bd5b90 100644 --- a/common/common.js +++ b/common/common.js @@ -31,7 +31,7 @@ const getPayOrderByOrderId = serverUrl + "/business/h5/order/getPayOrderByOrderI // 商户卡券-可以购买卡券列表-分页 -const couponRuleParkPage = serverUrl + "business/h5/coupon/couponRuleParkPage"; +const couponRuleParkPage = serverUrl + "/business/h5/coupon/couponRuleParkPage"; //陈彪接口 @@ -176,7 +176,7 @@ export default { //刘淇接口 getBusinessParkOrderByBusIdForPage, getPayOrderByOrderId, - + couponRuleParkPage, diff --git a/pages/businessCard/businessCard.vue b/pages/businessCard/businessCard.vue index 6661293..d0ee38e 100644 --- a/pages/businessCard/businessCard.vue +++ b/pages/businessCard/businessCard.vue @@ -178,17 +178,17 @@ import common from "../../common/common.js"; export default { data() { - const currentDate = this.getDate({ - format: true - }) + // const currentDate = this.getDate({ + // format: true + // }) return { title: 'picker', array: ['全部', '充值', '支付'], arrayWay: ['所有方式', '微信', '线下公对公'], index: 0, indexWay: 0, - benginDate: currentDate, - overDate: currentDate, + // benginDate: currentDate, + // overDate: currentDate, rows: [], pageNum: 1,//当前页 pageSize: 1,//每页条数 @@ -225,7 +225,7 @@ export default { } // 首页信息获取 接口 that.$myRequest({ - url: that.$common.getBusinessParkOrderByBusIdForPage, + url: that.$common.couponRuleParkPage, method: 'POST', data: that.$common.requestSign(paramsData) }).then(res => {