修复分销没有显示查看更多店铺功能,修复分销绑定问题

This commit is contained in:
2026-01-31 09:56:32 +08:00
parent ea3fb0fe0f
commit 0f640bdf9e
3 changed files with 8 additions and 4 deletions

View File

@@ -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 {