【代码评审】购物车提交的校验、bgStyle 样式
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
});
|
||||
|
||||
// 背景1
|
||||
// TODO puhui999:是不是应该还是用 color。然后后端装修那,做下调整~
|
||||
const bgMain = computed(() => {
|
||||
if (navbarMode.value === 'inner') {
|
||||
return {
|
||||
|
||||
@@ -194,7 +194,6 @@ const bindBrokerageUser = async (val = undefined) => {
|
||||
if (!!data || msg.includes('不能绑定自己')) {
|
||||
uni.removeStorageSync('shareId');
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user