Commit 510601e4f3bf743a9672dc170d6c45d02abab783
1 parent
0b9d5f71
商户卡券
Showing
2 changed files
with
8 additions
and
8 deletions
common/common.js
| ... | ... | @@ -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 | 176 | //刘淇接口 |
| 177 | 177 | getBusinessParkOrderByBusIdForPage, |
| 178 | 178 | getPayOrderByOrderId, |
| 179 | - | |
| 179 | + couponRuleParkPage, | |
| 180 | 180 | |
| 181 | 181 | |
| 182 | 182 | ... | ... |
pages/businessCard/businessCard.vue
| ... | ... | @@ -178,17 +178,17 @@ |
| 178 | 178 | import common from "../../common/common.js"; |
| 179 | 179 | export default { |
| 180 | 180 | data() { |
| 181 | - const currentDate = this.getDate({ | |
| 182 | - format: true | |
| 183 | - }) | |
| 181 | + // const currentDate = this.getDate({ | |
| 182 | + // format: true | |
| 183 | + // }) | |
| 184 | 184 | return { |
| 185 | 185 | title: 'picker', |
| 186 | 186 | array: ['全部', '充值', '支付'], |
| 187 | 187 | arrayWay: ['所有方式', '微信', '线下公对公'], |
| 188 | 188 | index: 0, |
| 189 | 189 | indexWay: 0, |
| 190 | - benginDate: currentDate, | |
| 191 | - overDate: currentDate, | |
| 190 | + // benginDate: currentDate, | |
| 191 | + // overDate: currentDate, | |
| 192 | 192 | rows: [], |
| 193 | 193 | pageNum: 1,//当前页 |
| 194 | 194 | pageSize: 1,//每页条数 |
| ... | ... | @@ -225,7 +225,7 @@ export default { |
| 225 | 225 | } |
| 226 | 226 | // 首页信息获取 接口 |
| 227 | 227 | that.$myRequest({ |
| 228 | - url: that.$common.getBusinessParkOrderByBusIdForPage, | |
| 228 | + url: that.$common.couponRuleParkPage, | |
| 229 | 229 | method: 'POST', |
| 230 | 230 | data: that.$common.requestSign(paramsData) |
| 231 | 231 | }).then(res => { | ... | ... |