【代码优化】代码格式化
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user