Commit 510601e4f3bf743a9672dc170d6c45d02abab783

Authored by 刘淇
1 parent 0b9d5f71

商户卡券

common/common.js
@@ -31,7 +31,7 @@ const getPayOrderByOrderId = serverUrl + "/business/h5/order/getPayOrderByOrderI @@ -31,7 +31,7 @@ const getPayOrderByOrderId = serverUrl + "/business/h5/order/getPayOrderByOrderI
31 31
32 32
33 // 商户卡券-可以购买卡券列表-分页 33 // 商户卡券-可以购买卡券列表-分页
34 -const couponRuleParkPage = serverUrl + "business/h5/coupon/couponRuleParkPage"; 34 +const couponRuleParkPage = serverUrl + "/business/h5/coupon/couponRuleParkPage";
35 35
36 36
37 //陈彪接口 37 //陈彪接口
@@ -176,7 +176,7 @@ export default { @@ -176,7 +176,7 @@ export default {
176 //刘淇接口 176 //刘淇接口
177 getBusinessParkOrderByBusIdForPage, 177 getBusinessParkOrderByBusIdForPage,
178 getPayOrderByOrderId, 178 getPayOrderByOrderId,
179 - 179 + couponRuleParkPage,
180 180
181 181
182 182
pages/businessCard/businessCard.vue
@@ -178,17 +178,17 @@ @@ -178,17 +178,17 @@
178 import common from "../../common/common.js"; 178 import common from "../../common/common.js";
179 export default { 179 export default {
180 data() { 180 data() {
181 - const currentDate = this.getDate({  
182 - format: true  
183 - }) 181 + // const currentDate = this.getDate({
  182 + // format: true
  183 + // })
184 return { 184 return {
185 title: 'picker', 185 title: 'picker',
186 array: ['全部', '充值', '支付'], 186 array: ['全部', '充值', '支付'],
187 arrayWay: ['所有方式', '微信', '线下公对公'], 187 arrayWay: ['所有方式', '微信', '线下公对公'],
188 index: 0, 188 index: 0,
189 indexWay: 0, 189 indexWay: 0,
190 - benginDate: currentDate,  
191 - overDate: currentDate, 190 + // benginDate: currentDate,
  191 + // overDate: currentDate,
192 rows: [], 192 rows: [],
193 pageNum: 1,//当前页 193 pageNum: 1,//当前页
194 pageSize: 1,//每页条数 194 pageSize: 1,//每页条数
@@ -225,7 +225,7 @@ export default { @@ -225,7 +225,7 @@ export default {
225 } 225 }
226 // 首页信息获取 接口 226 // 首页信息获取 接口
227 that.$myRequest({ 227 that.$myRequest({
228 - url: that.$common.getBusinessParkOrderByBusIdForPage, 228 + url: that.$common.couponRuleParkPage,
229 method: 'POST', 229 method: 'POST',
230 data: that.$common.requestSign(paramsData) 230 data: that.$common.requestSign(paramsData)
231 }).then(res => { 231 }).then(res => {