【代码评审】购物车提交的校验、bgStyle 样式

This commit is contained in:
YunaiV
2024-12-11 13:08:55 +08:00
parent 39869cd92d
commit 164589f634
3 changed files with 52 additions and 18 deletions
+1
View File
@@ -153,6 +153,7 @@
});
// 背景1
// TODO puhui999:是不是应该还是用 color。然后后端装修那,做下调整~
const bgMain = computed(() => {
if (navbarMode.value === 'inner') {
return {
-1
View File
@@ -194,7 +194,6 @@ const bindBrokerageUser = async (val = undefined) => {
if (!!data || msg.includes('不能绑定自己')) {
uni.removeStorageSync('shareId');
}
} catch (e) {
console.error(e);
}