瀏覽代碼

other fuck

hanjing 6 年之前
父節點
當前提交
a963d9ef13
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/developSheeptest/java/com/sheep/jiuyan/samllsheep/wxapi/WXEntryActivity.java

+ 2 - 2
app/src/developSheeptest/java/com/sheep/jiuyan/samllsheep/wxapi/WXEntryActivity.java

@@ -19,14 +19,14 @@ public class WXEntryActivity extends WXCallbackActivity {
     public void onCreate(Bundle bundle) {
     public void onCreate(Bundle bundle) {
         super.onCreate(bundle);
         super.onCreate(bundle);
         Log.i("wx auth", "wx auth intent");
         Log.i("wx auth", "wx auth intent");
-        WXAPIUtil.handle(this, getIntent());
+//        WXAPIUtil.handle(this, getIntent());
         finish();
         finish();
     }
     }
 
 
     @Override
     @Override
     public void onNewIntent(Intent newIntent) {
     public void onNewIntent(Intent newIntent) {
         Log.i("wx auth", "wx auth new intent");
         Log.i("wx auth", "wx auth new intent");
-        WXAPIUtil.handle(this, newIntent);
+//        WXAPIUtil.handle(this, newIntent);
         finish();
         finish();
     }
     }