| | |
| | | |
| | | //标题图片 |
| | | imageUrlTitle: '', |
| | | imageUrlHead: '', |
| | | imageUrlButton: '', |
| | | imageUrlHead: basePath + "/image/signHead.png", |
| | | imageUrlButton: basePath + "/image/signButton.png", |
| | | imageUrlState: '', |
| | | |
| | | //字体颜色 |
| | |
| | | let activitySignAwardSets = []; |
| | | for (let i = 0; i < _this.editableTabs.length; i++) { |
| | | let prize = _this.editableTabs[i].content; |
| | | let name = _this.editableTabs[i].title; |
| | | let awardRule = 2; |
| | | if(name == "签到日常奖励"){ |
| | | awardRule = 1; |
| | | } |
| | | let activitySignAwardSet = { |
| | | cumulativeDay: prize.cumulativeDay, |
| | | awardRule: awardRule, |
| | | awardType: prize.awardType, |
| | | awardName: prize.awardName, |
| | | introduceImg: prize.introduceImg, |
| | |
| | | message: data.info, |
| | | type: 'success', |
| | | }); |
| | | parent.layer.close(parent.layer.getFrameIndex(window.name)); |
| | | } |
| | | }); |
| | | }, |