CameraModal.js 3.1 KB

1234567891011
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/CameraModal"],{476:function(n,e,t){"use strict";t.r(e);var o=t(477),r=t(479);for(var i in r)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(i);t(481);var c,u=t(40),s=Object(u["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"792b947d",null,!1,o["components"],c);s.options.__file="components/CameraModal.vue",e["default"]=s.exports},477:function(n,e,t){"use strict";t.r(e);var o=t(478);t.d(e,"render",(function(){return o["render"]})),t.d(e,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(e,"components",(function(){return o["components"]}))},478:function(n,e,t){"use strict";var o;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return c})),t.d(e,"recyclableRender",(function(){return i})),t.d(e,"components",(function(){return o}));try{o={uniPopup:function(){return t.e("uni_modules/uni-popup/components/uni-popup/uni-popup").then(t.bind(null,245))},uniSection:function(){return t.e("uni_modules/uni-section/components/uni-section/uni-section").then(t.bind(null,160))},uniIcons:function(){return Promise.all([t.e("common/vendor"),t.e("uni_modules/uni-icons/components/uni-icons/uni-icons")]).then(t.bind(null,167))}}}catch(u){if(-1===u.message.indexOf("Cannot find module")||-1===u.message.indexOf(".vue"))throw u;console.error(u.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement;n._self._c},i=!1,c=[];r._withStripped=!0},479:function(n,e,t){"use strict";t.r(e);var o=t(480),r=t.n(o);for(var i in o)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(i);e["default"]=r.a},480:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={name:"CameraModal",data:function(){return{title:"",videoSrc:""}},methods:{show:function(n){var e=n.title,t=n.src;this.videoSrc=t,this.title=e,this.$refs.cameraPopup.open("center")},close:function(){this.videoSrc="",this.title="",this.$refs.cameraPopup.close()},statechange:function(n){console.log("live-player code:",n.detail.code)},error:function(n){console.error("live-player error:",n.detail.errMsg)}}};e.default=o},481:function(n,e,t){"use strict";t.r(e);var o=t(482),r=t.n(o);for(var i in o)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(i);e["default"]=r.a},482:function(n,e,t){}}]);
  2. //# sourceMappingURL=../../.sourcemap/mp-weixin/components/CameraModal.js.map
  3. ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
  4. 'components/CameraModal-create-component',
  5. {
  6. 'components/CameraModal-create-component':(function(module, exports, __webpack_require__){
  7. __webpack_require__('2')['createComponent'](__webpack_require__(476))
  8. })
  9. },
  10. [['components/CameraModal-create-component']]
  11. ]);