暂存代码

This commit is contained in:
何江明
2025-05-23 18:03:45 +08:00
parent 8217069b9a
commit a2c87e47bf
313 changed files with 6157 additions and 1102 deletions
+6 -4
View File
@@ -135,7 +135,8 @@ const _sfc_main = {
{
id: 8,
title: "商学院资讯",
url: "/static/mine/tool_sxy.png"
url: "/static/mine/tool_sxy.png",
path: "/pages/news/news"
},
{
id: 11,
@@ -226,7 +227,9 @@ const _sfc_main = {
// 跳转到入驻页面
jumpEnter(type) {
if (type === "merchant") {
this.openShow = true;
common_vendor.index.navigateTo({
url: "/pages/merchant_settlement/merchant_settlement"
});
} else if (type === "brand") {
this.brandShow = true;
}
@@ -264,7 +267,6 @@ const _sfc_main = {
}
},
beforeDestroy() {
common_vendor.index.__f__("log", "at pages/mine/mine.vue:413", "beforeDestry");
this.statisticsObj = {
unPayNum: 0,
//待支付数量
@@ -438,7 +440,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
D: common_vendor.o(($event) => {
$data.brandShow = false;
}),
E: common_vendor.o(($event) => $options.copyMobile("15888880123")),
E: common_vendor.o(($event) => $options.copyMobile("13922786999")),
F: common_vendor.o(($event) => {
$data.brandShow = false;
}),
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -26,7 +26,7 @@
height: calc(100vh - 140rpx);
overflow: auto;
position: relative;
background-color: #F5F5F5;
background-color: #F5F5F5FF;
}
.mine_header {
height: 300rpx;