diff --git a/src/pages.json b/src/pages.json index ac5f8c6..cb7756d 100644 --- a/src/pages.json +++ b/src/pages.json @@ -669,7 +669,8 @@ "path": "xskz/index", "style": { "navigationBarTitleText": "线上看展", - "enablePullDownRefresh": false, + "enablePullDownRefresh": true, + "onReachBottomDistance": 20, "usingComponents": { // #ifdef MP-WEIXIN "player-component": "plugin://player/video" diff --git a/src/pagesD/xskz/details.vue b/src/pagesD/xskz/details.vue index 7533d16..da6692c 100644 --- a/src/pagesD/xskz/details.vue +++ b/src/pagesD/xskz/details.vue @@ -1,7 +1,8 @@ \ No newline at end of file diff --git a/src/request/interface.js b/src/request/interface.js index 6aa278d..f9c0845 100644 --- a/src/request/interface.js +++ b/src/request/interface.js @@ -5,9 +5,9 @@ export default { config: { - baseUrl: "http://192.168.1.20:8080/h5/api", //俞燕红-小程序不能配跨域 + // baseUrl: "http://192.168.1.20:8080/h5/api", //俞燕红-小程序不能配跨域 // baseUrl: "/pre", //俞燕红-跨域 - // baseUrl: "https://yxx.ydool.net/h5/api", //线上 + baseUrl: "https://yxx.ydool.net/h5/api", //线上 // baseUrl: "/h5/api", //h5 header: { 'Content-Type': 'application/json;charset=UTF-8',