Commit 3b060a49 by zhengxiao

feat(custom): 新增推广场景5

parent 37680c1d
...@@ -219,9 +219,14 @@ export default { ...@@ -219,9 +219,14 @@ export default {
.finally(() => (this.loading = false)) .finally(() => (this.loading = false))
if (res) { if (res) {
let url = ''
// `${hostPrefix}/h5-course/pay/groupSuccess?replace=1&courseId=${res.productId}&groupRecordId=${res.recordId}` // `${hostPrefix}/h5-course/pay/groupSuccess?replace=1&courseId=${res.productId}&groupRecordId=${res.recordId}`
// https://testnewm.ydl.com/h5-course/detail/7529 // https://testnewm.ydl.com/h5-course/detail/7529
const url = `${hostPrefix}/h5-course/pay/groupSuccess?replace=1&courseId=${res.productId}&groupRecordId=${res.recordId}` if (scene === '5') {
url = ` ${hostPrefix}/h5-course/detail/${res.productId}`
} else {
url = `${hostPrefix}/h5-course/pay/groupSuccess?replace=1&courseId=${res.productId}&groupRecordId=${res.recordId}`
}
// productId 商品id // productId 商品id
// activityId 拼团活动id // activityId 拼团活动id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment