瀏覽代碼

fix: 修复时间获取错误

zhangyuhan 3 年之前
父節點
當前提交
2c84c221eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/js/historypush.js

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/js/historypush.js

@@ -115,7 +115,7 @@ var vm = new Vue({
     // 判断是否推送消息进入,清空缓存值,显示底部导航
     try {
       if (pushUrlTime) {
-        this.setPushTime(this.time)
+        this.setPushTime(pushUrlTime + '_' + pushUrlTime)
         this.revorceOtherData()
         JyObj.hiddenBottom("1")
       }