jiazhipeng 12 months ago
parent
commit
49ff0393b1
  1. 2
      app.js
  2. 2
      pages/index/index.js
  3. 2
      project.private.config.json

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest186? true : false; data.isTest = data.isTest187? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

2
pages/index/index.js

@ -110,7 +110,7 @@ Page({
bg: 'linear-gradient(172deg, #A49CE9, #353A68);', bg: 'linear-gradient(172deg, #A49CE9, #353A68);',
icon:'https://static.ticket.sz-trip.com/uploads/20250429/8c023b9c626d3821b64d105ae6e65f2d.png', //非玩不可 景点产品 icon:'https://static.ticket.sz-trip.com/uploads/20250429/8c023b9c626d3821b64d105ae6e65f2d.png', //非玩不可 景点产品
// path:'/pages/list/night/index', // path:'/pages/list/night/index',
url:'http://m.cloud.sz-trip.com/nightTour2025', url:'https://m.cloud.sz-trip.com/nightTour2025',
path: '', path: '',
list: [], list: [],

2
project.private.config.json

@ -1,7 +1,7 @@
{ {
"setting": { "setting": {
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": false "urlCheck": true
}, },
"condition": { "condition": {
"miniprogram": { "miniprogram": {

Loading…
Cancel
Save