|
@@ -267,10 +267,14 @@ function rotatingEnd(){
|
|
|
|
|
|
function wheelResBtn() {
|
|
|
if(raffleResult.prize.title === 'Coupon') {
|
|
|
- window.scrollTo({
|
|
|
- top: pickedSection.value.getBoundingClientRect().top,
|
|
|
- behavior: "smooth"
|
|
|
- });
|
|
|
+ // window.scrollTo({
|
|
|
+ // top: pickedSection.value.getBoundingClientRect().top,
|
|
|
+ // behavior: "smooth"
|
|
|
+ // });
|
|
|
+ bridge.call('goto_popHomeVC',{});
|
|
|
+ }
|
|
|
+ if(raffleResult.prize.title === 'Points') {
|
|
|
+ bridge.call('goto_pushPointRedeemHairC',{});
|
|
|
}
|
|
|
closePpoup();
|
|
|
}
|