修复分销没有显示查看更多店铺功能,修复分销绑定问题
This commit is contained in:
@@ -400,7 +400,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
const shopUserInfo = ref();
|
||||
const shopUserInfo = ref({shopInfo:{}});
|
||||
const config = reactive({});
|
||||
//邀请码
|
||||
const inviteCode = ref('');
|
||||
@@ -871,6 +871,10 @@
|
||||
color: #e8ad7b;
|
||||
line-height: 48rpx;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bottom-btn {
|
||||
|
||||
Reference in New Issue
Block a user