You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
5.6 KiB
1 lines
5.6 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-suggest-index"],{"0991":function(t,e,n){var i=n("b7cf");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("7679de5c",i,!0,{sourceMap:!1,shadowMode:!1})},"1c84":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"container"},[n("v-uni-view",{staticClass:"con"},[n("v-uni-view",{staticClass:"con-title"},[t._v("投诉:")]),n("v-uni-textarea",{staticClass:"textarea",attrs:{placeholder:"请输入具体投诉建议",cols:"30",rows:"10"},model:{value:t.content,callback:function(e){t.content=e},expression:"content"}})],1),n("v-uni-view",{staticClass:"bottom"},[n("v-uni-view",{staticClass:"btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.submit.apply(void 0,arguments)}}},[t._v("提交")])],1)],1)},a=[]},"2edc":function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.addComplaint=function(t){return a.default.post(o.addComplaint,t)},e.getArticleLast=function(t){return a.default.get(o.getArticleLast,t)},e.getClassData=function(t){return a.default.get(o.getClassData,t)},e.getIndexCate=function(){return a.default.get(o.getIndexCate)},e.getIndexData=function(t){return a.default.get(o.getIndexData,t)},e.getNewsDetail=function(t){return a.default.get(o.getNewsDetail+t)},e.getNewsList=function(t,e){return a.default.get(o.getNewsList+e,t)},e.getVideoDetail=function(t){return a.default.post(o.getVideoDetail,t)},e.getVideoList=function(t){return a.default.get(o.getVideoList,t)},e.getVideoListT=function(t){return a.default.get(o.getVideoListT,t)},e.getVideoRecord=function(t){return a.default.post(o.getVideoRecord,t)},e.getVideoUrl=function(t){return a.default.post(o.getVideoUrl,t)};var a=i(n("8ceb")),o={getIndexData:"/api/index",getIndexCate:"/api/article/category/list",getNewsDetail:"/api/article/details/",getNewsList:"/api/article/list/",addComplaint:"/api/user/complaint_add",getVideoList:"/api/parentBabyOnline",getVideoListT:"/api/teacherBabyOnline",getVideoDetail:"/api/QueryLiveStreaming",getVideoRecord:"/api/QueryRecord",getVideoUrl:"/api/QueryRecordUrlRequest",getClassData:"/api/getGradeAndClass",getArticleLast:"/api/article/get_article_last"}},"3cf6":function(t,e,n){"use strict";n.r(e);var i=n("c05b"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},"8f27":function(t,e,n){"use strict";n.r(e);var i=n("1c84"),a=n("3cf6");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("95f9");var c=n("f0c5"),r=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,"f356e5cc",null,!1,i["a"],void 0);e["default"]=r.exports},"95f9":function(t,e,n){"use strict";var i=n("0991"),a=n.n(i);a.a},b7cf:function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.container[data-v-f356e5cc]{display:flex;flex-direction:column;align-items:center;min-height:100vh;background:#f8f8f8}.container .con[data-v-f356e5cc]{width:%?690?%;height:%?344?%;background:#fff;border-radius:%?24?% %?24?% %?24?% %?24?%;opacity:1;padding:%?32?%;margin:%?20?% auto}.container .con .con-title[data-v-f356e5cc]{font-size:%?32?%;font-family:PingFang SC-Bold,PingFang SC;font-weight:700;color:#333;line-height:%?48?%;margin-bottom:%?32?%}.container .con .textarea[data-v-f356e5cc]{width:%?626?%;height:%?200?%;background:rgba(51,51,51,.03);border-radius:%?24?% %?24?% %?24?% %?24?%;opacity:1;padding:%?20?% %?24?%;box-sizing:border-box}.container .bottom[data-v-f356e5cc]{position:fixed;bottom:0;width:%?750?%;height:%?152?%;background:#fff;border-radius:%?0?% %?0?% %?0?% %?0?%;opacity:1;display:flex;align-items:center;justify-content:center}.container .bottom .btn[data-v-f356e5cc]{width:%?690?%;height:%?88?%;background:#ffd13e;border-radius:%?16?% %?16?% %?16?% %?16?%;opacity:1;font-size:%?32?%;font-family:PingFang SC-Heavy,PingFang SC;font-weight:800;color:#fff;line-height:%?80?%;text-align:center}',""]),t.exports=e},c05b:function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("2edc"),a={computed:{},data:function(){return{content:""}},onLoad:function(){},methods:{submit:function(){if(!this.content)return uni.showToast({icon:"none",title:"请输入具体投诉建议"});(0,i.addComplaint)({content:this.content}).then((function(){uni.showToast({title:"提交成功",success:function(){setTimeout((function(){uni.navigateBack()}),1e3)}})}))}}};e.default=a}}]); |