This commit is contained in:
2026-06-01 15:05:44 +08:00
3 changed files with 9 additions and 9 deletions

View File

@@ -1176,7 +1176,6 @@ const calculateScore = () => {
// 再按身份证号(或报告唯一键)确定性 ±10最终 10-90同一人/同一报告每次相同 // 再按身份证号(或报告唯一键)确定性 ±10最终 10-90同一人/同一报告每次相同
const offset = getDeterministicOffset(scoreIdCard.value); const offset = getDeterministicOffset(scoreIdCard.value);
const finalScore = Math.max(10, Math.min(90, rangeScore + offset)); const finalScore = Math.max(10, Math.min(90, rangeScore + offset));
return finalScore; return finalScore;
}; };

View File

@@ -62,16 +62,17 @@ const currentStatus = !actualData
:class="`status-label rounded-full px-6 py-3 text-center font-bold shadow-md ${currentStatus.bgClass} ${currentStatus.textClass}`"> :class="`status-label rounded-full px-6 py-3 text-center font-bold shadow-md ${currentStatus.bgClass} ${currentStatus.textClass}`">
{{ currentStatus.text }} {{ currentStatus.text }}
</div> </div>
<div v-if="currentStatus.opDate" class="op-date-container mt-4 px-4 py-2 bg-blue-50 rounded-lg border border-blue-200">
<p class="op-date text-sm font-medium text-blue-700">
登记日期{{ currentStatus.opDate }}
</p>
</div>
<p v-html="currentStatus.description" class="status-description mt-3 text-sm text-gray-600"></p> <p v-html="currentStatus.description" class="status-description mt-3 text-sm text-gray-600"></p>
</div> </div>
</div> </div>
</template> </template>
<!-- <div v-if="currentStatus.opDate" class="op-date-container mt-4 px-4 py-2 bg-blue-50 rounded-lg border border-blue-200">
<p class="op-date text-sm font-medium text-blue-700">
登记日期{{ currentStatus.opDate }}
</p>
</div> -->
<style lang="scss" scoped> <style lang="scss" scoped>
.status-info { .status-info {

View File

@@ -174,7 +174,7 @@
</div> </div>
<div class="text-sm leading-relaxed" style="color: var(--van-text-color);"> <div class="text-sm leading-relaxed" style="color: var(--van-text-color);">
<p>为保障交易安全系统将冻结部分资金作为风险保障金</p> <p>为保障交易安全系统将冻结部分资金作为风险保障金</p>
<p class="mt-2" style="color: #3b82f6;"> 冻结条件定价100元以上冻结10%风险保障金</p> <p class="mt-2" style="color: #3b82f6;"> 冻结条件定价50元以上冻结10%风险保障金</p>
<p style="color: #3b82f6;"> 退回规则30天内无欺诈投诉自动退回余额</p> <p style="color: #3b82f6;"> 退回规则30天内无欺诈投诉自动退回余额</p>
</div> </div>
</div> </div>
@@ -346,10 +346,10 @@
<!-- 提示信息 --> <!-- 提示信息 -->
<div class="bg-blue-50 rounded-lg p-3 text-sm"> <div class="bg-blue-50 rounded-lg p-3 text-sm">
<p class="text-blue-600 font-medium mb-2"> <p class="text-blue-600 font-medium mb-2">
税收说明 到账时间
</p> </p>
<div class="text-gray-600"> <div class="text-gray-600">
<p>当前税率6%</p> <p>24小时内到账</p>
<!-- <p> 提现金额¥{{ amount }}</p> <!-- <p> 提现金额¥{{ amount }}</p>
<p> 税率6%</p> <p> 税率6%</p>
<p class="text-blue-600"> 税收计算¥{{ amount }} × 6% = ¥{{ taxAmount.toFixed(2) }}</p> --> <p class="text-blue-600"> 税收计算¥{{ amount }} × 6% = ¥{{ taxAmount.toFixed(2) }}</p> -->