Showing
1 changed file
with
0 additions
and
6 deletions
| ... | @@ -191,12 +191,6 @@ useLoad((options) => { | ... | @@ -191,12 +191,6 @@ useLoad((options) => { |
| 191 | console.error('支付确认页预加载图片版本配置失败:', error) | 191 | console.error('支付确认页预加载图片版本配置失败:', error) |
| 192 | }) | 192 | }) |
| 193 | 193 | ||
| 194 | - // TODO: 提供给外部 H5 配合同学的小程序跳转地址请按下面拼接: | ||
| 195 | - // 1. 页面路径:/pages/pay-confirm/index | ||
| 196 | - // 2. 必传参数:order_id(后端支付订单 ID) | ||
| 197 | - // 3. 展示参数:amount(支付确认页展示金额,建议传字符串,如 99.00) | ||
| 198 | - // 4. 完整示例:/pages/pay-confirm/index?order_id=202605150001&amount=99.00 | ||
| 199 | - // 5. 当前页面也兼容旧参数 money,但新接入默认统一传 amount,不要再继续扩散 money | ||
| 200 | order_id.value = String(options?.order_id || '').trim() | 194 | order_id.value = String(options?.order_id || '').trim() |
| 201 | amount.value = String(options?.amount || options?.money || '').trim() | 195 | amount.value = String(options?.amount || options?.money || '').trim() |
| 202 | 196 | ... | ... |
-
Please register or login to post a comment