This commit is contained in:
张成
2025-12-03 22:37:45 +08:00
parent 7699facccd
commit 5ab2b2bb98
6 changed files with 58 additions and 8 deletions

View File

@@ -631,11 +631,10 @@ function Result() {
}
useShareAppMessage(async (res) => {
// const url = await genCardImage();
console.log(res, "res");
return {
title: "来测一测你的NTRP等级吧",
// imageUrl: url,
imageUrl: result?.level_img || undefined,
path: `/other_pages/ntrp-evaluate/index?stage=${StageType.INTRO}`,
};
});