优化错误提示

This commit is contained in:
2024-06-15 19:08:56 +08:00
parent f83bf3dd98
commit 41384ef8e9
3 changed files with 25 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ const buildSqbParams = computed(() => {
total_amount: Number(((totalPrice.value || 0) * 100).toFixed(2)),
terminal_sn: terminalInfo.value?.terminalSn,
subject: orderBean?.value?.orderGoods[0].name || '未知',
subject_img: orderBean?.value?.orderGoods[0].images || '',
subject_img: orderBean?.value?.orderGoods[0].images || 'xxx',
merchant_name: terminalInfo.value?.companyName,
notify_url: 'https://www.baidu.com'
}, true);