feat: 对齐规则引擎

This commit is contained in:
Alex-larget
2026-03-17 12:21:33 +08:00
parent 601044ec60
commit fcc05b6420
9 changed files with 425 additions and 37 deletions

View File

@@ -5,6 +5,7 @@
*/
const app = getApp()
const { checkAndExecute } = require('../../utils/ruleEngine.js')
// 默认匹配类型配置
// 找伙伴:真正的匹配功能,匹配数据库中的真实用户
@@ -511,6 +512,8 @@ Page({
}
}
})
// 匹配后规则:引导填写 MBTI/行业信息
checkAndExecute('after_match', this)
} catch (e) {
console.log('上报匹配失败:', e)
}