You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
12 KiB

3 years ago
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-example-components~pages-example-js~pages-example-template"],{3472:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"u-cell-group",props:{title:{type:String,default:""},border:{type:Boolean,default:!0},titleStyle:{type:Object,default:function(){return{}}}},data:function(){return{index:0}}};e.default=n},"3ea0":function(t,e,a){"use strict";var n;a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return n}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"u-cell-box"},[t.title?a("v-uni-view",{staticClass:"u-cell-title",style:[t.titleStyle]},[t._v(t._s(t.title))]):t._e(),a("v-uni-view",{staticClass:"u-cell-item-box",class:{"u-border-bottom u-border-top":t.border}},[t._t("default")],2)],1)},r=[]},"5aa1":function(t,e,a){"use strict";var n=a("d298"),i=a.n(n);i.a},"60a0":function(t,e,a){"use strict";var n=a("ab56"),i=a.n(n);i.a},"62d8":function(t,e,a){"use strict";a("a9e3"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"u-gap",props:{bgColor:{type:String,default:"transparent "},height:{type:[String,Number],default:30},marginTop:{type:[String,Number],default:0},marginBottom:{type:[String,Number],default:0}},computed:{gapStyle:function(){return{backgroundColor:this.bgColor,height:this.height+"rpx",marginTop:this.marginTop+"rpx",marginBottom:this.marginBottom+"rpx"}}}};e.default=n},"65be":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return n}));var n={uIcon:a("b1e3").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"nav-wrap"},[a("v-uni-view",{staticClass:"nav-title"},[a("v-uni-image",{staticClass:"logo",attrs:{src:"https://cdn.uviewui.com/uview/common/logo.png",mode:"widthFix"}}),a("v-uni-view",{staticClass:"nav-info"},[a("v-uni-view",{staticClass:"nav-title__text"},[t._v(t._s(t.$t("common.title")))]),a("v-uni-view",{staticClass:"nav-slogan"},[t._v(t._s(t.$t("common.intro")))])],1)],1),a("v-uni-view",{staticClass:"nav-desc"},[t._v(t._s(t.desc))]),a("v-uni-view",{staticClass:"lang",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.switchLang.apply(void 0,arguments)}}},[a("u-icon",{attrs:{size:"46",color:"warning",name:t.lang}})],1)],1)},r=[]},6622:function(t,e,a){"use strict";a.r(e);var n=a("62d8"),i=a.n(n);for(var r in n)"default"!==r&&function(t){a.d(e,t,(function(){return n[t]}))}(r);e["default"]=i.a},6967:function(t,e,a){"use strict";a.r(e);var n=a("65be"),i=a("ff32");for(var r in i)"default"!==r&&function(t){a.d(e,t,(function(){return i[t]}))}(r);a("5aa1");var l,o=a("f0c5"),u=Object(o["a"])(i["default"],n["b"],n["c"],!1,null,"33557677",null,!1,n["a"],l);e["default"]=u.exports},"7e3e":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={props:{desc:String,title:String},computed:{lang:function(){return"zh"==this.$i18n.locale?"zh":"en"}},methods:{switchLang:function(){this.$i18n.locale="en"==this.$i18n.locale?"zh":"en",this.vuex_tabbar[0].text=this.$t("nav.components"),this.vuex_tabbar[1].text=this.$t("nav.js"),this.vuex_tabbar[2].text=this.$t("nav.template"),uni.setNavigationBarTitle({title:this.$t(this.title)})}}};e.default=n},8443:function(t,e,a){"use strict";var n;a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){return n}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"u-gap",style:[t.gapStyle]})},r=[]},"905b":function(t,e,a){var n=a("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 下方引入的为uView UI的集成样式文件为scss预处理器其中包含了一些"u-"开头的自定义变量\n * 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可\n * uView自定义的css类名和scss变量均以"u-"开头不会造成冲突请放心使用 \n *