Files
mp-weixin-2811-xcx.aigc-qui…/components/diy-components/diy-form.js

11 lines
2.3 KiB
JavaScript

(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/diy-components/diy-form"],{"052e":function(t,e,n){"use strict";var r=n("d016"),o=n.n(r);o.a},"39a3":function(t,e,n){"use strict";n.r(e);var r=n("630b"),o=n.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(u);e["default"]=o.a},"630b":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={name:"diy-from",props:{value:{type:Object}},data:function(){return{loading:!0,markers:[],Form:{realname:"",mobile:"",mailbox:"",citys:"",remark:""}}},created:function(){},watch:{componentRefresh:function(t){}},computed:{markerst:function(){return[{id:1,latitude:this.value.list[0].lat,longitude:this.value.list[0].lng}]},style:function(){var t="";return t+="background-color:"+this.value.contentBgColor+";","round"==this.value.elementAngle&&(t+="border-top-left-radius:"+2*this.value.topElementAroundRadius+"rpx;",t+="border-top-right-radius:"+2*this.value.topElementAroundRadius+"rpx;",t+="border-bottom-left-radius:"+2*this.value.bottomElementAroundRadius+"rpx;",t+="border-bottom-right-radius:"+2*this.value.bottomElementAroundRadius+"rpx;"),t}},methods:{submitform:function(){var t=this;this.$api.sendRequest({url:"/api/member/information",data:this.Form,success:function(e){t.$util.showToast({title:e.message})}})}}};e.default=r},beb7:function(t,e,n){"use strict";n.r(e);var r=n("f274"),o=n("39a3");for(var u in o)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(u);n("052e");var i=n("828b"),a=Object(i["a"])(o["default"],r["b"],r["c"],!1,null,null,null,!1,r["a"],void 0);e["default"]=a.exports},d016:function(t,e,n){},f274:function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var r=function(){var t=this.$createElement;this._self._c},o=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/diy-components/diy-form-create-component',
{
'components/diy-components/diy-form-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("beb7"))
})
},
[['components/diy-components/diy-form-create-component']]
]);