页面优化

This commit is contained in:
赵毅 2025-12-01 15:38:40 +08:00
parent b4146f812b
commit 569d56a198
2 changed files with 14 additions and 12 deletions

View File

@ -689,6 +689,8 @@ export default {
return; return;
} }
// goods_cate
const goods_cate = that.is_group_buy ? 2 : 1;
request(apiArr.deleteCar, "POST", { request(apiArr.deleteCar, "POST", {
ids, ids,
goods_cate: goods_cate, goods_cate: goods_cate,

View File

@ -230,12 +230,12 @@ export default {
url: "/packages/storeManagement/index/index", url: "/packages/storeManagement/index/index",
isShow: uni.getStorageSync('is_merchant'), isShow: uni.getStorageSync('is_merchant'),
}, },
{ // {
image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageGys.png", // image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageGys.png",
name: "供应商端", // name: "",
url: "", // url: "",
isShow: uni.getStorageSync('is_worker'), // isShow: uni.getStorageSync('is_worker'),
}, // },
{ {
image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageWuye.png", image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageWuye.png",
name: "物业端", name: "物业端",
@ -334,12 +334,12 @@ export default {
url: "/packages/storeManagement/index/index", url: "/packages/storeManagement/index/index",
isShow: loginRes.is_merchant, isShow: loginRes.is_merchant,
}, },
{ // {
image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageGys.png", // image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageGys.png",
name: "供应商端", // name: "",
url: "", // url: "",
isShow: loginRes.is_worker, // isShow: loginRes.is_worker,
}, // },
{ {
image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageWuye.png", image: "https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/userPageWuye.png",
name: "物业端", name: "物业端",