This commit is contained in:
pengxiaolong
2025-06-23 22:00:46 +08:00
parent acc81963e9
commit 36a240f854
79 changed files with 426 additions and 154 deletions

View File

@@ -14,6 +14,14 @@ const _sfc_main = {
AnchorList: []
};
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
onShow() {
common_vendor.index.getStorage({
key: "userinfo",
@@ -34,7 +42,7 @@ const _sfc_main = {
this.getSignStatus();
this.getAnchorList();
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:268", res2.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:276", res2.msg);
}
});
}
@@ -55,7 +63,7 @@ const _sfc_main = {
this.userinfo = res.data;
common_vendor.index.setStorageSync("userinfo", res.data);
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:289", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:297", res.msg);
}
});
},
@@ -72,7 +80,7 @@ const _sfc_main = {
if (res.code == 200) {
this.AnchorList = res.data.slice(0, 4);
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:306", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:314", res.msg);
}
});
},
@@ -89,7 +97,7 @@ const _sfc_main = {
if (res.code == 200) {
this.SignStatus = res.data;
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:323", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:331", res.msg);
}
});
},
@@ -112,7 +120,7 @@ const _sfc_main = {
this.getSignStatus();
this.getUserInfo();
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:346", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:354", res.msg);
}
});
},
@@ -133,7 +141,7 @@ const _sfc_main = {
if (res.code == 200) {
this.pkInformationdata = res.data;
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:367", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:375", res.msg);
}
});
},
@@ -153,7 +161,7 @@ const _sfc_main = {
if (res.code == 200) {
this.myPkRecorddata = res.data;
} else {
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:387", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:395", res.msg);
}
});
},
@@ -318,5 +326,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-402ad917"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Mine/Mine.js.map

View File

@@ -21,6 +21,14 @@ const _sfc_main = {
}
});
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
methods: {
// 重新编辑主播信息
onRecompose(item) {
@@ -68,7 +76,7 @@ const _sfc_main = {
if (res.code == 200) {
this.AnchorList = res.data;
} else {
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/anchorLibrary.vue:164", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/anchorLibrary.vue:172", res.msg);
}
});
},
@@ -134,5 +142,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-daea6b33"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/anchorLibrary.js.map

View File

@@ -8,6 +8,14 @@ const _sfc_main = {
},
onLoad() {
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
methods: {
onBack() {
common_vendor.wx$1.navigateBack({
@@ -22,5 +30,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2f1f017b"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/contact.js.map

View File

@@ -31,14 +31,14 @@
height: 100%;
}
/* 建设中 */
.content.data-v-2f1f017b{
.content.data-v-2f1f017b {
position: absolute;
top: 250rpx;
left: 0rpx;
right: 0rpx;
bottom: 100rpx;
}
.building.data-v-2f1f017b{
.building.data-v-2f1f017b {
width: 100%;
height: 90%;
display: flex;
@@ -46,7 +46,7 @@
justify-content: center;
align-items: center;
}
.buildingTitle.data-v-2f1f017b{
.buildingTitle.data-v-2f1f017b {
font-size: 40rpx;
color: #999999;
font-weight: bold;

View File

@@ -33,6 +33,14 @@ const _sfc_main = {
mounted() {
this.createModule = this.$refs.createModule;
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
methods: {
// 刷新
onRefresherRefresh() {
@@ -70,7 +78,7 @@ const _sfc_main = {
this.pkList.push(...res.data);
this.triggered = false;
} else {
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:217", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:225", res.msg);
}
});
},
@@ -146,7 +154,7 @@ const _sfc_main = {
duration: 3e3
});
} else {
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:293", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:301", res.msg);
}
});
},
@@ -281,5 +289,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-36b7ee78"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/pkInformation.js.map

View File

@@ -37,6 +37,14 @@ const _sfc_main = {
}
});
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
computed: {
sliderPosition() {
const { current, buttonWidth, gap } = this;
@@ -106,7 +114,7 @@ const _sfc_main = {
}
}
} else {
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkRecord.vue:192", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkRecord.vue:200", res.msg);
}
});
},
@@ -170,5 +178,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
}, $data.pkRecordlist.length === 0 ? {} : {});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6fa696de"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/pkRecord.js.map

View File

@@ -21,6 +21,14 @@ const _sfc_main = {
}
});
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
methods: {
formatDate: components_formatDate.formatDate,
//下拉刷新
@@ -51,7 +59,7 @@ const _sfc_main = {
this.pointslist.push(...res.data);
this.triggered = false;
} else {
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:101", res.msg);
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/points.vue:109", res.msg);
}
});
},
@@ -90,5 +98,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
}, $data.pointslist.length == 0 ? {} : {});
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-cd2929c5"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/points.js.map

View File

@@ -8,6 +8,14 @@ const _sfc_main = {
},
onLoad() {
},
onShareAppMessage(res) {
if (res.from === "menu") {
return {
title: "分享",
path: "/pages/Home/Home"
};
}
},
methods: {
onBack() {
common_vendor.wx$1.navigateBack({
@@ -22,5 +30,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-38749331"]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/serviceProtocol.js.map