export default { data() { return { title: 'button', loading: false, _timer: 0 } }, onShow() { // this.clearTimer(); // this._timer = setTimeout(() => { // // this.loading = true; // }, 300) }, onUnload() { // this.clearTimer(); // this.loading = false; }, methods: { // clearTimer() { // if (this._timer != 0) { // clearTimeout(this._timer); // } // } }, } const GenPagesComponentButtonButtonStyles = [new Map>>([["common-page-head", new Map([["", new Map([["paddingTop", "35rpx"], ["paddingRight", "35rpx"], ["paddingBottom", "35rpx"], ["paddingLeft", "35rpx"], ["flexDirection", "row"], ["justifyContent", "center"]])]])], ["common-page-head-title-box", new Map([["", new Map([["paddingTop", 0], ["paddingRight", "40rpx"], ["paddingBottom", 0], ["paddingLeft", "40rpx"], ["height", "88rpx"], ["borderBottomWidth", "2rpx"], ["borderBottomStyle", "solid"], ["borderBottomColor", "#D8D8D8"]])]])], ["common-page-head-title", new Map([["", new Map([["lineHeight", "88rpx"], ["fontSize", "30rpx"], ["color", "#BEBEBE"]])]])], ["button", new Map([["", new Map([["marginTop", "30rpx"]])]])], ["button-sp-area", new Map([["", new Map([["marginTop", 0], ["marginRight", "auto"], ["marginBottom", 0], ["marginLeft", "auto"], ["width", "60%"]])]])], ["mini-btn", new Map([["", new Map([["marginRight", "10rpx"], ["marginBottom", "30rpx"]])]])]])] @Suppress("UNUSED_PARAMETER") function GenPagesComponentButtonButtonRender(_ctx: GenPagesComponentButtonButton): VNode | null { const _component_page_head = resolveComponent("page-head") const _component_button = resolveComponent("button") return createElementVNode("view", null, [ createVNode(_component_page_head, new Map([["title", _ctx.title]]), null, 8 /* PROPS */, ["title"]), createElementVNode("view", new Map([["class", "uni-padding-wrap uni-common-mt"]]), [ createVNode(_component_button, new Map([["type", "primary"]]), new Map([ ["default", ((): any[] => ["页面主操作 Normal"])], ["_", 1 /* STABLE */] ])), createCommentVNode(" "), createVNode(_component_button, new Map([ ["type", "primary"], ["disabled", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["页面主操作 Disabled"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "default"], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["页面次要操作 Normal"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "default"], ["disabled", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["页面次要操作 Disabled"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "warn"], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["警告类操作 Normal"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "warn"], ["disabled", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["警告类操作 Disabled"])], ["_", 1 /* STABLE */] ])), createElementVNode("view", new Map([["class", "button-sp-area"]]), [ createVNode(_component_button, new Map([ ["type", "primary"], ["plain", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["按钮"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "primary"], ["disabled", true], ["plain", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => [" 不可点击的按钮 "])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "default"], ["plain", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["按钮"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["type", "default"], ["disabled", true], ["plain", true], ["class", "button"] ]), new Map([ ["default", ((): any[] => ["按钮"])], ["_", 1 /* STABLE */] ])), createElementVNode("view", new Map([["class", "uni-flex uni-row"]]), [ createVNode(_component_button, new Map([ ["class", "button mini-btn"], ["type", "primary"], ["size", "mini"] ]), new Map([ ["default", ((): any[] => ["按钮"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["class", "button mini-btn"], ["type", "default"], ["size", "mini"] ]), new Map([ ["default", ((): any[] => ["按钮"])], ["_", 1 /* STABLE */] ])), createVNode(_component_button, new Map([ ["class", "button mini-btn"], ["type", "warn"], ["size", "mini"] ]), new Map([ ["default", ((): any[] => ["按钮"])], ["_", 1 /* STABLE */] ])) ]) ]) ]) ]) }