Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Zhu-Arthur
6 years ago
Commit
f6af030d76434bbd6e162f5855bf825ff4b83663
1 parent
1e49b0dd
优惠券立即使用跳转规则修改 review by chenlin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
js/coupon/components/coupon/CouponList.js
js/coupon/components/coupon/CouponList.js
View file @
f6af030
...
...
@@ -49,7 +49,8 @@ export default class CouponList extends Component {
goCouponProductList
(
item
)
{
let
url
=
`
http
:
//m.yohobuy.com?openby:yohobuy={"action":"go.couponProductList",
"params"
:{
"coupon_id"
:
"${item.coupon_id}"
,
"coupon_code"
:
"${item.coupon_code}"
},
"coupon_title"
:
"${item.coupon_name}"
}
`
;
"params"
:{
"coupon_id"
:
"${item.coupon_id}"
,
"coupon_code"
:
"${item.coupon_code}"
,
"title"
:
"优惠活动商品"
,
"coupon_title"
:
"以下商品可使用【${item.coupon_name}】优惠券"
}}
`
;
ReactNative
.
NativeModules
.
YH_CommonHelper
.
jumpWithUrl
(
url
);
}
}
...
...
Please
register
or
login
to post a comment