1 line
5.7 KiB
JavaScript
1 line
5.7 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7db07f20"],{3164:function(t,e,i){var a=i("b5ec");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("499e").default;n("8a93143a",a,!0,{sourceMap:!1,shadowMode:!1})},"3acb":function(t,e,i){"use strict";i("3164")},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var a=document.documentElement,n=document.body,o={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return a&&a.scrollTop?t=a.scrollTop:n&&(t=n.scrollTop),t},getClientHeight:function(){var t=0;return t=n.clientHeight&&a.clientHeight?Math.min(n.clientHeight,a.clientHeight):Math.max(n.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(n.scrollHeight,a.scrollHeight)},handleScroll:function(){this.otherScroll();var t=document.documentElement.scrollTop||document.body.scrollTop;this.btnFlag=t>60,this.getScrollTop()+this.getClientHeight()+105>this.getScrollHeight()?(this.isLoadMore&&this.getMoreData(),this.isBottom=!0):this.isBottom=!1},otherScroll:function(){}}}},b5ec:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".navTitle[data-v-a207d522]{width:100%;font-size:1.25rem;padding:1rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;background:#fff;padding-left:.72rem;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;z-index:999}.list[data-v-a207d522]{margin:.9375rem .7813rem;background-color:#fff;border-radius:.6563rem;padding:.7813rem .4375rem .9688rem .6563rem}.top[data-v-a207d522]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.topleft text[data-v-a207d522]:first-child{font-size:1.25rem}.topleft text[data-v-a207d522]:nth-child(2){font-size:.75rem}.topRight text[data-v-a207d522]:first-child{font-size:.875rem;color:#999;padding-right:.3125rem}.topRight text[data-v-a207d522]:nth-child(2){font-size:1.25rem;color:#4687ff}.centre[data-v-a207d522]{margin-top:.9063rem;font-size:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-align:left}.btime[data-v-a207d522],.centre[data-v-a207d522]{line-height:1.3125rem}.btime[data-v-a207d522]{font-size:.875rem;color:#999}.btom[data-v-a207d522]{margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.detail[data-v-a207d522]{width:5.5rem;height:1.7188rem;background-image:-webkit-gradient(linear,left top,right top,from(#72a3ff),to(#4687ff)),-webkit-gradient(linear,left top,left bottom,from(#4a84fd),to(#4a84fd));background-image:-webkit-linear-gradient(left,#72a3ff,#4687ff),-webkit-linear-gradient(#4a84fd,#4a84fd);background-image:linear-gradient(90deg,#72a3ff,#4687ff),linear-gradient(#4a84fd,#4a84fd);background-blend-mode:normal,normal;border-radius:.875rem;text-align:center;line-height:1.7188rem;font-size:.875rem;color:#fff}",""]),t.exports=e},c157:function(t,e,i){"use strict";i.r(e);var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"questioHistory"},[i("div",{staticClass:"navTitle set-pc-style"},[i("van-icon",{attrs:{name:"arrow-left"},on:{click:t.goback}}),t._v(" 历史记录 ")],1),i("div",{staticStyle:{width:"100%",height:"3.6rem"}}),t._l(t.list,(function(e,a){return[i("div",{key:a,staticClass:"list"},[i("div",{staticClass:"top"},[i("div",{staticClass:"topleft"},[t._v(" 得分 "),i("span",[t._v(t._s(e.score))]),i("span",[t._v("分")])]),i("div",{staticClass:"topRight"},[i("span",[t._v("奖励积分")]),t._v(" "),i("span",[t._v("+"+t._s(e.integral))])])]),i("div",{staticClass:"centre"},[t._v(t._s(e.has_one_questionnaire.title))]),i("div",{staticClass:"btom"},[i("div",{staticClass:"btime"},[t._v(t._s(e.created_at))]),i("div",{staticClass:"detail",on:{click:function(i){return t.godetail(e)}}},[t._v("查看详情")])])])]}))],2)},n=[],o=(i("e7e5"),i("d399")),r=(i("99af"),i("6968")),s=i("ac0d"),l={mixins:[s["a"]],data:function(){return{isLoadMore:!0,page:1,total_page:0,list:[]}},activated:function(){this.isLoadMore=!0,this.page=1,this.total_page=0,this.list=[],this.getData()},mouted:function(){},methods:{goback:function(){this.$router.go(-1)},godetail:function(t){var e=t.id,i=t.questionnaire_id;this.$router.push(this.fun.getUrl("history_details",{id:e,questionnaire_id:i}))},getData:function(){var t=this;$http.post("plugin.questionnaire.api.index.indexInfo",{page:t.page,record:"record"},"").then((function(e){if(1===e.result){var i=e.data;t.list=i.record.list.data,t.total_page=i.record.list.last_page}else Object(o["a"])(e.msg)}),(function(t){Object(o["a"])(t)})).catch((function(t){}))},getMoreData:function(){var t=this;t.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.get("plugin.questionnaire.api.index.indexInfo",{record:"record",page:t.page},"加载中").then((function(e){if(t.isLoadMore=!0,1!==e.result)return t.page=t.page-1,void(t.isLoadMore=!1);var i=e.data.record.list.data;t.list=t.list.concat(i)}),(function(t){})))}},components:{cTitle:r["a"]}},d=l,c=d,f=(i("3acb"),i("2877")),g=Object(f["a"])(c,a,n,!1,null,"a207d522",null);e["default"]=g.exports}}]); |