From bb2a1de98c839ed9f9103a21f97ac7f18b64119b Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 25 Aug 2016 14:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E8=AF=A6=E6=83=85=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AEBUG=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/wechat/controllers/myresource.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/javascripts/wechat/controllers/myresource.js b/public/javascripts/wechat/controllers/myresource.js index 822428d45..d920b376a 100644 --- a/public/javascripts/wechat/controllers/myresource.js +++ b/public/javascripts/wechat/controllers/myresource.js @@ -152,6 +152,8 @@ app.controller('MyResourceController', ['$scope', '$http', 'auth', 'config', '$l vm.tab(currentTab); vm.goHomeworkDetail = function(id){ + rms.save("has_more",vm.has_more); + rms.save("homework_has_more",vm.homework_has_more); rms.save("yoffset", document.documentElement.scrollTop || document.body.scrollTop); $location.path("/homework").search({id: id}); }