diff --git a/app.js b/app.js
index 3752d15..3c2a2be 100644
--- a/app.js
+++ b/app.js
@@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
- data.isTest = data.isTest184? true : false;
+ data.isTest = data.isTest185? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件
diff --git a/pages/index/imgSource.js b/pages/index/imgSource.js
index 2122384..8a4e16d 100644
--- a/pages/index/imgSource.js
+++ b/pages/index/imgSource.js
@@ -38,7 +38,7 @@ const imageSource = {
],
// 旅游助手
LVZS: [
- "https://static.ticket.sz-trip.com/uploads/20250312/ae847f6081edb82a14a75b3e19146eeb.png",
+ "https://static.ticket.sz-trip.com/uploads/20250423/662eb322f8851e04df41fd836c6a88f3.png",
"https://static.ticket.sz-trip.com/uploads/20250312/d12ad76fbb7a46c1669c403e66e510ad.png",
"https://static.ticket.sz-trip.com/uploads/20250312/3b8941467df369032b70052b60095857.png",
"https://static.ticket.sz-trip.com/uploads/20250312/54b2063e28eacfeb220905563e802786.png",
@@ -72,9 +72,35 @@ const imageSource = {
// 长三角文旅平台
CSJWLPT: [
- "https://static.ticket.sz-trip.com/uploads/20250312/e44c2f4756948e8a5d837c759f643edc.png",
- "https://static.ticket.sz-trip.com/uploads/20250312/194a5636ecd849ce1f8b8f42c9d5b08b.png",
- "https://static.ticket.sz-trip.com/uploads/20250312/ea3bd8e0418d4ff2c07498d2cbef49c1.png",
+ {
+ "name":"玉见昆山",
+ "icon":"https://static.ticket.sz-trip.com/uploads/20250423/40319f04a78f25c2741e4ce11b375597.png",
+ "type":"mini",
+ "path":"",
+ "appid":"wx8888a3fd0862b4c8"
+ },
+ {
+ "name":"智游常熟",
+ "icon":"https://static.ticket.sz-trip.com/uploads/20250423/619870022ca676c31d2d6395f81dd3d7.png",
+ "type":"mini",
+ "path":"",
+ "appid":"wxdaf3d5edd07dc7af"
+ },
+ {
+ "name":"常享游",
+ "icon":"https://static.ticket.sz-trip.com/uploads/20250312/194a5636ecd849ce1f8b8f42c9d5b08b.png",
+ "type":"h5",
+ "url":"https://tour.wlczy.com/h5/"
+ },
+ {
+ "name":"畅游宿迁",
+ "icon":"https://static.ticket.sz-trip.com/uploads/20250312/ea3bd8e0418d4ff2c07498d2cbef49c1.png",
+ "type":"mini",
+ "path":"/pages/index/index",
+ "appid":"wxcb00a59c4fba136e"
+ },
+
+
],
// 导航标题侧边图片
diff --git a/pages/index/index.wxml b/pages/index/index.wxml
index 96d6cdf..b9d4c20 100644
--- a/pages/index/index.wxml
+++ b/pages/index/index.wxml
@@ -313,7 +313,9 @@
- -->
+
@@ -378,8 +380,8 @@
-
-
+
+
{{item.name}}
diff --git a/pages/index/index.wxss b/pages/index/index.wxss
index 7263c86..7b46194 100644
--- a/pages/index/index.wxss
+++ b/pages/index/index.wxss
@@ -673,9 +673,9 @@ page {
align-items: center;
}
.other-plats image {
- width: 106rpx;
+ width: 80rpx;
display: block;
- height: 106rpx;
+ height: 80rpx;
margin-bottom: 15rpx;
}
.other-plat {