首页改版,增加全部操作页面,新增店铺装修页面

This commit is contained in:
2025-05-28 17:00:29 +08:00
parent 6cc53db443
commit bb84b49ddc
23 changed files with 1817 additions and 558 deletions

View File

@@ -308,6 +308,9 @@ text {
.border-r-12{
border-radius: 12rpx;
}
.border-r-16{
border-radius: 16rpx;
}
.border-r-18{
border-radius: 18rpx;
}

View File

@@ -19,6 +19,7 @@ const model = {
setLogin(res){
uni.setStorageSync('shopInfo',res.shopInfo)
uni.setStorageSync('shopStaff',res.shopStaff)
uni.setStorageSync('loginType',res.loginType)
if(res.loginType=='1'){
// uni.setStorageSync('merchantName',user.createBy||user.updateBy)