Commit da326908 authored by wjf's avatar wjf

l

parent 0dbab592
......@@ -145,7 +145,7 @@ class ShareCodePanel extends ComponentBase {
onTouchWxBtn() {
this.mark = 0;
this.codeOpr();
NetManager.ins.showLog(getlogItem(84));
NetManager.ins.clickLog(getlogItem(84));
}
onTouchWxpyqBtn() {
this.mark = 1;
......@@ -154,12 +154,12 @@ class ShareCodePanel extends ComponentBase {
onTouchWeiboBtn() {
this.mark = 2;
this.codeOpr();
NetManager.ins.showLog(getlogItem(85));
NetManager.ins.clickLog(getlogItem(85));
}
onTouchQqBtn() {
this.mark = 3;
this.codeOpr();
NetManager.ins.showLog(getlogItem(86));
NetManager.ins.clickLog(getlogItem(86));
}
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