|
@@ -256,7 +256,7 @@ const caimeiApi = {
|
|
|
23:`/pages/h5/activity/activity-topic?linkId=${pros.linkParam.id}`,
|
|
|
24:'/pages/user/coupon/coupon',
|
|
|
25:'/pages/goods/goods-doc-list',//美业资料
|
|
|
- 28:'/pages/h5/other/attestation' // 采美认证通
|
|
|
+ 28:`/pages/h5/article/path?link=${pros.link}` // 采美认证通
|
|
|
}
|
|
|
const url = typeMap[pros.linkType]
|
|
|
uni.navigateTo({
|
|
@@ -288,7 +288,7 @@ const caimeiApi = {
|
|
|
// '-1':`/pages/h5/article/path?link=${pros.link}`
|
|
|
24:'/pages/user/coupon/coupon',
|
|
|
25:'/pages/goods/goods-doc-list', //美业资料
|
|
|
- 28:'/pages/h5/other/attestation' // 采美认证通
|
|
|
+ 28:`/pages/h5/article/path?link=${pros.link}` // 采美认证通
|
|
|
}
|
|
|
const url = typeMap[linkType]
|
|
|
uni.navigateTo({
|