建日程抽大奖

2016-11-15  本文已影响9人  亭止

'use strict'

import React, { Component } from 'react';

import {  StyleSheet,  View,  Image,  Text,  ListView,  TouchableHighlight,  TouchableOpacity,  Dimensions,  ScrollView,} from 'react-native';

import Page from './../../Page';

import ShareModal from './../../common/share/ShareModalPage';

import HTTPService from '../../common/HTTPService';

import Utils from '../../common/Utils';

import ProgressBarView from '../../component/ProgressBarView';

const HTTP = new HTTPService();

export default class scheduleLucky extends Page{  constructor(props){

    super(props);    

this.shareImg = require('../../image/basic/share_icon.png');  

  this.state={   

   dataSource:[],    

  showTop:true,  

    showRight:true,   

   headTxt:'建日程抽大奖',   

   showLeft:true,    

  rightImg:this.shareImg,      rightClick:this._toShare.bind(this), 

   } 

 }//constructor(props) END  

_toShare(){   

 this.ShareModal._setModalVisible(true); 

 }  

  pageView(){     

 return(

第N期

60%

300

本周所有用户达标日程180,还差120条日程,即可抽奖

你还未获得抽奖码,创建1条日程即可获得!

你已获得1个抽奖码,连续5天(周一~周五)创建日程可再获得1个抽奖码;

你已经获得2个抽奖码,赞!

this.ShareModal=ref}  navigator={this.navigator}>);    }}//default class END

上一篇下一篇

猜你喜欢

热点阅读