Prechádzať zdrojové kódy

💊 按要求增加条目

快乐的梦鱼 1 mesiac pred
rodič
commit
b60bd1c4bd

+ 2 - 2
src/pages/collect/assessment/components/EvaluationFormBlock.vue

@@ -311,9 +311,9 @@ function getAnnexUpload(itemId: number) {
       return;
     const mimetype = getMimeType(item.filePath);
     const inputDoc = buildAnnexDescInputDoc();
-    const desc = inputDoc
+    const desc = /*inputDoc
       ? await AgentWorkApi.generateFileDescByInputDoc(inputDoc, item.name)
-      : '';
+      :*/ '';
     await AssessmentContentApi.saveAnnex({
       name: item.name,
       formId,

+ 1 - 0
src/pages/user/index.vue

@@ -68,6 +68,7 @@
           <Cell icon="https://mncdn.wenlvti.net/uploads/20250313/66d4665b1da5075e60148312469b2630.png" title="我的投稿" showArrow touchable @click="goContributeList" />
           <Cell icon="https://mncdn.wenlvti.net/uploads/20250313/042236758da5aaed21c1010e5b9440ce.png" title="我的收藏" showArrow touchable @click="goCollectList" />
           <Cell icon="https://mncdn.wenlvti.net/uploads/20250313/1366973c061bf98594036e42c0344593.png" title="传承人之家" showArrow touchable @click="goInheritor" />
+          <Cell icon="https://mncdn.wenlvti.net/uploads/20250313/acd97ca7b3f7736942495c7aec1dd65b.png" title="闽南文化采集" showArrow touchable @click="goInheritor" />
           <button open-type="contact" class="remove-button-style">
             <Cell icon="https://mncdn.wenlvti.net/uploads/20250313/d2e9010323d098aa51e268fc32f14d3d.png" title="在线客服" showArrow touchable />
           </button>