59 lines
1.8 KiB
JavaScript
59 lines
1.8 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
const common_assets = require("../../../common/assets.js");
|
|
const _sfc_main = {
|
|
data() {
|
|
return {
|
|
navH: common_vendor.inject("navHeight"),
|
|
listTop: "",
|
|
tabList: ["评论我的", "我评论的"],
|
|
selectTab: 0
|
|
};
|
|
},
|
|
onLoad() {
|
|
this.listTop = this.navH + (75 + 10) / 750 * common_vendor.inject("windowWidth");
|
|
},
|
|
methods: {
|
|
/**
|
|
* 点击选择对应分类
|
|
* @param {Object} index
|
|
*/
|
|
clickTabItem(index) {
|
|
if (this.selectTab != index) {
|
|
this.selectTab = index;
|
|
}
|
|
}
|
|
}
|
|
};
|
|
if (!Array) {
|
|
const _easycom_navBar2 = common_vendor.resolveComponent("navBar");
|
|
_easycom_navBar2();
|
|
}
|
|
const _easycom_navBar = () => "../../../components/navBar/navBar.js";
|
|
if (!Math) {
|
|
_easycom_navBar();
|
|
}
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.p({
|
|
leftText: "评论回复"
|
|
}),
|
|
b: common_assets._imports_0,
|
|
c: common_vendor.f($data.tabList, (item, index, i0) => {
|
|
return common_vendor.e({
|
|
a: common_vendor.t(item),
|
|
b: $data.selectTab == index
|
|
}, $data.selectTab == index ? {} : {}, {
|
|
c: common_vendor.n("item flex1 relative " + ($data.selectTab == index ? "select" : "")),
|
|
d: index,
|
|
e: common_vendor.o(($event) => $options.clickTabItem(index), index)
|
|
});
|
|
}),
|
|
d: common_vendor.s("top:" + $data.navH + "px;"),
|
|
e: common_vendor.s("top:" + $data.listTop + "px;")
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/mine/commentReply/commentReply.js.map
|