|
|
@ -138,6 +138,7 @@ |
|
|
|
img: 'https://static.ticket.sz-trip.com/changshu/images/index/wctc.png', |
|
|
|
path: '', |
|
|
|
url: 'https://test.m.cloud.sz-trip.com/CulturalCreation', |
|
|
|
// url: 'https://127.0.0.1/CulturalCreation?token=2d50b941-e204-4e5d-97c9-868430711459', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '酒店住宿', |
|
|
@ -287,7 +288,7 @@ |
|
|
|
let isJDSZ = this.goJDSZMiniProgram(item.url) |
|
|
|
if (isJDSZ) return |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/subPackages/webPage/webPage?url=' + item.url |
|
|
|
url: '/subPackages/webPage/webPage?url=' + encodeURIComponent(item.url) |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|