12 |
- webpackJsonp([23],{NN2o:function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={data:function(){return{value:0,wid:this.$route.query.id,res:[],message:""}},methods:{goBack:function(){if(this.$router.isBack=!0,window.history.length<=1)return this.$router.push({path:"/"}),!1;this.$router.go(-1)},onChange:function(t){this.value=t},getWork:function(){var t=this,e={aid:this.wid};this.ajax.get(this.$store.state.api+"getWorkByWid",e).then(function(e){e=e.data[0];t.res=e[0],console.log(t.res)}).catch(function(t){console.error(t)})},time:function(){if(this.now){var t=(new Date).getTime();return t-this.now>3e3&&(this.now=t,!0)}return this.now=(new Date).getTime(),!0},commentA:function(){var t=this;if(""!==this.message)if(0!==this.value){if(this.time()){var e=[{pid:this.wid,uid:this.$store.state.userInfo.userid,c:this.message,rate:this.value,type:2}];this.ajax.post(this.$store.state.api+"comment",e).then(function(e){t.$toast.success("评价成功"),t.goBack()}).catch(function(e){t.$toast.success("评价失败"),console.error(e)})}}else this.$toast.fail("请给您的孩子打分!");else this.$toast.fail("不能发送空白信息")}},created:function(){this.getWork()}},i={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"pb_content2"},[s("div",{staticClass:"pb_head"},[s("van-icon",{staticClass:"pb_back",attrs:{name:"arrow-left",color:"#fff",size:"1.2rem"},on:{click:t.goBack}}),t._v(" "),s("span",[t._v("家长评价")]),t._v(" "),s("div",{staticClass:"pb_left"},[s("span",{on:{click:t.commentA}},[t._v("提交")])])],1),t._v(" "),s("div",{staticClass:"pb_content_body"},[s("div",{staticClass:"myp_parent"},[s("div",{staticClass:"myp_parent_title"},[s("span",[t._v(t._s(t.res.title)+"-"+t._s(t.res.name))]),s("span",[t._v(t._s(t.res.time))])]),t._v(" "),s("div",{staticClass:"myp_parent_comment_title"},[t._m(0),t._v(" "),s("div",{staticClass:"myp_parent_rate"},[s("van-rate",{attrs:{value:t.value,"void-icon":"star","void-color":"#e6e6e6",color:"#ff6823",size:"1.2rem"},on:{change:t.onChange}})],1),t._v(" "),s("div",{staticClass:"myp_parent_textarea"},[s("van-field",{attrs:{rows:"6",autosize:"",type:"textarea",placeholder:"写下孩子说的话吧...",border:""},model:{value:t.message,callback:function(e){t.message=e},expression:"message"}})],1)])])])])},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"myp_parent_imgbox"},[e("img",{attrs:{src:s("xRPt"),alt:""}}),e("span",[this._v("家长评价")])])}]};var n=s("VU/8")(a,i,!1,function(t){s("fJgd")},"data-v-e79ab2b8",null);e.default=n.exports},fJgd:function(t,e){}});
- //# sourceMappingURL=23.a8be4c9d2fb86519ed60.js.map
|