Commit da326908 authored by wjf's avatar wjf

l

parent 0dbab592
...@@ -145,7 +145,7 @@ class ShareCodePanel extends ComponentBase { ...@@ -145,7 +145,7 @@ class ShareCodePanel extends ComponentBase {
onTouchWxBtn() { onTouchWxBtn() {
this.mark = 0; this.mark = 0;
this.codeOpr(); this.codeOpr();
NetManager.ins.showLog(getlogItem(84)); NetManager.ins.clickLog(getlogItem(84));
} }
onTouchWxpyqBtn() { onTouchWxpyqBtn() {
this.mark = 1; this.mark = 1;
...@@ -154,12 +154,12 @@ class ShareCodePanel extends ComponentBase { ...@@ -154,12 +154,12 @@ class ShareCodePanel extends ComponentBase {
onTouchWeiboBtn() { onTouchWeiboBtn() {
this.mark = 2; this.mark = 2;
this.codeOpr(); this.codeOpr();
NetManager.ins.showLog(getlogItem(85)); NetManager.ins.clickLog(getlogItem(85));
} }
onTouchQqBtn() { onTouchQqBtn() {
this.mark = 3; this.mark = 3;
this.codeOpr(); this.codeOpr();
NetManager.ins.showLog(getlogItem(86)); NetManager.ins.clickLog(getlogItem(86));
} }
onTouchGoBtn() { onTouchGoBtn() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment