Commit 370638b8 authored by Mac's avatar Mac

1

parent a68eadff
......@@ -270,7 +270,7 @@ $.fn.dataStatistics = function(options) {
$('.img_btn').click(function() {
let userInfo = JSON.parse(localStorage.userInfo)
if(userInfo.uid && userInfo.uid == '1182'){ //如果为唐杰的号直接跳转
if(userInfo.accountId && userInfo.accountId == '1182'){ //如果为唐杰的号直接跳转
if (options.count != 0) { //判断是可以抢购
window.location.href = `https://activity.oytour.com/html/Rushbuy.html?redemptionPrice=${options.price}&couponId=${options.couponId}&platform=${options.platform}`;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment