diff --git a/src/pages.json b/src/pages.json index 5184982..baa495f 100644 --- a/src/pages.json +++ b/src/pages.json @@ -660,7 +660,8 @@ "path": "xxgl/index", "style": { "navigationBarTitleText": "下乡管理", - "enablePullDownRefresh": false + "enablePullDownRefresh": true, + "onReachBottomDistance": 20 } }, // 线上看展 @@ -668,7 +669,11 @@ "path": "xskz/index", "style": { "navigationBarTitleText": "线上看展", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "usingComponents": { + "player-component": "plugin://player/video" + } + } } // 线上看展-详情 diff --git a/src/pagesD/xskz/index.vue b/src/pagesD/xskz/index.vue index 5188421..da01555 100644 --- a/src/pagesD/xskz/index.vue +++ b/src/pagesD/xskz/index.vue @@ -2,9 +2,13 @@ - + + + + + @@ -202,7 +206,8 @@ } .forms { - margin: 40rpx auto 0rpx; + margin: 0 auto 0rpx; + padding-top: 40rpx; .teamBox { .teamBox-top { diff --git a/src/request/interface.js b/src/request/interface.js index 9cd08d5..6aa278d 100644 --- a/src/request/interface.js +++ b/src/request/interface.js @@ -5,10 +5,10 @@ export default { config: { - // baseUrl: "http://192.168.1.31:8080/h5/api", //俞燕红-小程序不能配跨域 + baseUrl: "http://192.168.1.20:8080/h5/api", //俞燕红-小程序不能配跨域 // baseUrl: "/pre", //俞燕红-跨域 // baseUrl: "https://yxx.ydool.net/h5/api", //线上 - baseUrl: "/h5/api", //h5 + // baseUrl: "/h5/api", //h5 header: { 'Content-Type': 'application/json;charset=UTF-8', // 'Content-Type':'application/x-www-form-urlencoded'