invite-poster.js 3.6 KB

12345678910
  1. require('../../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["bundle/components/invite-poster/invite-poster"],{"216b":function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={name:"share-poster",props:{options:{type:Object,default:function(){return{}}}},data:function(){return{}},computed:{getConfig:function(){return this.options.config||{show:{},style:{}}},getBgImgSrc:function(){var e=this.getConfig,n=e.background_url,o=e.background_type;return 1==o?t("601b"):n},showPosterCon:function(){var e=this.getConfig.show;return console.log(e),Object.keys(e).some((function(n){return e[n]}))}},methods:{drawCanvas:function(){var e=this;this.$refs.painter.canvasToTempFilePathSync({fileType:"png",pathType:"url",quality:1,success:function(n){e.$emit("success",n.tempFilePath)}})}}};n.default=o},"3b77":function(e,n,t){"use strict";t.d(n,"b",(function(){return r})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return o}));var o={lPainter:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/lime-painter/components/l-painter/l-painter")]).then(t.bind(null,"5f4a"))},lPainterImage:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/lime-painter/components/l-painter-image/l-painter-image")]).then(t.bind(null,"2ad3"))},lPainterView:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/lime-painter/components/l-painter-view/l-painter-view")]).then(t.bind(null,"1373"))},lPainterText:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/lime-painter/components/l-painter-text/l-painter-text")]).then(t.bind(null,"2387"))}},r=function(){var e=this,n=e.$createElement,t=(e._self._c,e.showPosterCon?{position:"absolute",bottom:0,"background-color":"rgba(255, 255, 255, "+e.getConfig.style.opacity/100+")",width:"100%",height:"290rpx","border-radius":"20rpx"}:null),o=e.showPosterCon?{position:"absolute",top:"30rpx",left:"30rpx",display:"flex","align-items":"center"}:null,r=e.showPosterCon&&e.getConfig.show.user_avtar?{width:"80rpx",height:"80rpx","border-radius":"50%"}:null,i=e.showPosterCon&&e.getConfig.show.user_name?{"margin-left":"20rpx",color:e.getConfig.style.user_name,fontSize:"34rpx","line-clamp":1,"font-weight":"bold",width:"220rpx"}:null,l=e.showPosterCon&&e.getConfig.show.slogan?{position:"absolute",color:e.getConfig.style.slogan_text,top:"140rpx",left:"30rpx",fontSize:"28rpx"}:null,a=e.showPosterCon&&e.getConfig.show.slogan_code?{position:"absolute",color:e.getConfig.style.slogan_code,top:"200rpx",left:"30rpx",fontSize:"28rpx"}:null;e.$mp.data=Object.assign({},{$root:{a0:{width:"600rpx",height:"960rpx","border-radius":"20rpx",overflow:"hidden"},a1:t,a2:o,a3:r,a4:i,a5:l,a6:a}})},i=[]},"86cd":function(e,n,t){"use strict";t.r(n);var o=t("216b"),r=t.n(o);for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);n["default"]=r.a},eba5:function(e,n,t){"use strict";t.r(n);var o=t("3b77"),r=t("86cd");for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);var l=t("828b"),a=Object(l["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);n["default"]=a.exports}}]);
  2. ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
  3. 'bundle/components/invite-poster/invite-poster-create-component',
  4. {
  5. 'bundle/components/invite-poster/invite-poster-create-component':(function(module, exports, __webpack_require__){
  6. __webpack_require__('df3c')['createComponent'](__webpack_require__("eba5"))
  7. })
  8. },
  9. [['bundle/components/invite-poster/invite-poster-create-component']]
  10. ]);