zoujiandong 75d515fbc6 7.17
2025-07-17 17:15:28 +08:00

43 lines
1.3 KiB
JavaScript

"use strict";
const common_vendor = require("../../../../common/vendor.js");
const _sfc_main = {
name: "u-toolbar",
mixins: [common_vendor.mpMixin, common_vendor.mixin, common_vendor.props$33],
emits: ["confirm", "cancel"],
created() {
},
methods: {
// 点击取消按钮
cancel() {
this.$emit("cancel");
},
// 点击确定按钮
confirm() {
this.$emit("confirm");
}
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return common_vendor.e({
a: _ctx.show
}, _ctx.show ? common_vendor.e({
b: common_vendor.t(_ctx.cancelText),
c: common_vendor.o((...args) => $options.cancel && $options.cancel(...args)),
d: _ctx.cancelColor,
e: _ctx.title
}, _ctx.title ? {
f: common_vendor.t(_ctx.title)
} : {}, {
g: !_ctx.rightSlot
}, !_ctx.rightSlot ? {
h: common_vendor.t(_ctx.confirmText),
i: common_vendor.o((...args) => $options.confirm && $options.confirm(...args)),
j: _ctx.confirmColor
} : {}, {
k: common_vendor.o((...args) => _ctx.noop && _ctx.noop(...args))
}) : {});
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3fd495d6"]]);
wx.createComponent(Component);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-plus/components/u-toolbar/u-toolbar.js.map