分类样式修改

This commit is contained in:
HJ 2023-03-04 23:30:16 +08:00
parent 7d563ef954
commit ba289eb1bf
2 changed files with 166 additions and 170 deletions

View File

@ -50,7 +50,7 @@
};
},
onLoad(options) {
if(!uni.getStorageSync("hasLogin")){
if (!uni.getStorageSync("hasLogin")) {
this.$u.toast('请先登录哦');
}
},
@ -123,7 +123,7 @@
padding: 20rpx;
border-bottom: 1px solid #F5F5F5;
&:last-child {
&:last-child {
border: 0;
}

View File

@ -7,13 +7,9 @@ const shareH5Url = "https://www.linfeng.tech/#/"; //H5分享路径
// const domain = 'http://' + baseUrl + "/app/";
//线上环境配置
<<<<<<< HEAD
const baseUrl = "wxapi.linfeng.tech";
const domain = 'https://' + baseUrl + "/app/";
=======
// const baseUrl = "";
// const domain = 'https://' + baseUrl + "/app/";
>>>>>>> 85ba2abf696189e458edd77880b587e2e8b9d91c