0.0.10 • Published 7 years ago

wxjs v0.0.10

Weekly downloads
4
License
-
Repository
github
Last release
7 years ago

wxjs

react版本的微信js基础服务

install

npm install wxjs --save

Development

npm install
npm start

Example

http://github.dxcweb.com/wxjs/

Usage

WopLogin and WopSign

import  {WopLogin,WopSign} from 'wxjs';
...
<WopLogin 
	url="http://wop.dxcweb.com/service/"
    wx_app_id=""
    is_get_user_info={false}
    userInfo={(user)=> (console.log(user))}
>
	<WopSign 
		url="http://wop.dxcweb.com/service/"
        wx_app_id=""
	>
	    <Router history={history}>
			<Route path="/" component={IndexPage}/>
	    </Router>
	</WopSign>
</WopLogin>

WopUploadImgToOss

WopUploadImgToOss(me.wop_url, me.wx_app_id, serverId).then(function (img) {
    
});
0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago