Dialog.js 1.7 KB

12345678910
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["component/Dialog"],{1218:function(t,n,e){},2677:function(t,n,e){"use strict";var o=e("1218"),i=e.n(o);i.a},3489:function(t,n,e){"use strict";e.r(n);var o=e("83a9"),i=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=i.a},"37f5":function(t,n,e){"use strict";e.r(n);var o=e("79c2"),i=e("3489");for(var a in i)"default"!==a&&function(t){e.d(n,t,(function(){return i[t]}))}(a);e("2677");var u,c=e("f0c5"),r=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],u);n["default"]=r.exports},"79c2":function(t,n,e){"use strict";var o,i=function(){var t=this,n=t.$createElement;t._self._c},a=[];e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return o}))},"83a9":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={props:{orderCancel:{default:!1,type:Boolean},titles:{default:"确定取消订单?",type:String},values:{default:"",type:String}},data:function(){return{showdialog:!1}},watch:{orderCancel:function(t){this.showdialog=!!t}},onLoad:function(){console.log(this.titles)},methods:{cancelDialog:function(){this.show=!1,this.$emit("colseDialog")},confirmOrder:function(){this.show=!1,this.$emit("confirmPay")}}};n.default=o}}]);
  2. ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
  3. 'component/Dialog-create-component',
  4. {
  5. 'component/Dialog-create-component':(function(module, exports, __webpack_require__){
  6. __webpack_require__('543d')['createComponent'](__webpack_require__("37f5"))
  7. })
  8. },
  9. [['component/Dialog-create-component']]
  10. ]);