页面优化
This commit is contained in:
parent
b4146f812b
commit
569d56a198
@ -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,
|
||||||
|
|||||||
@ -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: "物业端",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user