Merge branch 'main' of http://1.117.67.95:3000/team/ycc-proxy-webview
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user