1 |
- System.register(["./index-legacy.88892f9c.js","./index-legacy.8c0ad476.js"],(function(e,t){"use strict";var a,i,o,s,r=document.createElement("style");return r.textContent=".el-input .el-input__inner{height:40px}.el-checkbox .el-checkbox__label{font-size:14px;line-height:20px}.me-folder[data-v-906cc7ae]{position:relative;width:700px;height:625px;padding:40px 20px 20px;background:var(--color-white);box-shadow:2px 2px 10px rgba(25,25,25,.2);border-radius:16px;margin:120px auto 206px;text-align:center}.me-folder .pictures[data-v-906cc7ae]{margin:30px 0;display:flex;overflow:auto}.me-folder .top .back[data-v-906cc7ae]{position:absolute;top:28px;left:20px;cursor:pointer}.me-folder .top .back img[data-v-906cc7ae]{width:46px;height:46px;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,.16)}.pictures .column-item[data-v-906cc7ae]{width:122px;margin-right:12px}.pictures .column-item[data-v-906cc7ae]:nth-child(5){margin-right:0}.column-item .list-item[data-v-906cc7ae]{position:relative;margin-bottom:12px}.column-item .list-item img.image[data-v-906cc7ae]{width:100%;height:auto;border-radius:8px}.column-item .list-item img.select[data-v-906cc7ae]{position:absolute;top:10px;left:10px;width:26px;height:26px}\n",document.head.appendChild(r),{setters:[function(e){a=e.n,i=e.r,o=e._},function(e){s=e.W}],execute:function(){var t={name:"me-folder",components:{Waterfall:s},data:function(){return{images:[],limit:10,page:1,totalPage:1}},mounted:function(){this.getImages()},methods:{goBack:function(){this.$router.go(-1)},loadData:function(e){this.getImages({page:e,newload:!1})},onSelected:function(e){var t=this,a=e[0].image,i=this.$t("common.failure");this.$axios.post("/api/folder/edit_folder",{images:[a],id:this.id}).then((function(e){var a=e.data,o=a.code,s=a.msg;0==o?(t.$message.success(s),t.$router.push({path:"/me/docSetting",query:{id:t.id}})):t.$message.error(s||i)}))},getImages:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=t.page,o=void 0===a?this.page:a,s=t.newload,r=void 0===s||s,n=this.$t("common.failure");this.$axios.get("/api/folder/image_list",{params:{page:o,limit:this.limit,folder_id:this.id,go:5}}).then((function(t){var a=t.data,o=a.code,s=a.msg,c=a.data,d=void 0===c?{}:c;if(0==o){var l=d.items,m=void 0===l?[]:l,g=d.page,p=d.totalPage;e.page=g,e.images=r?m:i(e.images,m),e.totalPage=p}else e.$message.error(s||n)}))}},computed:{id:function(){var e=this.$route.query.id;return parseInt(e)},folderName:function(){return this.$route.query.name}}};e("default",a(t,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"me-folder"},[t("div",{staticClass:"top"},[t("div",{staticClass:"back",on:{click:e.goBack}},[t("img",{attrs:{src:o,alt:"back icon"}})]),t("b",[e._v(e._s(e.folderName))])]),t("div",{staticClass:"pictures"},[e.images.length?t("Waterfall",{attrs:{data:e.images,page:e.page,totalPage:e.totalPage},on:{loadData:e.loadData,selected:e.onSelected}}):e._e()],1)])}),[],!1,null,"906cc7ae",null,null).exports)}}}));
|