0.0.7 • Published 4 years ago

ether-polyfill-js v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

ether-polyfill-js

http://wiki.caijj.net/pages/viewpage.action?pageId=95922746

Example Usage

npm install --save ether-polyfill-js

import { jumpTo, shareTo, Loading, Toast } from 'ether-polyfill-js';

 const onclick = function () {
    jumpTo('http://www.baidu.com?search=1');
  };

  const onShare = function () {
    shareTo({ sharePlatform: 'WeChat' });
  };

  const onLoading = function () {
    Loading.show('加载中');

    setTimeout(() => {
      Loading.hide();
    }, 5000);
  };

  // the third parameter should be greater than 1000
  const onToast = () => {
    Toast.info('密码错误', '剩余4次机会哦', 1000);
  };
    
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago