Commit c71edfec authored by wjf's avatar wjf

l

parent 477b5530
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
resource/map/guide_tip.png

21.1 KB | W: | H:

resource/map/guide_tip.png

33 KB | W: | H:

resource/map/guide_tip.png
resource/map/guide_tip.png
resource/map/guide_tip.png
resource/map/guide_tip.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -8442,5 +8442,5 @@ export const ResJson = { ...@@ -8442,5 +8442,5 @@ export const ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/1597903646/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/1609839558/resource/"
} }
\ No newline at end of file
...@@ -22,7 +22,7 @@ export class BuyPowerPanel extends Panel { ...@@ -22,7 +22,7 @@ export class BuyPowerPanel extends Panel {
initUi() { initUi() {
const btnTxt: TextField = this.exchangeBtn.addChild(Tools.getText( const btnTxt: TextField = this.exchangeBtn.addChild(Tools.getText(
'1店铺积分', 36, '#ffffff', '20店铺积分', 36, '#ffffff',
TEXT_ALIGN.CENTER, this.exchangeBtn.width, 0, -6 TEXT_ALIGN.CENTER, this.exchangeBtn.width, 0, -6
)); ));
......
...@@ -18,7 +18,8 @@ export class CreditsOutPanel extends Panel { ...@@ -18,7 +18,8 @@ export class CreditsOutPanel extends Panel {
this.earnBtn.addEventListener(FYGE.MouseEvent.CLICK, () => { this.earnBtn.addEventListener(FYGE.MouseEvent.CLICK, () => {
Tools.btnDelay(this); Tools.btnDelay(this);
sendTbNet(TbNetName.navigateToOutside, { sendTbNet(TbNetName.navigateToOutside, {
url: "https://market.m.taobao.com/app/tb-source-app/shopact/pages/index?wh_weex=true&pathInfo=shop/activity&userId=2275046294&shopId=114637892&pageId=187145736&alisite=true" // url: "https://market.m.taobao.com/app/tb-source-app/shopact/pages/index?wh_weex=true&pathInfo=shop/activity&userId=2275046294&shopId=114637892&pageId=187145736&alisite=true"
url: "https://market.m.taobao.com/app/tb-source-app/shopact/pages/index?wh_weex=true&pathInfo=shop/activity&userId=2275046294&shopId=114637892&pageId=260556557&alisite=true"
})//赚积分路径 })//赚积分路径
}, this) }, this)
} }
......
...@@ -84,7 +84,7 @@ export class LoadingScene extends Scene { ...@@ -84,7 +84,7 @@ export class LoadingScene extends Scene {
GTool.randomT([ GTool.randomT([
"提示:固定关卡可抽取通关奖励哟!", "提示:固定关卡可抽取通关奖励哟!",
"开心趣消消,烦恼全抛掉!", "开心趣消消,烦恼全抛掉!",
"解锁120关,最高可得TF彩妆礼盒、\nDyson吹风机!" "解锁120关最高可得TF彩妆礼盒"
]), ]),
28, 28,
"#ae3830", "#ae3830",
......
...@@ -394,6 +394,7 @@ export class PlayScene extends Scene { ...@@ -394,6 +394,7 @@ export class PlayScene extends Scene {
this.addChild(this.elementContainer); this.addChild(this.elementContainer);
//加遮罩,大遮罩一直都加,小遮罩时时判断 //加遮罩,大遮罩一直都加,小遮罩时时判断
var mask = drawShape(path); var mask = drawShape(path);
mask.hitTestByPixel=false;//临时加上,可能导致点击区域问题,再说,引擎兼容
this.elementContainer.mask = mask; this.elementContainer.mask = mask;
mask.updateShape();//执行一边吧,不然又bug,不更新_localBoundSelf mask.updateShape();//执行一边吧,不然又bug,不更新_localBoundSelf
this.addChild(mask) this.addChild(mask)
......
...@@ -106,6 +106,7 @@ export default class MapUI extends Container { ...@@ -106,6 +106,7 @@ export default class MapUI extends Container {
//显示120关通关人数 //显示120关通关人数
sendTbNet(TbNetName.getAppointCount).then((res) => { sendTbNet(TbNetName.getAppointCount).then((res) => {
if (!res.success) return; if (!res.success) return;
if (!res.data || typeof res.data == 'object') return;
this.addChild(new class extends Sprite { this.addChild(new class extends Sprite {
constructor() { constructor() {
super(RES.getRes("appointCountBg.png")); super(RES.getRes("appointCountBg.png"));
...@@ -122,7 +123,7 @@ export default class MapUI extends Container { ...@@ -122,7 +123,7 @@ export default class MapUI extends Container {
}) })
//轮播的中奖 //轮播的中奖
this.addChild(new LoopMsg()).position.set(0, layers.stageHeight - 100 - 86) // this.addChild(new LoopMsg()).position.set(0, layers.stageHeight - 100 - 86)
//是否显示下一次领取免费体力的icon; //是否显示下一次领取免费体力的icon;
var remindIcon = this.addChild(new RemindIcon()); var remindIcon = this.addChild(new RemindIcon());
remindIcon.position.set(560, layers.stageHeight - 166 - 82); remindIcon.position.set(560, layers.stageHeight - 166 - 82);
...@@ -394,7 +395,7 @@ class PrizeBox extends Button { ...@@ -394,7 +395,7 @@ class PrizeBox extends Button {
const index = getTbData(TbNetName.getIndex).data const index = getTbData(TbNetName.getIndex).data
this.checkTip.text = index.topAward.openPrizeStatus this.checkTip.text = index.topAward.openPrizeStatus
? '已开奖' : '8月31日9点开奖'; ? '已开奖' : '2月20日10点开奖';
this.checkTip.size = 18; this.checkTip.size = 18;
// ? '已开奖' : '等待开奖'; // ? '已开奖' : '等待开奖';
// this.tip.text = `8月31日10点`; // this.tip.text = `8月31日10点`;
...@@ -405,7 +406,7 @@ class PrizeBox extends Button { ...@@ -405,7 +406,7 @@ class PrizeBox extends Button {
//有需要,到时再改 //有需要,到时再改
Tools.btnDelay(this); Tools.btnDelay(this);
showToast(index.topAward.openPrizeStatus showToast(index.topAward.openPrizeStatus
? '已开奖' : '8月31日9点开奖') ? '已开奖' : '2月20日10点开奖')
}, this) }, this)
} else { } else {
let lowerLevel = 120; let lowerLevel = 120;
......
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