更改

跳到导航 跳到搜索
删除10字节 、 2020年11月17日 (二) 08:08
无编辑摘要
第495行: 第495行:     
function wantLive(){
 
function wantLive(){
     if(mw.cookie.get('wantLive') != '1'){
+
     if($.cookie('wantLive') != '1'){
 
         if(confirm("想明白生命的意义吗?想真正的……活着吗?")){
 
         if(confirm("想明白生命的意义吗?想真正的……活着吗?")){
             mw.cookie.set( 'wantLive', '1',{expires:30} );
+
             $.cookie( 'wantLive', '1',{expires:30} );
 
         }
 
         }
 
         else{
 
         else{

导航菜单