|
@@ -344,7 +344,7 @@
|
|
|
shareUser: shareUser
|
|
|
})
|
|
|
} src="../static/img/doubleElevenActivity/share.png" />
|
|
|
- <div class="share-num" data-obj=${
|
|
|
+ <div class="share-num ${shareCount === quantity?'gray':''}" data-obj=${
|
|
|
JSON.stringify({
|
|
|
totalMoney: totalMoney,
|
|
|
couponRandomId: couponRandomId,
|
|
@@ -413,9 +413,13 @@
|
|
|
})
|
|
|
//点击参加按钮
|
|
|
$('.join-activity-btn')[0].addEventListener('click',()=>{
|
|
|
- if (isAndroid) {
|
|
|
- window.native.startPurchase();
|
|
|
- operate('dt_双11_h5_快来参加双11');
|
|
|
+ if(obj.money){
|
|
|
+ window.location.href = 'http://test.androidscloud.com/h5/microserviceUserH5/vcloud/downApp.html'
|
|
|
+ }else{
|
|
|
+ if (isAndroid) {
|
|
|
+ window.native.startPurchase();
|
|
|
+ operate('dt_双11_h5_快来参加双11');
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
//点击领取
|