【代码评审】购物车提交的校验、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
@@ -194,7 +194,6 @@ const bindBrokerageUser = async (val = undefined) => {
if (!!data || msg.includes('不能绑定自己')) {
uni.removeStorageSync('shareId');
}
} catch (e) {
console.error(e);
}