Browse Source

fix: 修复时间获取错误

zhangyuhan 3 năm trước cách đây
mục cha
commit
2c84c221eb

+ 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")
       }