【代码优化】代码格式化

This commit is contained in:
卢越
2024-09-05 12:40:53 +08:00
parent b6dd2ae1eb
commit 75e7e58b8d
5 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ const decryptSpm = (spm) => {
};
// 绑定推广员
const bindBrokerageUser = async (val= undefined) => {
const bindBrokerageUser = async (val = undefined) => {
try {
const shareId = val || uni.getStorageSync('shareId');
if (!shareId) {