提交 cde8b6cc 编写于 作者: guangjun.yang's avatar guangjun.yang

分享文案等

上级 4dc8a7f8
...@@ -183,9 +183,9 @@ export default { ...@@ -183,9 +183,9 @@ export default {
this.wechatShare( this.wechatShare(
{ {
link: this.shareUrl, link: this.shareUrl,
title: "优惠券中心", title: "我在抢优惠券,你也快来吧!",
friendtitle: "优惠券中心", friendtitle: "限时优惠,机不可失!",
desc: "优惠券中心", desc: "限时优惠,机不可失!",
imgUrl: "https://file.yunqueyi.com/logo.png" imgUrl: "https://file.yunqueyi.com/logo.png"
}, },
() => { () => {
......
...@@ -286,8 +286,8 @@ export default { ...@@ -286,8 +286,8 @@ export default {
// 查询我的可用优惠券 // 查询我的可用优惠券
getCanUseCoupons(params) { getCanUseCoupons(params) {
const { goodsType, cardType } = params; const { goodsType, cardType, price } = params;
this.GET(`trade/coupon/app/goodsCoupons`, { goodsType, cardType }).then( this.GET(`trade/coupon/app/goodsCoupons`, { goodsType, cardType, amount: price }).then(
res => { res => {
if (res.code == "000000") { if (res.code == "000000") {
params.count = (res.data || []).length; params.count = (res.data || []).length;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册