play168.js 542 B

1234567891011121314151617181920
  1. function play68_init() {
  2. updateShare(0);
  3. }
  4. function updateShare(bestScore) {
  5. imgUrl = 'http://game.ikongzhong.cn/games/feidegenggao/icon.png';
  6. lineLink = 'http://game.ikongzhong.cn/games/feidegenggao/';
  7. descContent = "我要飞的更高,快来一起飞起来吧!";
  8. updateShareScore(bestScore);
  9. appid = '';
  10. }
  11. function updateShareScore(bestScore) {
  12. if(bestScore > 0) {
  13. shareTitle = "我可以飞到" + bestScore + "米,你能飞多高呢?";
  14. }
  15. else{
  16. shareTitle = "我要飞的更高,快来一起飞起来吧!";
  17. }
  18. }