首页改版,增加全部操作页面,新增店铺装修页面
This commit is contained in:
@@ -308,6 +308,9 @@ text {
|
||||
.border-r-12{
|
||||
border-radius: 12rpx;
|
||||
}
|
||||
.border-r-16{
|
||||
border-radius: 16rpx;
|
||||
}
|
||||
.border-r-18{
|
||||
border-radius: 18rpx;
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user