暂存代码
This commit is contained in:
+5
-6
@@ -76,17 +76,16 @@ if (!Math) {
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.o(_ctx.jumpMine),
|
||||
b: common_vendor.p({
|
||||
a: common_vendor.p({
|
||||
src: "/static/common/left.png",
|
||||
width: "18",
|
||||
height: "20",
|
||||
bgColor: "#f1f6ff00"
|
||||
}),
|
||||
c: common_vendor.o((...args) => $options.leftJump && $options.leftJump(...args)),
|
||||
d: common_vendor.t($props.leftTitle),
|
||||
e: common_vendor.t($props.rightTitle),
|
||||
f: common_vendor.o((...args) => $options.rightJump && $options.rightJump(...args))
|
||||
b: common_vendor.o((...args) => $options.leftJump && $options.leftJump(...args)),
|
||||
c: common_vendor.t($props.leftTitle),
|
||||
d: common_vendor.t($props.rightTitle),
|
||||
e: common_vendor.o((...args) => $options.rightJump && $options.rightJump(...args))
|
||||
};
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5be51a94"]]);
|
||||
|
||||
Reference in New Issue
Block a user