Skip to content

Commit

Permalink
xiugai
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanghong committed Oct 27, 2016
1 parent 2736800 commit 076cfb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Env from './env';

let config = {
env: Env,
link:'http://daka.jifen.com/index.php'
link:'http://jiangming.kangzishangcheng.net'

};
export default config;
5 changes: 3 additions & 2 deletions src/libs/wxShare.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import config from '../config/config'
var shareWx={
signatureInterface:'/Type/share',
signatureInterface:'/index/getwxconf',
confInterface:'/Type/shareData',
shareConf: {
title: "我已参加早起打卡活动,拥抱清晨,坚持21天!",
Expand Down Expand Up @@ -41,7 +41,8 @@ import config from '../config/config'
wx.ready(function() {
// self.updateShare();
// callback && callback();
_this.getConf(vm,callback);
// _this.getConf(vm,callback);
_this.updateShare(_this.shareConf);
});
wx.error(function(res) {
// alert("微信验证失败\n" + JSON.stringify(res));
Expand Down

0 comments on commit 076cfb4

Please sign in to comment.