1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-delivery-manager~pages-index~pages-mine-withdraw~pages-order-details~pages-order-paotui-reason~75c22df8"],{1034:function(t,a,e){"use strict";var i=e("f31e"),n=e.n(i);n.a},2247:function(t,a,e){"use strict";e.r(a);var i=e("2da1"),n=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(a,t,(function(){return i[t]}))}(r);a["default"]=n.a},"2b36":function(t,a,e){"use strict";e.r(a);var i=e("5e17"),n=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(a,t,(function(){return i[t]}))}(r);a["default"]=n.a},"2d99":function(t,a,e){"use strict";function i(t,a,e){this.$children.map((function(n){t===n.$options.name?n.$emit.apply(n,[a].concat(e)):i.apply(n,[t,a].concat(e))}))}e("6a54"),Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0,e("fd3c"),e("c223");var n={methods:{dispatch:function(t,a,e){var i=this.$parent||this.$root,n=i.$options.name;while(i&&(!n||n!==t))i=i.$parent,i&&(n=i.$options.name);i&&i.$emit.apply(i,[a].concat(e))},broadcast:function(t,a,e){i.call(this,t,a,e)}}};a.default=n},"2da1":function(t,a,e){"use strict";e("6a54");var i=e("f5bd").default;Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0,e("64aa"),e("fd3c");var n=i(e("2d99")),r={mixins:[n.default],name:"tn-radio-group",props:{value:{type:String,default:""},disabled:{type:Boolean,default:!1},disabledLabel:{type:Boolean,default:!1},shape:{type:String,default:"circle"},activeColor:{type:String,default:"#01BEFF"},size:{type:Number,default:34},width:{type:String,default:"auto"},wrap:{type:Boolean,default:!1},iconSize:{type:Number,default:20}},computed:{parentData:function(){return[this.value,this.disabled,this.activeColor,this.size,this.disabledLabel,this.shape,this.iconSize,this.width,this.wrap]}},data:function(){return{}},watch:{parentData:function(){this.children.length&&this.children.map((function(t){"function"===typeof t.updateParentData&&t.updateParentData()}))}},created:function(){this.children=[]},methods:{setValue:function(t){var a=this;this.children.map((function(a){a.parentData.value!==t&&(a.parentData.value="")})),this.$emit("input",t),this.$emit("change",t),setTimeout((function(){a.dispatch("tn-form-item","on-form-change",t)}),60)}}};a.default=r},"5e17":function(t,a,e){"use strict";e("6a54"),Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0,e("64aa"),e("aa9c");var i={name:"tn-radio",props:{name:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1},disabledLabel:{type:Boolean,default:!1},shape:{type:String,default:""},activeColor:{type:String,default:""},size:{type:Number,default:0},iconSize:{type:Number,default:0},labelSize:{type:Number,default:0}},computed:{isDisabled:function(){return this.disabled?this.disabled:!!this.parentData.disabled&&this.parentData.disabled},isDisabledLabel:function(){return this.disabledLabel?this.disabledLabel:!!this.parentData.disabledLabel&&this.parentData.disabledLabel},elSize:function(){return this.size?this.size:this.parentData.size?this.parentData.size:34},elActiveColor:function(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"#01BEFF"},elShape:function(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},iconClass:function(){var t="";return t+=" tn-radio__icon-wrap--"+this.elShape,this.parentData.value===this.name&&(t+=" tn-radio__icon-wrap--checked"),this.isDisabled&&(t+=" tn-radio__icon-wrap--disabled"),this.parentData.value===this.name&&this.isDisabled&&(t+=" tn-radio__icon-wrap--disabled--checked"),t},iconStyle:function(){var t={};return this.elActiveColor&&this.parentData.value===this.name&&!this.isDisabled&&(t.borderColor=this.elActiveColor,t.backgroundColor=this.elActiveColor),t.color=this.parentData.value===this.name?"#FFFFFF":"transparent",t.width=this.elSize+"rpx",t.height=t.width,t.fontSize=(this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:20)+"rpx",t},radioStyle:function(){var t={};return this.parent&&this.parentData.width&&(t.flex="0 0 ".concat(this.parentData.width)),this.parent&&this.parentData.wrap&&(t.width="100%",t.flex="0 0 100%"),t}},data:function(){return{parentData:{value:null,disabled:null,disabledLabel:null,shape:null,activeColor:null,size:null,width:null,wrap:null,iconSize:null}}},created:function(){this.updateParentData(),this.parent.children.push(this)},methods:{updateParentData:function(){this.getParentData("tn-radio-group")},onClickLabel:function(){this.isDisabledLabel||this.isDisabled||this.setRadioCheckedStatus()},toggle:function(){this.isDisabled||this.setRadioCheckedStatus()},emitEvent:function(){this.parentData.value!==this.name&&this.$emit("change",this.name)},setRadioCheckedStatus:function(){this.emitEvent(),this.parent&&(this.parent.setValue(this.name),this.parentData.value=this.name)}}};a.default=i},"650b":function(t,a,e){"use strict";e.d(a,"b",(function(){return i})),e.d(a,"c",(function(){return n})),e.d(a,"a",(function(){}));var i=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("v-uni-view",{staticClass:"tn-radio-class tn-radio",style:[t.radioStyle]},[e("v-uni-view",{staticClass:"tn-radio__icon-wrap",class:[t.iconClass],style:[t.iconStyle],on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.toggle.apply(void 0,arguments)}}},[e("v-uni-view",{staticClass:"tn-icon-success tn-radio__icon-wrap__icon"})],1),e("v-uni-view",{staticClass:"tn-radio__label",style:{fontSize:t.labelSize?t.labelSize+"rpx":""},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.onClickLabel.apply(void 0,arguments)}}},[t._t("default")],2)],1)},n=[]},"8a0a":function(t,a,e){"use strict";e.r(a);var i=e("a661"),n=e("2247");for(var r in n)["default"].indexOf(r)<0&&function(t){e.d(a,t,(function(){return n[t]}))}(r);e("de31");var o=e("828b"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"48303fd0",null,!1,i["a"],void 0);a["default"]=s.exports},a3c3:function(t,a,e){var i=e("c86c");a=i(!1),a.push([t.i,'@charset "UTF-8";\n/**\n * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量\n * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可\n * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用 \n */.tn-radio-group[data-v-48303fd0]{display:inline-flex;flex-wrap:wrap}.tn-radio-group[data-v-48303fd0]::after{content:" ";display:table;clear:both}',""]),t.exports=a},a661:function(t,a,e){"use strict";e.d(a,"b",(function(){return i})),e.d(a,"c",(function(){return n})),e.d(a,"a",(function(){}));var i=function(){var t=this.$createElement,a=this._self._c||t;return a("v-uni-view",{staticClass:"tn-radio-group-class tn-radio-group"},[this._t("default")],2)},n=[]},b579:function(t,a,e){var i=e("c86c");a=i(!1),a.push([t.i,'@charset "UTF-8";\n/**\n * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量\n * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可\n * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用 \n */.tn-radio[data-v-6aa156a8]{display:inline-flex;align-items:center;overflow:hidden;-webkit-user-select:none;user-select:none;line-height:1.8}.tn-radio__icon-wrap[data-v-6aa156a8]{color:#080808;display:flex;flex-direction:row;flex:none;align-items:center;justify-content:center;box-sizing:border-box;width:%?42?%;height:%?42?%;color:transparent;text-align:center;transition-property:color,border-color,background-color;font-size:%?20?%;border:%?1?% solid #aaa;transition-duration:.2s}.tn-radio__icon-wrap--circle[data-v-6aa156a8]{border-radius:100%}.tn-radio__icon-wrap--square[data-v-6aa156a8]{border-radius:%?6?%}.tn-radio__icon-wrap--checked[data-v-6aa156a8]{color:#fff;background-color:#01beff;border-color:#01beff}.tn-radio__icon-wrap--disabled[data-v-6aa156a8]{background-color:#e6e6e6;border-color:#aaa}.tn-radio__icon-wrap--disabled--checked[data-v-6aa156a8]{color:#aaa!important}.tn-radio__label[data-v-6aa156a8]{word-wrap:break-word;margin-left:%?10?%;margin-right:%?24?%;color:#080808;font-size:%?30?%}.tn-radio__label--disabled[data-v-6aa156a8]{color:#aaa}',""]),t.exports=a},d9d4:function(t,a,e){"use strict";e.r(a);var i=e("650b"),n=e("2b36");for(var r in n)["default"].indexOf(r)<0&&function(t){e.d(a,t,(function(){return n[t]}))}(r);e("1034");var o=e("828b"),s=Object(o["a"])(n["default"],i["b"],i["c"],!1,null,"6aa156a8",null,!1,i["a"],void 0);a["default"]=s.exports},de31:function(t,a,e){"use strict";var i=e("faa4"),n=e.n(i);n.a},f31e:function(t,a,e){var i=e("b579");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=e("967d").default;n("643c4881",i,!0,{sourceMap:!1,shadowMode:!1})},faa4:function(t,a,e){var i=e("a3c3");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=e("967d").default;n("c5965c48",i,!0,{sourceMap:!1,shadowMode:!1})}}]);
|