Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-annual-summary
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-annual-summary
提交
d17fa9d2
提交
d17fa9d2
编写于
11月 03, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
去掉默认值等
上级
9ddc7c9d
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
14 行增加
和
6 行删除
+14
-6
coupon-list.vue
src/views/coupon/coupon-list.vue
+10
-5
goods-detail.vue
src/views/goods-detail.vue
+4
-1
未找到文件。
src/views/coupon/coupon-list.vue
浏览文件 @
d17fa9d2
...
@@ -236,7 +236,7 @@ export default {
...
@@ -236,7 +236,7 @@ export default {
component_tag
:
`506#50602#
${
item
.
couponId
}
#
${
item
.
couponName
}
`
component_tag
:
`506#50602#
${
item
.
couponId
}
#
${
item
.
couponName
}
`
});
});
}
}
// 去使用
if
(
item
.
couponStatus
==
1
)
{
if
(
item
.
couponStatus
==
1
)
{
let
pageUrl
=
""
;
let
pageUrl
=
""
;
// 如果适用的商品(卡)个数多于一个,则跳转到商品列表
// 如果适用的商品(卡)个数多于一个,则跳转到商品列表
...
@@ -246,6 +246,7 @@ export default {
...
@@ -246,6 +246,7 @@ export default {
}
else
{
}
else
{
item
.
couponMappingModelList
.
length
&&
this
.
getCardInfoByProvinceId
(
item
);
item
.
couponMappingModelList
.
length
&&
this
.
getCardInfoByProvinceId
(
item
);
}
}
// 立即领取
}
else
{
}
else
{
this
.
receiveCouponByid
(
item
.
couponId
);
this
.
receiveCouponByid
(
item
.
couponId
);
}
}
...
@@ -264,10 +265,14 @@ export default {
...
@@ -264,10 +265,14 @@ export default {
this
.
POST
(
"trade/goods/cardList_v2"
,
param
).
then
(
res
=>
{
this
.
POST
(
"trade/goods/cardList_v2"
,
param
).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
let
good
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
''
,
name
:
"职称考精讲课程卡"
};
let
good
=
(
res
.
data
&&
res
.
data
[
0
])
||
{
id
:
''
,
name
:
"职称考精讲课程卡"
};
let
pageUrl
=
getWebPageUrl
(
if
(
good
.
id
)
{
`profexam/#/goods-detail?goodsId=
${
good
.
id
}
`
let
pageUrl
=
getWebPageUrl
(
);
`profexam/#/goods-detail?goodsId=
${
good
.
id
}
`
this
.
jumpForCoupon
(
pageUrl
);
);
this
.
jumpForCoupon
(
pageUrl
);
}
else
{
Toast
(
"相关商品已下架"
);
}
}
}
});
});
},
},
...
...
src/views/goods-detail.vue
浏览文件 @
d17fa9d2
...
@@ -214,7 +214,7 @@ export default {
...
@@ -214,7 +214,7 @@ export default {
let
href
=
location
.
href
;
let
href
=
location
.
href
;
this
.
shareUrl
=
href
;
this
.
shareUrl
=
href
;
this
.
projectId
=
this
.
$route
.
query
.
projectId
;
this
.
projectId
=
this
.
$route
.
query
.
projectId
;
this
.
goodsId
=
this
.
$route
.
query
.
goodsId
||
74
;
this
.
goodsId
=
this
.
$route
.
query
.
goodsId
;
this
.
courseUrl
=
this
.
$route
.
query
.
courseUrl
||
""
;
//
this
.
courseUrl
=
this
.
$route
.
query
.
courseUrl
||
""
;
//
this
.
shareUrl
=
getWebPageUrl
(
this
.
shareUrl
=
getWebPageUrl
(
`profexam/#/goods-detail?goodsId=
${
this
.
goodsId
}
`
`profexam/#/goods-detail?goodsId=
${
this
.
goodsId
}
`
...
@@ -451,6 +451,9 @@ export default {
...
@@ -451,6 +451,9 @@ export default {
// 获取商品信息
// 获取商品信息
getGoodsInfo
()
{
getGoodsInfo
()
{
if
(
!
this
.
goodsId
)
{
return
;
}
this
.
commonCheckToken
(()
=>
{
this
.
commonCheckToken
(()
=>
{
this
.
GET
(
`trade/goods/goodInfoV3/
${
this
.
goodsId
}
`
,
{}).
then
(
res
=>
{
this
.
GET
(
`trade/goods/goodInfoV3/
${
this
.
goodsId
}
`
,
{}).
then
(
res
=>
{
if
(
res
.
code
==
"000000"
)
{
if
(
res
.
code
==
"000000"
)
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录