YanaDH 7 yıl önce
ebeveyn
işleme
6c54810e71
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      miaomiao/www/js/services/jpushservice.js

+ 1 - 1
miaomiao/www/js/services/jpushservice.js

xqd
@@ -27,7 +27,7 @@
                 var id = obj.extras['cn.jpush.android.EXTRA'].id;
                 var type = obj.extras['cn.jpush.android.EXTRA'].type;
                 if(type == 1){
-                    $state.go('app.home_dreamdetail',{id: id, type: 1});
+                    $state.go('app.message_sys',{id: id, type: 1});
                 }
                 else if(type == 2){
                     $state.go('app.home_dreamdetail',{id: id, type: 2});