bztang-admin/addons/yun_shop/static/app/js/chunk-73ed7861.4698fee7.js

1 line
5.1 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-73ed7861"],{"2e96":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,"#history_details[data-v-2db04b86]{padding-bottom:2rem}.navTitle[data-v-2db04b86]{position:fixed;top:0}.selectBox[data-v-2db04b86]{padding:0 .78rem;margin-bottom:1.75rem}.selectBox .queTitle[data-v-2db04b86]{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;font-size:1rem;text-align:left;margin-bottom:.9rem}.selectBox .queTitle span[data-v-2db04b86]{color:#fa0505;font-size:16px}.selectBox .answer[data-v-2db04b86]{text-align:left;padding-left:.91rem;height:2rem;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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1rem}.selectBox .answer i[data-v-2db04b86]{margin-right:1rem;color:#0c6cff}.navTitle[data-v-2db04b86]{font-size:1.25rem;padding:1rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;background:#fff;padding-left:.72rem;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;z-index:999}.banner[data-v-2db04b86],.navTitle[data-v-2db04b86]{width:100%;overflow:hidden}.banner[data-v-2db04b86]{height:8.8438rem;margin-bottom:.8125rem;background-image:url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/wj_titlebg@2x.png);background-repeat:no-repeat;background-size:cover}.title[data-v-2db04b86]{width:11.25rem;margin:2.7188rem 0 0 1.5938rem;font-size:1.125rem;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-align:left}",""]),t.exports=e},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(){}}}},ba3f:function(t,e,i){"use strict";i("d5cd")},d5cd:function(t,e,i){var a=i("2e96");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("499e").default;n("001fb9fe",a,!0,{sourceMap:!1,shadowMode:!1})},dab6: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",{attrs:{id:"history_details"}},[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"}}),i("div",{staticClass:"banner"},[i("div",{staticClass:"title"},[t._v(t._s(t.title))])]),t._l(t.choice,(function(e,a){return i("div",{key:a,staticClass:"selectBox"},[i("div",{staticClass:"queTitle"},[e.required?i("span",[t._v("*")]):t._e(),i("div",[t._v(t._s(a+1)+".("+t._s(1==e.type?"单选":"多选")+")"+t._s(e.choice_title))])]),t._l(e.answer.answer,(function(n,o){return i("div",{key:o,staticClass:"answer"},[t._v(" "+t._s(n)+"("+t._s(e.answer.fraction[o])+"分) "),i("i",{directives:[{name:"show",rawName:"v-show",value:t.record[a].answer.answer&&t.record[a].answer.answer[o]==n,expression:"record[ind].answer.answer && record[ind].answer.answer[index] == arr"}],staticClass:"iconfont icon-record_go"})])}))],2)}))],2)},n=[],o=(i("e7e5"),i("d399")),r=i("ac0d"),s={mixins:[r["a"]],data:function(){return{page:1,isLoadMore:!0,total_page:0,record_id:"",questionnaire_id:"",choice:[],record:[],title:""}},activated:function(){this.record_id=this.$route.params.id,this.questionnaire_id=this.$route.params.questionnaire_id,this.getData()},mouted:function(){},methods:{goback:function(){this.$router.go(-1)},getData:function(){var t=this,e={details:"details",record_id:t.record_id,questionnaire_id:t.questionnaire_id};$http.get("plugin.questionnaire.api.index.indexInfo",e,"").then((function(e){1===e.result?(t.choice=e.data.details.choice,t.record=e.data.details.record.answers,t.total_page=e.data.details.record_id,t.title=e.data.details.record.has_one_questionnaire.title):Object(o["a"])(e.msg)})).catch((function(t){}))}},components:{}},l=s,c=l,d=(i("ba3f"),i("2877")),b=Object(d["a"])(c,a,n,!1,null,"2db04b86",null);e["default"]=b.exports}}]);