美文网首页
建日程抽大奖

建日程抽大奖

作者: 亭止 | 来源:发表于2016-11-15 17:11 被阅读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

    相关文章

      网友评论

          本文标题:建日程抽大奖

          本文链接:https://www.haomeiwen.com/subject/aqklpttx.html