Commit 90e3e76f authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent f97a1da8
{
"current": 0,
"modes": [
{
"title": "分享进",
"page": "pages/pageshou_ye/pageshou_ye",
"pageQuery": "openId=AAGK5ZCBAMaFIi626fKFCdXP&shoestype=3",
"update": true
}
]
}
\ No newline at end of file
...@@ -101,6 +101,11 @@ const apiList = { ...@@ -101,6 +101,11 @@ const apiList = {
handle: 'getPickShoesList', handle: 'getPickShoesList',
method:'post', method:'post',
isShowLoading: false isShowLoading: false
},
notification:{
handle: 'notification',
method:'post',
isShowLoading: false
} }
}; };
......
...@@ -2,13 +2,12 @@ import cloud from '@tbmp/mp-cloud-sdk'; ...@@ -2,13 +2,12 @@ import cloud from '@tbmp/mp-cloud-sdk';
import tbcc from './tbcc-sdk'; import tbcc from './tbcc-sdk';
cloud.init({ cloud.init({
env: 'online' // 云函数环境 test 测试环境 online 线上环境 env: 'test' // 云函数环境 test 测试环境 online 线上环境
}); });
App({ App({
requestType: 'cloud', // yapi,cloud: 云函数
requestType: 'local', // yapi,cloud: 云函数 requestType: 'local', // yapi,cloud: 云函数
cloudName: 'tmallCat', // 主云函数项目名 tmallCat cloudName: 'xtepCard2c', // 主云函数项目名 tmallCat
// cloudName: 'bubbleSurviva', // 主云函数项目名 tmallCat // cloudName: 'bubbleSurviva', // 主云函数项目名 tmallCat
cloud, cloud,
tbcc, tbcc,
...@@ -25,7 +24,7 @@ App({ ...@@ -25,7 +24,7 @@ App({
*/ */
handleQuery(query) { handleQuery(query) {
const { activityId } = query; const { activityId } = query;
this.activityId = activityId || '5f34e1c4964f9706aa7d803c'; this.activityId = activityId || '5f85118f738989848eb9ab4b';
} }
}); });
...@@ -27,15 +27,24 @@ Component({ ...@@ -27,15 +27,24 @@ Component({
}, },
lower(e) { lower(e) {
let getpage = this.data.getpage; let getpage = this.data.getpage;
console.log("lower=========>", e,getpage); console.log("lower=========>", e, getpage);
if(!getpage){ if (!getpage) {
this.getRankData(); // this.getRankData();
} }
}, },
scroll(e) { scroll(e) {
// let scrollTop = e.detail.scrollTop; // let scrollTop = e.detail.scrollTop;
// console.log("scroll=========>", scrollTop); // console.log("scroll=========>", scrollTop);
}, },
changenameShow(name) {
let firststr = name.slice(0, 1);
let endstr = name.slice(-1);
let contstr = "";
for (let i = 0; i < name.length - 2; i++) {
contstr += "*";
}
return firststr + contstr + endstr;
},
async getRankData() { async getRankData() {
let topN = 200; let topN = 200;
let setpagesize = 20; let setpagesize = 20;
...@@ -59,17 +68,22 @@ Component({ ...@@ -59,17 +68,22 @@ Component({
console.log("rankdata=====>", rankdata); console.log("rankdata=====>", rankdata);
const { success, data } = rankdata; const { success, data } = rankdata;
if (success) { if (success) {
const { myData, list } = data; const { myRank, list } = data;
let getpage = false; let getpage = false;
if (list.length < pagesize) { if (list.length < pagesize) {
getpage = true; getpage = true;
} }
myRank.userNick = this.changenameShow(myRank.userNick);
if(!myRank.count)myRank.count=0;
for(let i=0;i<list.length;i++){
let idata = list[i];
idata.userNick = this.changenameShow(idata.userNick);
}
let nrankdata = this.data.rankdata; let nrankdata = this.data.rankdata;
nrankdata.push(...list); nrankdata.push(...list);
this.setData({ this.setData({
rankdata: nrankdata, rankdata: nrankdata,
myData: myData, myData: myRank,
getpage: getpage, getpage: getpage,
pageidx: pageno + 1 pageidx: pageno + 1
}); });
...@@ -84,7 +98,4 @@ Component({ ...@@ -84,7 +98,4 @@ Component({
}); });
this.getRankData(); this.getRankData();
}, },
}); });
\ No newline at end of file
...@@ -32,6 +32,34 @@ ...@@ -32,6 +32,34 @@
transform-origin: 0rpx 0rpx 0rpx; transform-origin: 0rpx 0rpx 0rpx;
text-align: center; text-align: center;
} }
.sui_pian_dan_chuang .sui_piantit1 {
width: 750rpx;
height: 40rpx;
opacity: 1;
display: block;
left: 0rpx;
top: 80rpx;
position: absolute;
font-size: 36rpx;
letter-spacing: 1rpx;
color: #ffffff;
transform-origin: 0rpx 0rpx 0rpx;
text-align: center;
}
.sui_pian_dan_chuang .sui_pian_futit1 {
width: 750rpx;
height: 40rpx;
opacity: 1;
display: block;
left: 0rpx;
top: 130rpx;
position: absolute;
font-size: 36rpx;
letter-spacing: 1rpx;
color: #ffffff;
transform-origin: 0rpx 0rpx 0rpx;
text-align: center;
}
.sui_pian_dan_chuang .image { .sui_pian_dan_chuang .image {
width: 508rpx; width: 508rpx;
height: 335rpx; height: 335rpx;
......
<view class="sui_pian_dan_chuang modal-animate-fade-in diacontmidpos" disable-scroll="true"> <view class="sui_pian_dan_chuang modal-animate-fade-in diacontmidpos" disable-scroll="true">
<label class="sui_piantit">{{tit}}</label> <label class="{{btntype!=5?'sui_piantit':'sui_piantit1'}}">{{tit}}</label>
<label class="sui_pian_futit">{{subtit}}</label> <label class="{{btntype!=5?'sui_pian_futit':'sui_pian_futit1'}}">{{subtit}}</label>
<image class="image" src={{spimg}} /> <image class="image" src={{spimg}} />
<image class="prizekuang1" a:if="{{israre==1}}" src={{resList['2a016267-8fd5-4524-8f7b-e3bdfa541fe1'].url}} /> <image class="prizekuang1" a:if="{{israre==1}}" src={{resList['2a016267-8fd5-4524-8f7b-e3bdfa541fe1'].url}} />
<image class="prizekuang2" a:if="{{israre==2}}" src={{resList['a6f59e24-ff10-4aab-b9c2-3dacf6c91399'].url}} /> <image class="prizekuang2" a:if="{{israre==2}}" src={{resList['a6f59e24-ff10-4aab-b9c2-3dacf6c91399'].url}} />
......
...@@ -40,21 +40,23 @@ Component({ ...@@ -40,21 +40,23 @@ Component({
}, },
//老用户,关闭,新用户加入会员 //老用户,关闭,新用户加入会员
checkJoinVip(){ checkJoinVip(){
const {isvip} = this.props; const {onCheckJoinVip} = this.props;
if(isvip){ onCheckJoinVip&&onCheckJoinVip();
this.onClose(); // const {isvip} = this.props;
}else{ // if(isvip){
this.onJoinVip(); // this.onClose();
} // }else{
// this.onJoinVip();
// }
} }
}, },
didMount() { didMount() {
let { cardType, israre, btntype, spimg ,nearchashare,nearchaprize} = this.props; let { cardType, shoesName,israre, btntype, spimg ,nearchashare,nearchaprize} = this.props;
let tit = "你获得了xx碎片"; let tit = "你获得了xx碎片";
let subtit = ""; let subtit = "";
if (btntype == 1) { if (btntype == 1) {
tit = "你获得了" + cardType + "碎片"; tit = "你获得了" + shoesName + "碎片";
if(nearchashare&&nearchaprize.length>0&&nearchashare<=3){ if(nearchashare&&nearchaprize.length>0&&nearchashare<=3){
subtit = "再召唤"+nearchashare+"位好友就能获得"+nearchaprize; subtit = "再召唤"+nearchashare+"位好友就能获得"+nearchaprize;
} }
...@@ -64,10 +66,15 @@ Component({ ...@@ -64,10 +66,15 @@ Component({
tit = "你的好友邀请你一起集碎片\n赢特步全年12双新款鞋"; tit = "你的好友邀请你一起集碎片\n赢特步全年12双新款鞋";
} else if (btntype == 4) { } else if (btntype == 4) {
tit = "集碎片赢特步新品同款鞋\n你的好友送了你一个卡包"; tit = "集碎片赢特步新品同款鞋\n你的好友送了你一个卡包";
} else { } else if(btntype==5){
tit = "你的好友邀请你为TA助力";
subtit = "赢特步全年12双新鞋随心穿福利";
}else{
console.error("未定义类型23333========》"); console.error("未定义类型23333========》");
} }
if(btntype!=4){
if(btntype==1||btntype==2){
this.onUpdateUinfo(); this.onUpdateUinfo();
} }
this.setData({ this.setData({
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"exclude": [
"server/**"
]
}
{
"success": true,
"message":"网络异常",
"data": {
"showTakeSurprisePrize": true,
"inviteResult":{
"inviteCount":5,
"addDrawTimes":7
}
}
}
\ No newline at end of file
<view class="style1" scroll-y="{{true}}" scroll-top="{{scrolltop}}" disable-scroll="{{canscroll}}"> <scroll-view class="style1" scroll-y={{true}} scroll-top={{100}} disable-scroll={{canscroll}}>
<scroll-view class="shou_ye"> <view class="shou_ye">
<image class="bg" src={{resList['05608aab-d250-45fe-9cd0-6c55b3a7b821'].url}} /> <image class="bg" src={{resList['05608aab-d250-45fe-9cd0-6c55b3a7b821'].url}} />
<view class="homescroll" /> <view class="homescroll" />
<view class="topnode"> <view class="topnode">
<image class="logo" a:if="{{selected==1}}" src={{resList['e9af7f42-3ee4-431d-a3c8-241aeea66377'].url}} /> <image class="logo" a:if="{{selected==1}}" src={{resList['e9af7f42-3ee4-431d-a3c8-241aeea66377'].url}} />
<image class="zhu_biao_ti" src={{resList['cecbcdce-b2df-4fec-a6f7-b6092fe7e4a7'].url}} /> <image class="zhu_biao_ti" src={{resList['cecbcdce-b2df-4fec-a6f7-b6092fe7e4a7'].url}} />
<image class="fu_biao_ti" src={{resList['fb7bd4b1-bbab-4fc3-ad4c-7b61a732205c'].url}} /> <image class="fu_biao_ti" src={{resList['fb7bd4b1-bbab-4fc3-ad4c-7b61a732205c'].url}} />
<image class="gui_ze_an_niu btnclickStyle" src={{resList['a17630e9-f6eb-48a0-b29b-2dea139cea98'].url}} onTap="openRule" /> <image class="gui_ze_an_niu btnclickStyle" src={{resList['a17630e9-f6eb-48a0-b29b-2dea139cea98'].url}} onTap="openRule" />
<image class="jiang_pin_an_niu btnclickStyle" src={{resList['8bcfe781-1dc1-4b0f-9ac7-07e49ce014c8'].url}} onTap="openPrize" /> <image class="jiang_pin_an_niu btnclickStyle" src={{resList['8bcfe781-1dc1-4b0f-9ac7-07e49ce014c8'].url}} onTap="openPrize" />
<image class="pai_xing_an_niu btnclickStyle" a:if="{{selected==2}}" src={{resList['f5fdeecd-fb2f-43e7-b5fd-2efef6ccb8f6'].url}} onTap="openRank" /> <image class="pai_xing_an_niu btnclickStyle" a:if="{{selected==2}}" src={{resList['f5fdeecd-fb2f-43e7-b5fd-2efef6ccb8f6'].url}} onTap="openRank" />
<view class="rolediv" a:if="{{selected==2}}"> <view class="rolediv" a:if="{{selected==2}}">
<image class="playericon" src={{avatar}} /> <image class="playericon" src={{avatar}} />
<label class="xing_ming">{{nickname}}</label> <label class="xing_ming">{{nickname}}</label>
<rich-text class="sprotxt" nodes="{{collectxt}}"></rich-text> <rich-text class="sprotxt" nodes="{{collectxt}}"></rich-text>
</view>
</view>
<view class="contnode">
<view class="pintudiv" a:if="{{selected==2}}">
<image class="pin_tu_di" src={{resList['85f45c26-b7df-4dbc-ae37-5e9325c35677'].url}} />
<image class="pin_tu_di_kuang" src={{resList['2a1adc3a-b4db-47db-bf6e-6f1000e64a83'].url}} />
<view class="pic1{{selected==2&&cardCountList[1]==0?' blackWhiteFilter':''}}">
<image class="picimg1" src={{resList[selshoesname+1].url}} />
<view class="picredot1" a:if="{{selected==2&&cardCountList[1]}}">
<image class="picredotimg1" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum1">{{cardCountList[1]}}</label>
</view>
</view>
<view class="pic2{{selected==2&&cardCountList[2]==0?' blackWhiteFilter':''}}">
<image class="picimg2" src={{resList[selshoesname+2].url}} />
<view class="picredot2" a:if="{{selected==2&&cardCountList[2]}}">
<image class="picredotimg2" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum2">{{cardCountList[2]}}</label>
</view>
</view>
<view class="pic3{{selected==2&&cardCountList[3]==0?' blackWhiteFilter':''}}">
<image class="picimg3" src={{resList[selshoesname+3].url}} />
<view class="picredot3" a:if="{{selected==2&&cardCountList[3]}}">
<image class="picredotimg3" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum3">{{cardCountList[3]}}</label>
</view>
</view>
<view class="pic4{{selected==2&&cardCountList[4]==0?' blackWhiteFilter':''}}">
<image class="picimg4" src={{resList[selshoesname+4].url}} />
<view class="picredot4" a:if="{{selected==2&&cardCountList[4]}}">
<image class="picredotimg4" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum4">{{cardCountList[4]}}</label>
</view>
</view> </view>
<view class="pic5{{selected==2&&cardCountList[5]==0?' blackWhiteFilter':''}}"> </view>
<image class="picimg5" src={{resList[selshoesname+5].url}} /> <view class="contnode">
<view class="picredot5" a:if="{{selected==2&&cardCountList[5]}}"> <view class="pintudiv" a:if="{{selected==2}}">
<image class="picredotimg5" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} /> <image class="pin_tu_di" src={{resList['85f45c26-b7df-4dbc-ae37-5e9325c35677'].url}} />
<label class="picredotnum5">{{cardCountList[5]}}</label> <image class="pin_tu_di_kuang" src={{resList['2a1adc3a-b4db-47db-bf6e-6f1000e64a83'].url}} />
</view> <view class="pic1{{selected==2&&!cardCountList[1]||cardCountList[1]==0?' blackWhiteFilter':''}}">
</view> <image class="picimg1" src={{resList[selshoesname+1].url}} />
<view class="pic6{{selected==2&&cardCountList[6]==0?' blackWhiteFilter':''}}"> <view class="picredot1" a:if="{{selected==2&&cardCountList[1]&&cardCountList[1]>1}}">
<image class="picimg6" src={{resList[selshoesname+6].url}} /> <image class="picredotimg1" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<view class="picredot6" a:if="{{selected==2&&cardCountList[6]}}"> <label class="picredotnum1">{{cardCountList[1]}}</label>
<image class="picredotimg6" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} /> </view>
<label class="picredotnum6">{{cardCountList[6]}}</label> </view>
</view> <view class="pic2{{selected==2&&!cardCountList[2]||cardCountList[2]==0?' blackWhiteFilter':''}}">
</view> <image class="picimg2" src={{resList[selshoesname+2].url}} />
<view class="pic7{{selected==2&&cardCountList[7]==0?' blackWhiteFilter':''}}"> <view class="picredot2" a:if="{{selected==2&&cardCountList[2]&&cardCountList[2]>1}}">
<image class="picimg7" src={{resList[selshoesname+7].url}} /> <image class="picredotimg2" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<view class="picredot7" a:if="{{selected==2&&cardCountList[7]}}"> <label class="picredotnum2">{{cardCountList[2]}}</label>
<image class="picredotimg7" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} /> </view>
<label class="picredotnum7">{{cardCountList[7]}}</label> </view>
<view class="pic3{{selected==2&&!cardCountList[3]||cardCountList[3]==0?' blackWhiteFilter':''}}">
<image class="picimg3" src={{resList[selshoesname+3].url}} />
<view class="picredot3" a:if="{{selected==2&&cardCountList[3]&&cardCountList[3]>1}}">
<image class="picredotimg3" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum3">{{cardCountList[3]}}</label>
</view>
</view>
<view class="pic4{{selected==2&&!cardCountList[4]||cardCountList[4]==0?' blackWhiteFilter':''}}">
<image class="picimg4" src={{resList[selshoesname+4].url}} />
<view class="picredot4" a:if="{{selected==2&&cardCountList[4]&&cardCountList[4]>1}}">
<image class="picredotimg4" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum4">{{cardCountList[4]}}</label>
</view>
</view>
<view class="pic5{{selected==2&&!cardCountList[5]||cardCountList[5]==0?' blackWhiteFilter':''}}">
<image class="picimg5" src={{resList[selshoesname+5].url}} />
<view class="picredot5" a:if="{{selected==2&&cardCountList[5]&&cardCountList[5]>1}}">
<image class="picredotimg5" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum5">{{cardCountList[5]}}</label>
</view>
</view>
<view class="pic6{{selected==2&&!cardCountList[6]||cardCountList[6]==0?' blackWhiteFilter':''}}">
<image class="picimg6" src={{resList[selshoesname+6].url}} />
<view class="picredot6" a:if="{{selected==2&&cardCountList[6]&&cardCountList[6]>1}}">
<image class="picredotimg6" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum6">{{cardCountList[6]}}</label>
</view>
</view>
<view class="pic7{{selected==2&&!cardCountList[7]||cardCountList[7]==0?' blackWhiteFilter':''}}">
<image class="picimg7" src={{resList[selshoesname+7].url}} />
<view class="picredot7" a:if="{{selected==2&&cardCountList[7]&&cardCountList[7]>0}}">
<image class="picredotimg7" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum7">{{cardCountList[7]}}</label>
</view>
</view>
<view class="pic8{{selected==2&&!cardCountList[8]||cardCountList[8]==0?' blackWhiteFilter':''}}">
<image class="picimg8" src={{resList[selshoesname+8].url}} />
<view class="picredot8" a:if="{{selected==2&&cardCountList[8]&&cardCountList[8]>1}}">
<image class="picredotimg8" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum8">{{cardCountList[8]}}</label>
</view>
</view>
<view class="pic9{{selected==2&&!cardCountList[9]||cardCountList[9]==0?' blackWhiteFilter':''}}">
<image class="picimg9" src={{resList[selshoesname+9].url}} />
<view class="picredot9" a:if="{{selected==2&&cardCountList[9]&&cardCountList[9]>1}}">
<image class="picredotimg9" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum9">{{cardCountList[9]}}</label>
</view>
</view> </view>
</view> </view>
<view class="pic8{{selected==2&&cardCountList[8]==0?' blackWhiteFilter':''}}"> <image class="whitept" a:if="{{whitept_v}}" src={{resList['56d322ae-bfcb-4d03-b5bc-81603cb2fe5b'].url}} />
<image class="picimg8" src={{resList[selshoesname+8].url}} /> <view class="ptnode">
<view class="picredot8" a:if="{{selected==2&&cardCountList[8]}}"> <image class="showallimg ptimgani" a:if="{{ptimg_v}}" src={{ptimgbig}} />
<image class="picredotimg8" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum8">{{cardCountList[8]}}</label>
</view>
</view> </view>
<view class="pic9{{selected==2&&cardCountList[9]==0?' blackWhiteFilter':''}}"> <view class="finapt" a:if="{{selected!=2||isduihuan}}">
<image class="picimg9" src={{resList[selshoesname+9].url}} /> <image class="finaptdi" src={{resList['56d322ae-bfcb-4d03-b5bc-81603cb2fe5b'].url}} />
<view class="picredot9" a:if="{{selected==2&&cardCountList[9]}}"> <image class="finaptimg" src={{ptimgbig}} />
<image class="picredotimg9" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="picredotnum9">{{cardCountList[9]}}</label>
</view>
</view> </view>
</view> </view>
<image class="whitept" a:if="{{whitept_v}}" src={{resList['56d322ae-bfcb-4d03-b5bc-81603cb2fe5b'].url}} /> <view class="botnode">
<view class="ptnode"> <view class="selshoes" a:if="{{selected==1}}">
<image class="showallimg ptimgani" a:if="{{ptimg_v}}" src={{ptimgbig}} /> <image class="selshoestit" src={{resList['2ac75073-f5e9-48ee-8d93-84e93f8145fb'].url}} />
</view> <view class="selscroll">
<view class="finapt" a:if="{{selected!=2||isduihuan}}"> <view class="shoes1" onTap="selectShoes1" data-sel=1 >
<image class="finaptdi" src={{resList['56d322ae-bfcb-4d03-b5bc-81603cb2fe5b'].url}} /> <image class="shoesbg1" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} />
<image class="finaptimg" src={{ptimgbig}} /> <image class="shoes1u" a:if="{{nselid!=1}}" src={{resList['506e5b1c-ea0a-4270-baa3-00df8fd137f0'].url}} />
</view> <image class="shoes1s" a:if="{{nselid==1}}" src={{resList['19b614b9-26e8-47f3-a13d-64a94bf03a89'].url}} />
<image class="shoescost1" src={{resList['4c9bde31-742d-46a1-8b66-8110c301049c'].url}} />
</view> <label class="shoeslab1">{{selectShoesList[0]}}</label>
<view class="botnode"> </view>
<view class="selshoes" a:if="{{selected==1}}"> <view class="shoes2" onTap="selectShoes1" data-sel=2 >
<image class="selshoestit" src={{resList['2ac75073-f5e9-48ee-8d93-84e93f8145fb'].url}} /> <image class="shoesbg2" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} />
<view class="selscroll"> <image class="shoes2u" a:if="{{nselid!=2}}" src={{resList['9d30269a-c5b0-4151-97e6-b17c4c529431'].url}} />
<view class="shoes1" onTap="selectShoes1" data-sel=1 > <image class="shoes2s" a:if="{{nselid==2}}" src={{resList['dda70a50-7a0f-4e43-a72b-ec3214b6f57a'].url}} />
<image class="shoesbg1" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} /> <image class="shoescost2" src={{resList['4c9bde31-742d-46a1-8b66-8110c301049c'].url}} />
<image class="shoes1u" a:if="{{nselid!=1}}" src={{resList['506e5b1c-ea0a-4270-baa3-00df8fd137f0'].url}} /> <label class="shoeslab2">{{selectShoesList[1]}}</label>
<image class="shoes1s" a:if="{{nselid==1}}" src={{resList['19b614b9-26e8-47f3-a13d-64a94bf03a89'].url}} /> </view>
<image class="shoescost1" src={{resList['4c9bde31-742d-46a1-8b66-8110c301049c'].url}} /> <view class="shoes3" onTap="selectShoes1" data-sel=3 >
<label class="shoeslab1">{{selectShoesList[0]}}</label> <image class="shoesbg3" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} />
</view> <image class="shoes3u" a:if="{{nselid!=3}}" src={{resList['15318ece-e720-47df-b202-c90441474afe'].url}} />
<view class="shoes2" onTap="selectShoes1" data-sel=2 > <image class="shoes3s" a:if="{{nselid==3}}" src={{resList['bfa49cc2-a46b-4424-8ebd-34703670bc2e'].url}} />
<image class="shoesbg2" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} /> <image class="shoescost3" src={{resList['fbb124cf-3dd7-422d-9ece-82829a61ea08'].url}} />
<image class="shoes2u" a:if="{{nselid!=2}}" src={{resList['9d30269a-c5b0-4151-97e6-b17c4c529431'].url}} /> <label class="shoeslab3">{{selectShoesList[2]}}</label>
<image class="shoes2s" a:if="{{nselid==2}}" src={{resList['dda70a50-7a0f-4e43-a72b-ec3214b6f57a'].url}} /> </view>
<image class="shoescost2" src={{resList['4c9bde31-742d-46a1-8b66-8110c301049c'].url}} /> <view class="shoes4" onTap="selectShoes1" data-sel=4 >
<label class="shoeslab2">{{selectShoesList[1]}}</label> <image class="shoesbg4" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} />
</view> <image class="shoes4u" a:if="{{nselid!=4}}" src={{resList['f9b97eca-e357-40d4-a2c6-18d35ff92da5'].url}} />
<view class="shoes3" onTap="selectShoes1" data-sel=3 > <image class="shoes4s" a:if="{{nselid==4}}" src={{resList['dd93468a-48ec-49ee-b671-52f3d9984146'].url}} />
<image class="shoesbg3" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} /> <image class="shoescost4" src={{resList['389505ae-abe5-4c9f-a834-aad747011108'].url}} />
<image class="shoes3u" a:if="{{nselid!=3}}" src={{resList['15318ece-e720-47df-b202-c90441474afe'].url}} /> <label class="shoeslab4">{{selectShoesList[3]}}</label>
<image class="shoes3s" a:if="{{nselid==3}}" src={{resList['bfa49cc2-a46b-4424-8ebd-34703670bc2e'].url}} /> </view>
<image class="shoescost3" src={{resList['fbb124cf-3dd7-422d-9ece-82829a61ea08'].url}} /> <view class="shoes5" onTap="selectShoes1" data-sel=5 >
<label class="shoeslab3">{{selectShoesList[2]}}</label> <image class="shoesbg5" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} />
</view> <image class="shoes5u" a:if="{{nselid!=5}}" src={{resList['06931733-5817-4871-bac5-f48ed8f1264f'].url}} />
<view class="shoes4" onTap="selectShoes1" data-sel=4 > <image class="shoes5s" a:if="{{nselid==5}}" src={{resList['5f27586e-5964-492f-af13-300fd172ac05'].url}} />
<image class="shoesbg4" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} /> <image class="shoescost5" src={{resList['4c9bde31-742d-46a1-8b66-8110c301049c'].url}} />
<image class="shoes4u" a:if="{{nselid!=4}}" src={{resList['f9b97eca-e357-40d4-a2c6-18d35ff92da5'].url}} /> <label class="shoeslab5">{{selectShoesList[4]}}</label>
<image class="shoes4s" a:if="{{nselid==4}}" src={{resList['dd93468a-48ec-49ee-b671-52f3d9984146'].url}} /> </view>
<image class="shoescost4" src={{resList['389505ae-abe5-4c9f-a834-aad747011108'].url}} /> </view>
<label class="shoeslab4">{{selectShoesList[3]}}</label> <image class="sure1 btnclickStyle" src={{resList['d8ee5a87-8da5-49ba-b4c8-be1b84648789'].url}} onTap="openChoose" />
</view> <!--<image class="sure2" src={{resList['3e0853e3-fee0-46a2-89f6-734ae01e426f'].url}} /> -->
<view class="shoes5" onTap="selectShoes1" data-sel=5 >
<image class="shoesbg5" src={{resList['067fe0e9-a0f1-4ded-9920-e180276e43e5'].url}} />
<image class="shoes5u" a:if="{{nselid!=5}}" src={{resList['06931733-5817-4871-bac5-f48ed8f1264f'].url}} />
<image class="shoes5s" a:if="{{nselid==5}}" src={{resList['5f27586e-5964-492f-af13-300fd172ac05'].url}} />
<image class="shoescost5" src={{resList['4c9bde31-742d-46a1-8b66-8110c301049c'].url}} />
<label class="shoeslab5">{{selectShoesList[4]}}</label>
</view>
</view>
<image class="sure1 btnclickStyle" src={{resList['d8ee5a87-8da5-49ba-b4c8-be1b84648789'].url}} onTap="openChoose" />
<!--<image class="sure2" src={{resList['3e0853e3-fee0-46a2-89f6-734ae01e426f'].url}} /> -->
</view>
<view class="homedi" a:if="{{selected==2}}">
<image class="xinshou_li_he btnclickStyle" a:if="{{giftype==1}}" src={{resList['fdb09ae1-f82f-45c8-bb48-07e2ebd83cc7'].url}} onTap="onOpenGift" />
<image class="liang_xi_li_he btnclickStyle" a:if="{{giftype==2}}" src={{resList['2aecf93a-ded0-413b-8ce8-d93d1c9d3725'].url}} onTap="onOpenGift" />
<image class="jin_li_ren_qi_li_he btnclickStyle" a:if="{{giftype==3&&canTakeRankPrize}}" src={{resList['da0ca4e4-85fe-49da-85b8-d9cf493ec6a2'].url}} onTap="onOpenGift" />
<view class="ji_sui_piangro btnclickStyle" onTap="collectSp" a:if="{{collectedCount!=9}}">
<image class="li_ji_ji_sui_pian" src={{resList['7529fa18-551f-43eb-8fc6-315badcf1e8c'].url}} />
<view class="redinfo">
<image class="redot1" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="redtxt">{{drawTimes}}</label>
</view>
</view> </view>
<image class="dui_huan_xin_pin{{isduihuan?' blackWhiteFilter':''}} btnclickStyle" a:if="{{collectedCount==9}}" catchTap="getSprize" src={{resList['752e0da4-1fc0-42dd-9cd5-d7afd53d317a'].url}} /> <view class="homedi" a:if="{{selected==2}}">
<image class="zhao_huan_hao_you btnclickStyle" onTap="shareAct" src={{resList['f293caf3-cb41-400a-b67d-e8fb59d1857d'].url}} /> <image class="xinshou_li_he btnclickStyle" a:if="{{giftype==1}}" src={{resList['fdb09ae1-f82f-45c8-bb48-07e2ebd83cc7'].url}} onTap="onOpenGift" />
<label class="sharetxt1">{{nearchatxt}}</label> <image class="liang_xi_li_he btnclickStyle" a:if="{{giftype==2}}" src={{resList['2aecf93a-ded0-413b-8ce8-d93d1c9d3725'].url}} onTap="onOpenGift" />
<view class="lei_ji_zhao_huangro"> <image class="jin_li_ren_qi_li_he btnclickStyle" a:if="{{giftype==3&&canTakeRankPrize}}" src={{resList['da0ca4e4-85fe-49da-85b8-d9cf493ec6a2'].url}} onTap="onOpenGift" />
<image class="lei_ji_zhao_huan_tu" src={{resList['7ca9fac0-0acf-45e3-958f-fef73a2c9de2'].url}} /> <view class="ji_sui_piangro btnclickStyle" onTap="collectSp" a:if="{{collectedCount!=9}}">
<image class="lei_ji_zhao_huan_di_tu" src={{resList['aa97f2db-8f2f-4b70-a9ca-4fdc6a15df57'].url}} /> <image class="li_ji_ji_sui_pian" src={{resList['7529fa18-551f-43eb-8fc6-315badcf1e8c'].url}} />
<image class="lei_ji_zhao_huan_jin_du_tu" style="WebkitMaskPosition:{{sharepropos}}" src={{resList['69b5fe6c-10f6-418e-8901-370b52d5f059'].url}} /> <view class="redinfo">
<label class="zhao_huanl1">{{inviteAwardList[0].times}}位好友</label> <image class="redot1" src={{resList['9b49cfcd-9ce8-4fe2-bfc0-17532b0ff35b'].url}} />
<label class="zhao_huanl2">{{inviteAwardList[1].times}}位好友</label> <label class="redtxt">{{drawTimes}}</label>
<label class="zhao_huanl3">{{inviteAwardList[2].times}}位好友</label> </view>
<label class="zhao_huanl4">{{inviteAwardList[3].times}}位好友</label> </view>
</view> <image class="dui_huan_xin_pin{{isduihuan?' blackWhiteFilter':''}} btnclickStyle" a:if="{{collectedCount==9}}" catchTap="getSprize" src={{resList['752e0da4-1fc0-42dd-9cd5-d7afd53d317a'].url}} />
<view class="zhao_huan_jiang_li"> <image class="zhao_huan_hao_you btnclickStyle" onTap="shareAct" src={{resList['f293caf3-cb41-400a-b67d-e8fb59d1857d'].url}} />
<image class="zhao_huan_jiang_liimg" src={{resList['c591e5b6-4085-4c04-bac9-b8dd970c9718'].url}} /> <label class="sharetxt1">{{nearchatxt}}</label>
<view class="prizel1{{inviteAwardList[0].status==1?' blackWhiteFilter':''}}{{inviteAwardList[0].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=0> <view class="lei_ji_zhao_huangro">
<image class="sprize1" src={{resList['0e0a7587-08f3-4ffb-a4bf-4565c1992c30'].url}} /> <image class="lei_ji_zhao_huan_tu" src={{resList['7ca9fac0-0acf-45e3-958f-fef73a2c9de2'].url}} />
<image class="wei_jie_suo1" a:if="{{inviteAwardList[0].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} /> <image class="lei_ji_zhao_huan_di_tu" src={{resList['aa97f2db-8f2f-4b70-a9ca-4fdc6a15df57'].url}} />
<image class="yi_ling_qu1" a:if="{{inviteAwardList[0].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} /> <image class="lei_ji_zhao_huan_jin_du_tu" style="WebkitMaskPosition:{{sharepropos}}" src={{resList['69b5fe6c-10f6-418e-8901-370b52d5f059'].url}} />
<image class="dai_ling_qu1" a:if="{{inviteAwardList[0].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} /> <label class="zhao_huanl1">{{inviteAwardList[0].times}}位好友</label>
<image class="prizenums1" a:if="{{inviteAwardList[0].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} /> <label class="zhao_huanl2">{{inviteAwardList[1].times}}位好友</label>
<label class="prizename1">{{inviteAwardList[0].type==3?"解锁未拥有碎片":inviteAwardList[0].type==2?"随机稀有碎片":"抽碎片次数"}}</label> <label class="zhao_huanl3">{{inviteAwardList[2].times}}位好友</label>
<label class="prizenumstxt1" a:if="{{inviteAwardList[0].type==1}}">{{inviteAwardList[0].rewards}}次</label> <label class="zhao_huanl4">{{inviteAwardList[3].times}}位好友</label>
</view> </view>
<view class="prizel2{{inviteAwardList[1].status==1?' blackWhiteFilter':''}}{{inviteAwardList[1].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=1> <view class="zhao_huan_jiang_li">
<image class="sprize2" src={{resList['6aeff20e-a8da-40ae-843a-2bc652221c80'].url}} /> <image class="zhao_huan_jiang_liimg" src={{resList['c591e5b6-4085-4c04-bac9-b8dd970c9718'].url}} />
<image class="wei_jie_suo2" a:if="{{inviteAwardList[1].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} /> <view class="prizel1{{inviteAwardList[0].status==1?' blackWhiteFilter':''}}{{inviteAwardList[0].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=1>
<image class="yi_ling_qu2" a:if="{{inviteAwardList[1].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} /> <image class="sprize1" src={{resList['0e0a7587-08f3-4ffb-a4bf-4565c1992c30'].url}} />
<image class="dai_ling_qu2" a:if="{{inviteAwardList[1].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} /> <image class="wei_jie_suo1" a:if="{{inviteAwardList[0].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} />
<image class="prizenums2" a:if="{{inviteAwardList[1].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} /> <image class="yi_ling_qu1" a:if="{{inviteAwardList[0].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} />
<label class="prizename2">{{inviteAwardList[1].type==3?"解锁未拥有碎片":inviteAwardList[1].type==2?"随机稀有碎片":"抽碎片次数"}}</label> <image class="dai_ling_qu1" a:if="{{inviteAwardList[0].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} />
<label class="prizenumstxt2" a:if="{{inviteAwardList[1].type==1}}">{{inviteAwardList[1].rewards}}次</label> <image class="prizenums1" a:if="{{inviteAwardList[0].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} />
</view> <label class="prizename1">{{inviteAwardList[0].type==3?"解锁未拥有碎片":inviteAwardList[0].type==2?"随机稀有碎片":"抽碎片次数"}}</label>
<view class="prizel3{{inviteAwardList[2].status==1?' blackWhiteFilter':''}}{{inviteAwardList[2].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=2> <label class="prizenumstxt1" a:if="{{inviteAwardList[0].type==1}}">{{inviteAwardList[0].rewards+""}}次</label>
<image class="sprize3" src={{resList['6aeff20e-a8da-40ae-843a-2bc652221c80'].url}} /> </view>
<image class="wei_jie_suo3" a:if="{{inviteAwardList[2].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} /> <view class="prizel2{{inviteAwardList[1].status==1?' blackWhiteFilter':''}}{{inviteAwardList[1].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=2>
<image class="yi_ling_qu3" a:if="{{inviteAwardList[2].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} /> <image class="sprize2" src={{resList['6aeff20e-a8da-40ae-843a-2bc652221c80'].url}} />
<image class="dai_ling_qu3" a:if="{{inviteAwardList[2].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} /> <image class="wei_jie_suo2" a:if="{{inviteAwardList[1].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} />
<image class="prizenums3" a:if="{{inviteAwardList[2].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} /> <image class="yi_ling_qu2" a:if="{{inviteAwardList[1].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} />
<label class="prizename3">{{inviteAwardList[2].type==3?"解锁未拥有碎片":inviteAwardList[2].type==2?"随机稀有碎片":"抽碎片次数"}}</label> <image class="dai_ling_qu2" a:if="{{inviteAwardList[1].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} />
<label class="prizenumstxt3" a:if="{{inviteAwardList[2].type==1}}">{{inviteAwardList[2].rewards}}次</label> <image class="prizenums2" a:if="{{inviteAwardList[1].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} />
</view> <label class="prizename2">{{inviteAwardList[1].type==3?"解锁未拥有碎片":inviteAwardList[1].type==2?"随机稀有碎片":"抽碎片次数"}}</label>
<view class="prizel4{{inviteAwardList[3].status==1?' blackWhiteFilter':''}}{{inviteAwardList[3].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=3> <label class="prizenumstxt2" a:if="{{inviteAwardList[1].type==1}}">{{inviteAwardList[1].rewards+""}}次</label>
<image class="sprize4" src={{resList['e59cd832-5a10-4d15-bfc6-875d702e2726'].url}} /> </view>
<image class="wei_jie_suo4" a:if="{{inviteAwardList[3].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} /> <view class="prizel3{{inviteAwardList[2].status==1?' blackWhiteFilter':''}}{{inviteAwardList[2].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=3>
<image class="yi_ling_qu4" a:if="{{inviteAwardList[3].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} /> <image class="sprize3" src={{resList['6aeff20e-a8da-40ae-843a-2bc652221c80'].url}} />
<image class="dai_ling_qu4" a:if="{{inviteAwardList[3].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} /> <image class="wei_jie_suo3" a:if="{{inviteAwardList[2].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} />
<image class="prizenums4" a:if="{{inviteAwardList[3].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} /> <image class="yi_ling_qu3" a:if="{{inviteAwardList[2].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} />
<label class="prizename4">{{inviteAwardList[3].type==3?"解锁未拥有碎片":inviteAwardList[3].type==2?"随机稀有碎片":"抽碎片次数"}}</label> <image class="dai_ling_qu3" a:if="{{inviteAwardList[2].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} />
<label class="prizenumstxt4" a:if="{{inviteAwardList[3].type==1}}">{{inviteAwardList[3].rewards}}次</label> <image class="prizenums3" a:if="{{inviteAwardList[2].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} />
</view> <label class="prizename3">{{inviteAwardList[2].type==3?"解锁未拥有碎片":inviteAwardList[2].type==2?"随机稀有碎片":"抽碎片次数"}}</label>
<label class="prizenumstxt3" a:if="{{inviteAwardList[2].type==1}}">{{inviteAwardList[2].rewards+""}}次</label>
</view>
<view class="prizel4{{inviteAwardList[3].status==1?' blackWhiteFilter':''}}{{inviteAwardList[3].status==2?' btnclickStyle':''}}" onTap="getSarePrize" data-pidx=4>
<image class="sprize4" src={{resList['e59cd832-5a10-4d15-bfc6-875d702e2726'].url}} />
<image class="wei_jie_suo4" a:if="{{inviteAwardList[3].status==1}}" src={{resList['e3e0ee1d-d967-4e71-9a65-7f993c0c64e9'].url}} />
<image class="yi_ling_qu4" a:if="{{inviteAwardList[3].status==3}}" src={{resList['7900e00b-1490-4a6c-848d-0508174c15fc'].url}} />
<image class="dai_ling_qu4" a:if="{{inviteAwardList[3].status==2}}" src={{resList['137464f5-e3af-4bcf-9e5a-f329d03ebfcc'].url}} />
<image class="prizenums4" a:if="{{inviteAwardList[3].type==1}}" src={{resList['262b288e-57dd-4607-978a-b3da8a6d6d1a'].url}} />
<label class="prizename4">{{inviteAwardList[3].type==3?"解锁未拥有碎片":inviteAwardList[3].type==2?"随机稀有碎片":"抽碎片次数"}}</label>
<label class="prizenumstxt4" a:if="{{inviteAwardList[3].type==1}}">{{inviteAwardList[3].rewards+""}}次</label>
</view>
</view>
<image class="hui_yuan_zhuan_qu" onTap="registerVip" src={{resList['d1159e9d-900f-45cf-874f-f7efec6ad918'].url}} />
<image class="shuang_shi_yi_zhuan_qu" onTap="registerD11" src={{resList['e9a0ad73-6fe7-40bd-98cc-9a985bc413e7'].url}} />
</view> </view>
<image class="hui_yuan_zhuan_qu" onTap="registerVip" src={{resList['d1159e9d-900f-45cf-874f-f7efec6ad918'].url}} />
<image class="shuang_shi_yi_zhuan_qu" onTap="registerD11" src={{resList['e9a0ad73-6fe7-40bd-98cc-9a985bc413e7'].url}} />
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
</view>
<dialog-modal a:if="{{showdia}}"></dialog-modal> <dialog-modal a:if="{{showdia}}"></dialog-modal>
<view class="page-game" disable-scroll="true"> <view class="page-game" disable-scroll="true">
<canvas disable-scroll="true" id="canvas" class="canvas" onTouchStart="onMouseEvent" onTouchMove="onMouseEvent" onTouchEnd="onMouseEvent" onReady="onCanvasReady"> <canvas disable-scroll="true" id="canvas" class="canvas" onTouchStart="onMouseEvent" onTouchMove="onMouseEvent" onTouchEnd="onMouseEvent" onReady="onCanvasReady">
...@@ -211,8 +210,8 @@ ...@@ -211,8 +210,8 @@
</view> </view>
<rule-modal a:if="{{rule_v}}" onClose="closeRule" ruletxt={{rule}}></rule-modal> <rule-modal a:if="{{rule_v}}" onClose="closeRule" ruletxt={{rule}}></rule-modal>
<rank-modal a:if="{{rank_v}}" onClose="closeRank"></rank-modal> <rank-modal a:if="{{rank_v}}" onClose="closeRank"></rank-modal>
<attion-modal a:if="{{attion_v}}" onClose="closeAttion" onOpenJlGift="onOpenJlGift" prizeimg="{{prizeimg}}" prizename="{{prizename}}" prizetype="{{prizetype}}" btntype="{{prizebtntype}}" attionfrom="{{attionfrom}}" ></attion-modal> <attion-modal a:if="{{attion_v}}" onClose="closeAttion" onOpenJlGift="onOpenJlGift" prizeimg="{{prizeimg}}" prizename="{{prizename}}" prizetype="{{prizetype}}" btntype="{{prizebtntype}}" attionfrom="{{attionfrom}}"></attion-modal>
<info-modal a:if="{{info_v}}" onClose="closeInfo" onShareFriends="shareAct" infobtntype="{{infobtntype}}" infotopshow="{{infotopshow}}" infotit="{{infotit}}"></info-modal> <info-modal a:if="{{info_v}}" onClose="closeInfo" onShareFriends="shareAct" infobtntype="{{infobtntype}}" infotopshow="{{infotopshow}}" infotit="{{infotit}}"></info-modal>
<sp-modal a:if="{{sp_v}}" onClose="closeSp" onCollectSp="onCollectSp" onShareSp="onShareSp" onJoinGame="onJoinGame" onJoinVip="onJoinVip" onUpdateUinfo="getUserCardInfo" cardType={{cardType}} israre={{israre}} btntype={{btntype}} spimg={{spimg}} nearchashare={{nearchashare}} nearchaprize={{nearchaprize}} ></sp-modal> <sp-modal a:if="{{sp_v}}" onClose="closeSp" onCollectSp="onCollectSp" onShareSp="onShareSp" onJoinGame="onJoinGame" onJoinVip="onJoinVip" onCheckJoinVip="checkJoinVip" onUpdateUinfo="getUserCardInfo" cardType={{cardType}} shoesName={{shoesName}} israre={{israre}} btntype={{btntype}} spimg={{spimg}} nearchashare={{nearchashare}} nearchaprize={{nearchaprize}} ></sp-modal>
<gift-modal a:if="{{gift_v}}" onClose="closeGift" onOpenGift="getOpenNgift"></gift-modal> <gift-modal a:if="{{gift_v}}" onClose="closeGift" onOpenGift="getOpenNgift"></gift-modal>
<choose-modal a:if="{{choose_v}}" onClose="closeChoose" onPickShoes="pickShoesComp" selshoesidx="{{nselid}}"></choose-modal> <choose-modal a:if="{{choose_v}}" onClose="closeChoose" onPickShoes="pickShoesComp" selshoesidx="{{nselid}}"></choose-modal>
\ No newline at end of file
...@@ -13,11 +13,12 @@ const checkSystem = async () => { ...@@ -13,11 +13,12 @@ const checkSystem = async () => {
const { const {
version version
} = await getSystemInfo(); } = await getSystemInfo();
console.log('version', version); // console.log('version', version);
return tbcc.utils.versionCompare(version, '9.8.0'); return tbcc.utils.versionCompare(version, '9.8.0');
} }
Page({ Page({
data: { data: {
resList: resList,
rule_v: false,//规则 rule_v: false,//规则
rank_v: false,//排行 rank_v: false,//排行
attion_v: false,//attion attion_v: false,//attion
...@@ -39,7 +40,7 @@ Page({ ...@@ -39,7 +40,7 @@ Page({
selectShoesList: [ selectShoesList: [
"", "", "", "", "" "", "", "", "", ""
],//选择得鞋子得数量 ],//选择得鞋子得数量
scrolltop:100,//默认滑动位置 scrolltop: 100,//默认滑动位置
//兑换新品动画 //兑换新品动画
whitept_v: false,//白底动画 whitept_v: false,//白底动画
ptimg_v: false,//拼图整图 ptimg_v: false,//拼图整图
...@@ -93,19 +94,23 @@ Page({ ...@@ -93,19 +94,23 @@ Page({
//选鞋阶段,单选不可取消 //选鞋阶段,单选不可取消
nselid: 1,//默认选中1,,,,psd顺序,1-机甲,2-减震,3-二次元,4-山海,5--暂无,定山海 nselid: 1,//默认选中1,,,,psd顺序,1-机甲,2-减震,3-二次元,4-山海,5--暂无,定山海
//弹窗序列 //弹窗序列
dialogsData:[ dialogsData: [
{
data:{
},
dianame:""
}
], ],
needattion: true,//是否
}, },
onLoad(query) { onLoad(query) {
if (query) {
if (query.openId) {
app.inviteId = query.openId;
}
if (query.shoestype) {
app.shoestype = query.shoestype;
}
}
this.setData({ this.setData({
scrolltop:150 scrolltop: 150
}); });
checkSystem().then(r => { checkSystem().then(r => {
if (!r) { if (!r) {
...@@ -116,55 +121,100 @@ Page({ ...@@ -116,55 +121,100 @@ Page({
} }
}) })
this.setData({ this.getAuth();
resList: resList
});
this.setData({ // this.setData({
nickname: "张三", // nickname: "张三",
avatar: "//yun.duiba.com.cn/spark/assets/28092c7c919a2c8ea9b750fb79abd2416ba8f90f.png" // avatar: "//yun.duiba.com.cn/spark/assets/28092c7c919a2c8ea9b750fb79abd2416ba8f90f.png"
}) // })
app.nickName = "张三"; // app.nickName = "张三";
app.avatar = "//yun.duiba.com.cn/spark/assets/头像test.30f8cbe95c93400e90281b524e1ab7685b7ccb16.png"; // app.avatar = "//yun.duiba.com.cn/spark/assets/头像test.30f8cbe95c93400e90281b524e1ab7685b7ccb16.png";
this.login(); // this.login();
console.log("onload========>"); // console.log("onload========>");
//助力弹窗 //助力弹窗
if(query){ // if (query) {
app.inviteId = query.openId; // app.inviteId = query.openId;
let cardType = query.cardType; // let cardType = query.cardType;
let spimg = resList["shanhaibig"].url; // let spimg = resList["shanhaibig"].url;
this.setData({ // this.setData({
cardType: cardType, // cardType: cardType,
israre: 3, // israre: 3,
spimg: spimg, // spimg: spimg,
btntype: 5 // btntype: 5
}); // });
this.openSp(); // this.openSp();
// }
},
//弹窗序列todo
/**
* 进来弹窗顺序
* 1.助力----zhuli
* 2.新手礼盒----xinshou
* 3.开惊喜礼盒----jinxi
* 4.新邀请多少人提醒----invite
* 5.自动开新手礼盒---xinshouprize
*/
openDialogSx() {
let dialogsData = this.data.dialogsData;
if (dialogsData.length > 0) {
let firstdianame = dialogsData[0].dianame;
console.log("序列弹窗===》",firstdianame,this.data.selected);
if(firstdianame!="zhuli"&&this.data.selected!=2){
this.setData({
needattion:true
});
return;
}
let onedata = dialogsData.shift();
let data = onedata.data;
let dianame = onedata.dianame;
console.log("弹窗序列=======》", dianame, data);
this.setData(data);
setTimeout(() => {
if (dianame == "zhuli") {
this.openSp();
} else if (dianame == "xinshou") {
this.openGift();
} else if (dianame == "jinxi") {
this.openInfo();
} else if (dianame == "invite") {
this.openInfo();
} else if (dianame == "xinshouprize") {
this.getOpenNgift();
}
this.setData({
dialogsData: dialogsData
});
}, 200);
//dianame切换弹窗
} }
}, },
//弹窗序列233 //第一个弹窗
openDialogSx(){ checkOpenAttion() {
let onedata = this.data.dialogsData.shift(); let needattion = this.data.needattion;
let data = onedata.data; console.log("第一个弹窗===>", needattion);
let dianame = onedata.dianame; if (needattion) {
this.setData(data); this.setData({
//dianame切换弹窗 needattion: false
});
this.openDialogSx();
}
}, },
firstShow(e) { firstShow(e) {
console.log("firstshow", Document); // console.log("firstshow", Document);
}, },
onReady() { onReady() {
let main = this.spark_startEngine(); //main.addEventListener.... let main = this.spark_startEngine(); //main.addEventListener....
}, },
spark_startEngine() { spark_startEngine() {
var self = this; var self = this;
console.log("taobao===>my.createCanvas"); // console.log("taobao===>my.createCanvas");
my.createCanvas({ my.createCanvas({
id: 'canvas', id: 'canvas',
success: ccc => { success: ccc => {
console.log("createcanvas======>成功"); // console.log("createcanvas======>成功");
const dpr = my.getSystemInfoSync().pixelRatio; const dpr = my.getSystemInfoSync().pixelRatio;
const windowWidth = my.getSystemInfoSync().windowWidth; const windowWidth = my.getSystemInfoSync().windowWidth;
const windowHeight = my.getSystemInfoSync().windowHeight; const windowHeight = my.getSystemInfoSync().windowHeight;
...@@ -202,19 +252,19 @@ Page({ ...@@ -202,19 +252,19 @@ Page({
let parameter = e.data.parameter; //暂时发现3个需要用户操作的接口 let parameter = e.data.parameter; //暂时发现3个需要用户操作的接口
//定制的授权 //定制的授权
if (netName == "cardani_over") { if (netName == "cardani_over") {
console.log("canvas动画播放完毕=======》"); // console.log("canvas动画播放完毕=======》");
} }
}, },
//鼠标事件 //鼠标事件
onMouseEvent(e) { onMouseEvent(e) {
if (this.main) this.main.stage.onMouseEvent(e); if (this.main) this.main.stage.onMouseEvent(e);
}, },
onShow() { onShow(query) {
console.log("onshow=========>"); console.log("onshow=========>", query);
// 页面显示 // 页面显示
}, },
onHide() { onHide() {
console.log("onhide==========>"); // console.log("onhide==========>");
// 页面隐藏 // 页面隐藏
}, },
/** /**
...@@ -231,10 +281,14 @@ Page({ ...@@ -231,10 +281,14 @@ Page({
console.log('未授权成功', err); console.log('未授权成功', err);
}); });
if (userInfo) { if (userInfo) {
console.log('userInfo', userInfo); // console.log('userInfo', userInfo);
const { nickName, avatar } = userInfo; const { nickName, avatar } = userInfo;
app.nickName = nickName; app.nickName = nickName;
app.avatar = avatar; app.avatar = avatar;
this.setData({
nickname: nickName,
avatar: avatar
});
this.login(); this.login();
} }
}, },
...@@ -243,7 +297,7 @@ Page({ ...@@ -243,7 +297,7 @@ Page({
*/ */
async login() { async login() {
const { nickName, avatar } = app; const { nickName, avatar } = app;
const { success, data } = await API.login({ userNick: nickName, avatar: avatar }).catch(res => { const { success, data } = await API.login({ userNick: nickName, avatar: avatar, isFollow: false }).catch(res => {
commonToast(res && res.message); commonToast(res && res.message);
}) || {}; }) || {};
...@@ -256,10 +310,12 @@ Page({ ...@@ -256,10 +310,12 @@ Page({
* 登录完毕,请求其余数据 * 登录完毕,请求其余数据
*/ */
async init() { async init() {
console.log("获取基本信息"); // console.log("获取基本信息");
this.getactivityData(); this.getactivityData();
console.log("from=====>init");
this.getUserCardInfo(); this.getUserCardInfo();
//获取vip信息
await this.checkIsVip();
}, },
/** /**
* 获取基本信息 * 获取基本信息
...@@ -292,15 +348,47 @@ Page({ ...@@ -292,15 +348,47 @@ Page({
* 更新用户信息 * 更新用户信息
*/ */
async getUserCardInfo() { async getUserCardInfo() {
//进来提示助力
let lselected = this.data.selected;
if (lselected == 0 && app.inviteId && app.shoestype) {//进来,提示助力弹窗
let myid = app.openId;
let inid = app.inviteId;
if (myid == inid) {
return;
} else {
}
let invitename = ["jijia", "jianzhen", "erciyuan", "shanhai", "tiancheng"][Number(app.shoestype) - 1];
let spimg = resList[invitename + "big"].url;
this.addDialogsData({
cardType: 1,
israre: 3,
spimg: spimg,
btntype: 5
}, "zhuli");
}
const userinfo = await API.getUserCardInfo().catch(res => { const userinfo = await API.getUserCardInfo().catch(res => {
commonToast(res && res.message); commonToast(res && res.message);
}) || {}; }) || {};
const { success, data } = userinfo; const { success, data } = userinfo;
if (success) { if (success) {
console.log("我的信息", userinfo);
let { shoesName, cardCountList, collectedCount, canTakeRankPrize, shoesType, inviteResult, hasTakeCollectedPrize, hasTakeFirstPrize } = data; let { shoesName, cardCountList, collectedCount, canTakeRankPrize, shoesType, inviteResult, hasTakeCollectedPrize, hasTakeFirstPrize } = data;
let selected = 2; let selected = 2;
let nselid = 1; let nselid = 1;
if ((!shoesName || shoesName.length == 0) && this.data.selected == 0) {//当前未选择鞋子 if (!collectedCount) {
collectedCount = 0;
for (let k in cardCountList) {
let kdata = Number(cardCountList[k]);
if (kdata > 0) {
collectedCount += 1;
}
}
}
if ((!shoesName || shoesName.length == 0 || !shoesType) && this.data.selected == 0) {//当前未选择鞋子
selected = 1; selected = 1;
shoesName = "jijia"; shoesName = "jijia";
} else {//todo,实际的选鞋 } else {//todo,实际的选鞋
...@@ -310,6 +398,10 @@ Page({ ...@@ -310,6 +398,10 @@ Page({
this.getDrawTimes(); this.getDrawTimes();
this.getInviteAwardsList(); this.getInviteAwardsList();
} }
if (!shoesType) {
shoesType = 1;
}
let selshoesname = ["jijia", "jianzhen", "erciyuan", "shanhai", "tiancheng"][Number(shoesType) - 1];
let collectxt = [ let collectxt = [
{ {
name: "label", name: "label",
...@@ -343,11 +435,12 @@ Page({ ...@@ -343,11 +435,12 @@ Page({
} }
] ]
let ptimgbig = resList[shoesName+"big"].url; let ptimgbig = resList[selshoesname + "big"].url;
this.setData({ this.setData({
selected: selected, selected: selected,
shoesName: shoesName, shoesName: shoesName,
ptimgbig:ptimgbig, ptimgbig: ptimgbig,
cardCountList: cardCountList, cardCountList: cardCountList,
collectedCount: collectedCount, collectedCount: collectedCount,
collectxt: collectxt, collectxt: collectxt,
...@@ -355,34 +448,60 @@ Page({ ...@@ -355,34 +448,60 @@ Page({
shoesType: shoesType, shoesType: shoesType,
inviteResult: inviteResult, inviteResult: inviteResult,
isduihuan: hasTakeCollectedPrize,//是否已领集满奖励 isduihuan: hasTakeCollectedPrize,//是否已领集满奖励
opengift: hasTakeFirstPrize opengift: hasTakeFirstPrize,
selshoesname: selshoesname
}); });
this.checkGiftType();
this.checkOpenNgift(); this.checkOpenNgift();
this.checkOpenInfo1(); // this.checkOpenInfo1();
} else { } else {
if (this.data.selected == 0) { if (this.data.selected == 0) {
let selshoesname = "jijia";
let ptimgbig = resList[selshoesname + "big"].url;
this.setData({ this.setData({
selected: 1 selected: 1,
ptimgbig: ptimgbig,
selshoesname: selshoesname
}); });
} }
this.checkOpenAttion();
} }
//selected==1 //selected==1
if (this.data.selected == 1) { if (this.data.selected == 1) {
this.getPickShoesList(); this.getPickShoesList();
} }
}, },
/**
* 礼盒状态
*/
checkGiftType() {
let canTakeRankPrize = this.data.canTakeRankPrize;
let opengift = this.data.opengift;
let invitecount = this.data.inviteCount;
let giftype = 0;
if (canTakeRankPrize) {
giftype = 3;
} else if (!opengift) {
giftype = 1;
} else if (invitecount < 1) {
giftype = 2;
}
this.setData({
giftype: giftype
});
},
/** /**
* 进首页,弹出新邀请提示 * 进首页,弹出新邀请提示
*/ */
checkOpenInfo1(){ checkOpenInfo1() {
let inviteResult = this.data.inviteResult; let inviteResult = this.data.inviteResult;
let inviteCount = inviteResult.inviteCount; let inviteCount = inviteResult.inviteCount;
let addDrawTimes = inviteResult.addDrawTimes; let addDrawTimes = inviteResult.addDrawTimes;
if(inviteCount>0){ if (inviteCount > 0) {
let infotit = "召回了"+inviteCount+"位好友"; let infotit = "召回了" + inviteCount + "位好友";
if(addDrawTimes>0){ if (addDrawTimes > 0) {
infotit += "\n获得"+addDrawTimes+"次抽碎片机会"; infotit += "\n获得" + addDrawTimes + "次抽碎片机会";
} }
this.setData({ this.setData({
infobtntype: 1, infobtntype: 1,
...@@ -399,7 +518,7 @@ Page({ ...@@ -399,7 +518,7 @@ Page({
const timedata = await API.getDrawTimes().catch(res => { const timedata = await API.getDrawTimes().catch(res => {
commonToast(res && res.message); commonToast(res && res.message);
}) || {}; }) || {};
console.log("抽卡数据", timedata); // console.log("抽卡数据", timedata);
const { success, data } = timedata; const { success, data } = timedata;
if (success) { if (success) {
const { drawTimes } = data; const { drawTimes } = data;
...@@ -416,7 +535,7 @@ Page({ ...@@ -416,7 +535,7 @@ Page({
const shareaward = await API.getInviteAwardsList().catch(res => { const shareaward = await API.getInviteAwardsList().catch(res => {
commonToast(res && res.message); commonToast(res && res.message);
}) || {}; }) || {};
console.log("邀请奖励", shareaward); // console.log("邀请奖励", shareaward);
const { success, data } = shareaward; const { success, data } = shareaward;
if (success) { if (success) {
const { list, inviteCount } = data; const { list, inviteCount } = data;
...@@ -442,7 +561,7 @@ Page({ ...@@ -442,7 +561,7 @@ Page({
if (nearchashare > 0) { if (nearchashare > 0) {
nearchatxt = "再召唤" + nearchashare + "好友必得" + nearchaprize; nearchatxt = "再召唤" + nearchashare + "好友必得" + nearchaprize;
} }
console.log("sharepropos55555555===>", sharepropos, nearchatxt, nearchashare); // console.log("sharepropos55555555===>", sharepropos, nearchatxt, nearchashare);
this.setData({ this.setData({
inviteAwardList: list, inviteAwardList: list,
inviteCount: inviteCount, inviteCount: inviteCount,
...@@ -450,7 +569,8 @@ Page({ ...@@ -450,7 +569,8 @@ Page({
nearchashare: nearchashare, nearchashare: nearchashare,
nearchaprize: nearchaprize, nearchaprize: nearchaprize,
nearchatxt: nearchatxt, nearchatxt: nearchatxt,
}) });
this.checkGiftType();
} }
}, },
/** /**
...@@ -461,12 +581,14 @@ Page({ ...@@ -461,12 +581,14 @@ Page({
let opengift = this.data.opengift; let opengift = this.data.opengift;
let selected = this.data.selected; let selected = this.data.selected;
if (!opengift && selected == 2) {//新人 if (!opengift && selected == 2) {//新人
this.openGift(); // this.openGift();
this.addDialogsData({}, "xinshou");
} else { } else {
// this.setData({ // this.setData({
// opengift: true // opengift: true
// }); // });
} }
this.notification();
}, },
/** /**
* 打开礼盒 * 打开礼盒
...@@ -497,9 +619,9 @@ Page({ ...@@ -497,9 +619,9 @@ Page({
* 领取新人奖励 * 领取新人奖励
*/ */
async getOpenNgift() { async getOpenNgift() {
console.log("领取新人礼===========》?"); // console.log("领取新人礼===========》?");
//领取新人礼 //领取新人礼
await this.checkIsVip();
if (this.data.isVip) { if (this.data.isVip) {
} else { } else {
...@@ -517,7 +639,7 @@ Page({ ...@@ -517,7 +639,7 @@ Page({
if (success) { if (success) {
let { cardType } = data; let { cardType } = data;
let cardname = this.data.shoesName; let cardname = this.data.shoesName;
let spimg = resList[cardname + "" + cardType].url; let spimg = resList[this.data.selshoesname + "" + cardType].url;
let uncommon = false; let uncommon = false;
let btntype = uncommon ? 2 : 1; let btntype = uncommon ? 2 : 1;
this.setData({ this.setData({
...@@ -535,7 +657,9 @@ Page({ ...@@ -535,7 +657,9 @@ Page({
* 进来新老会员区分 * 进来新老会员区分
*/ */
async checkIsVip() { async checkIsVip() {
const uvipinfo = await API.getVipInfo().catch(res => { const uvipinfo = await API.getVipInfo({
inviteId: app.inviteId
}).catch(res => {
commonToast(res && res.message); commonToast(res && res.message);
}) || {}; }) || {};
const { success, data } = uvipinfo; const { success, data } = uvipinfo;
...@@ -547,6 +671,21 @@ Page({ ...@@ -547,6 +671,21 @@ Page({
}); });
} }
}, },
//点击助力
checkJoinVip() {
let isvip = this.data.isVip;
// console.log("点击助力",isvip);
if (isvip) {
this.closeSp();
this.doHelp();
} else {
commonToast('1秒成为会员,即可为TA助力哦', 2000);
let vipLink = this.data.vipLink;
setTimeout(() => {
navigateToOutside(vipLink)
}, 1000)
}
},
/** /**
* 助力 * 助力
*/ */
...@@ -596,6 +735,9 @@ Page({ ...@@ -596,6 +735,9 @@ Page({
showdia: _v, showdia: _v,
canscroll: _v canscroll: _v
}); });
if (_v == false) {
this.openDialogSx();
}
// console.log("切换滑动=====>",this.data.canscroll); // console.log("切换滑动=====>",this.data.canscroll);
}, },
//规则弹窗 //规则弹窗
...@@ -691,16 +833,17 @@ Page({ ...@@ -691,16 +833,17 @@ Page({
}, },
//选鞋完毕 //选鞋完毕
pickShoesComp() { pickShoesComp() {
console.log("选鞋成功3444=======》"); // console.log("选鞋成功3444=======》");
this.closeChoose(); this.closeChoose();
this.setData({ this.setData({
selected: 2 selected: 2
}); });
console.log("from=====>pickShoesComp");
this.getUserCardInfo(); this.getUserCardInfo();
}, },
//prize //prize
openPrize() { openPrize() {
console.log("跳转奖品===todo"); // console.log("跳转奖品===todo");
my.navigateTo({ my.navigateTo({
url: '/pages/myprize/myprize' url: '/pages/myprize/myprize'
}); });
...@@ -729,7 +872,7 @@ Page({ ...@@ -729,7 +872,7 @@ Page({
return false; return false;
} }
console.log("点击集碎片"); // console.log("点击集碎片");
let drawTimes = this.data.drawTimes; let drawTimes = this.data.drawTimes;
if (drawTimes < 1) {//无次数 if (drawTimes < 1) {//无次数
let infotit = "今日免费次数已用完"; let infotit = "今日免费次数已用完";
...@@ -758,12 +901,13 @@ Page({ ...@@ -758,12 +901,13 @@ Page({
// } // }
// } // }
const { success, data } = docardata; const { success, data } = docardata;
console.log("抽卡结果", docardata); // console.log("抽卡结果", docardata);
if (success) { if (success) {
const { cardType, uncommon } = data; const { cardType, uncommon } = data;
let cardname = this.data.shoesName; let cardname = this.data.shoesName;
console.log(cardname, cardType); // console.log(cardname, cardType);
let spimg = resList[cardname + "" + cardType].url;
let spimg = resList[this.data.selshoesname + "" + cardType].url;
let btntype = uncommon ? 2 : 1; let btntype = uncommon ? 2 : 1;
this.setData({ this.setData({
cardType: cardType, cardType: cardType,
...@@ -794,33 +938,33 @@ Page({ ...@@ -794,33 +938,33 @@ Page({
* 分享碎片 * 分享碎片
*/ */
onShareSp() { onShareSp() {
console.log("分享碎片"); // console.log("分享碎片");
this.shareAct(); this.shareAct();
}, },
/** /**
* 助力-会员直接加入游戏 * 助力-会员直接加入游戏
*/ */
onJoinGame() { onJoinGame() {
console.log("会员直接加入"); // console.log("会员直接加入");
}, },
/** /**
* 助力-非会员引导加入会员 * 助力-非会员引导加入会员
*/ */
onJoinVip() { onJoinVip() {
console.log("非会员直接跳转加入vip"); // console.log("非会员直接跳转加入vip");
}, },
//收集完碎片,兑奖 //收集完碎片,兑奖
async getSprize() { async getSprize() {
console.log("兑奖点击"); // console.log("兑奖点击");
let cancontinue = this.checkClickBtn(); let cancontinue = this.checkClickBtn();
if (!cancontinue) { if (!cancontinue) {
return false; return false;
} }
if (this.data.isduihuan) { if (this.data.isduihuan) {
console.log("兑换过了"); // console.log("兑换过了");
return; return;
} }
console.log("收集碎片完毕,去兑奖"); // console.log("收集碎片完毕,去兑奖");
// let collectPrize = await API.takeCollectedPrize().catch(res => { // let collectPrize = await API.takeCollectedPrize().catch(res => {
// commonToast(res && res.message); // commonToast(res && res.message);
// }) || {}; // }) || {};
...@@ -832,7 +976,7 @@ Page({ ...@@ -832,7 +976,7 @@ Page({
"image": "//yun.duiba.com.cn/spark/assets/原图二次元.a0ae5554ff69d2bd72fe3ad759da2fe6c914f280.jpg" "image": "//yun.duiba.com.cn/spark/assets/原图二次元.a0ae5554ff69d2bd72fe3ad759da2fe6c914f280.jpg"
} }
} }
console.log("兑换结果", collectPrize); // console.log("兑换结果", collectPrize);
const { success, data } = collectPrize; const { success, data } = collectPrize;
this.showPrizePage(success, data, "duihuan"); this.showPrizePage(success, data, "duihuan");
...@@ -844,7 +988,7 @@ Page({ ...@@ -844,7 +988,7 @@ Page({
let glPrizeData = await API.takeRankPrize().catch(res => { let glPrizeData = await API.takeRankPrize().catch(res => {
commonToast(res && res.message); commonToast(res && res.message);
}) || {}; }) || {};
console.log("抽奖结果", glPrizeData); // console.log("抽奖结果", glPrizeData);
const { success, data } = glPrizeData; const { success, data } = glPrizeData;
this.showPrizePage(success, data); this.showPrizePage(success, data);
}, },
...@@ -900,7 +1044,7 @@ Page({ ...@@ -900,7 +1044,7 @@ Page({
if (!cancontinue) { if (!cancontinue) {
return false; return false;
} }
console.log("邀请好友"); // console.log("邀请好友");
// this.setData({ // this.setData({
// whitept_v: false, // whitept_v: false,
// ptimg_v: false, // ptimg_v: false,
...@@ -910,12 +1054,14 @@ Page({ ...@@ -910,12 +1054,14 @@ Page({
}, },
//邀请奖励 //邀请奖励
async getSarePrize(e) { async getSarePrize(e) {
console.log("获取邀请好友奖励", e); // console.log("获取邀请好友奖励", e);
let dataset = e.currentTarget.dataset; let dataset = e.currentTarget.dataset;
if (dataset) { if (dataset) {
let pidx = Number(dataset.pidx); let pidx = Number(dataset.pidx);
let pstatus = this.data.inviteAwardList[pidx].status; console.log("领取奖励=====》", pidx);
let sharenums = this.data.inviteAwardList[pidx].times;
let pstatus = this.data.inviteAwardList[pidx - 1].status;
let sharenums = this.data.inviteAwardList[pidx - 1].times;
console.log("邀请好友奖励=====》", pidx, pstatus, sharenums); console.log("邀请好友奖励=====》", pidx, pstatus, sharenums);
if (pstatus == 2) {//点击领取 if (pstatus == 2) {//点击领取
...@@ -923,7 +1069,7 @@ Page({ ...@@ -923,7 +1069,7 @@ Page({
if (!cancontinue) { if (!cancontinue) {
return false; return false;
} }
console.log("发起请求=======》");
let invitePrize = await API.takeInvitePrize({ let invitePrize = await API.takeInvitePrize({
type: pidx type: pidx
}).catch(res => { }).catch(res => {
...@@ -933,7 +1079,7 @@ Page({ ...@@ -933,7 +1079,7 @@ Page({
if (success) { if (success) {
let { cardType, uncommon, rewardType, addDrawTimes } = data; let { cardType, uncommon, rewardType, addDrawTimes } = data;
if (cardType) {//给卡片 if (cardType) {//给卡片
let cardname = this.data.shoesName; let cardname = this.data.selshoesname;
let spimg = resList[cardname + "" + cardType].url; let spimg = resList[cardname + "" + cardType].url;
let btntype = uncommon ? 2 : 1; let btntype = uncommon ? 2 : 1;
...@@ -953,6 +1099,7 @@ Page({ ...@@ -953,6 +1099,7 @@ Page({
this.openInfo(); this.openInfo();
} }
//领取完毕,更新领取状态 //领取完毕,更新领取状态
console.log("from=====>getSarePrize");
this.getUserCardInfo(); this.getUserCardInfo();
...@@ -962,13 +1109,13 @@ Page({ ...@@ -962,13 +1109,13 @@ Page({
}, },
//会员专区 //会员专区
registerVip() { registerVip() {
console.log("会员专区"); // console.log("会员专区");
let url = this.data.source1; let url = this.data.source1;
navigateToOutside(url); navigateToOutside(url);
}, },
//双十一会场链接 //双十一会场链接
registerD11() { registerD11() {
console.log("双十一专区"); // console.log("双十一专区");
let url = this.data.source2; let url = this.data.source2;
navigateToOutside(url); navigateToOutside(url);
}, },
...@@ -977,11 +1124,11 @@ Page({ ...@@ -977,11 +1124,11 @@ Page({
path, path,
...rest ...rest
} = SHARE_CONFIG; } = SHARE_CONFIG;
console.log('app.openId', app.openId, "shoesname", this.data.shoesName); // console.log('app.openId', app.openId, "shoesname", this.data.shoesName);
if (app.openId) { if (app.openId) {
path = '/pages/pageshou_ye/pageshou_ye' + '?openId=' + app.openId + "&shoestype=" + this.data.shoesName; path = '/pages/pageshou_ye/pageshou_ye' + '?openId=' + app.openId + "&shoestype=" + this.data.shoesType;
} }
console.log('path', path) // console.log('path', path)
return { return {
...rest, ...rest,
...@@ -1002,5 +1149,57 @@ Page({ ...@@ -1002,5 +1149,57 @@ Page({
} else { } else {
return true; return true;
} }
},
//消息通知接口
async notification() {
let infodata = await API.notification().catch(res => {
commonToast(res && res.message);
}) || {};
const { success, data } = infodata;
if (success) {
const { showTakeSurprisePrize, inviteResult } = data;
if (showTakeSurprisePrize) {
this.addDialogsData({
infobtntype: 1,
infotopshow: true,
infotit: "完成了惊喜礼盒\n获得3次抽取碎片机会"
}, "jinxi");
}
if (inviteResult && inviteResult.inviteCount > 0) {
let infotit = "召回了" + inviteResult.inviteCount + "位好友";
if (inviteResult.addDrawTimes > 0) {
infotit += "\n获得" + inviteResult.addDrawTimes + "次抽碎片机会";
}
this.addDialogsData({
infobtntype: 1,
infotopshow: true,
infotit: infotit
}, "invite");
}
}
this.checkOpenAttion();
},
//序列弹窗添数据
addDialogsData(data, dianame) {
let dialogsData = this.data.dialogsData;
let havedia = false;
for (let i = 0; i < dialogsData.length; i++) {
let idata = dialogsData[i];
let idianame = idata.dianame;
if (idianame == dianame) {
havedia = true;
break;
}
}
if (!havedia) {
dialogsData.push({
data: data,
dianame: dianame
});
this.setData({
dialogsData: dialogsData
});
}
} }
}); });
\ No newline at end of file
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