diff --git a/src/manifest.json b/src/manifest.json index 3e1baee..05118c5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,117 +1,116 @@ { - "name": "yxx", - "appid": "__UNI__77CA6BC", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - "app-plus": { - /* 5+App特有相关 */ - "usingComponents": true, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 - }, - "modules": {}, - /* 模块配置 */ - "distribute": { - /* 应用发布信息 */ - "android": { - /* android打包配置 */ - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - "ios": {}, - /* ios打包配置 */ - "sdkConfigs": {} - } - }, - /* SDK配置 */ - "quickapp": {}, - /* 快应用特有相关 */ - "mp-weixin": { - "appid": "wx55b187e6ed92e2ac", - "setting": { - "urlCheck": true, - "minified": true, - "es6": true, - "postcss": true - }, - "usingComponents": true, - "lazyCodeLoading": "requiredComponents", - "optimization": { - "subPackages": true - }, - "plugins": { - "player": { - "version": "2.1.1", - "provider": "wxa75efa648b60994b" - } - } + "name" : "yxx", + "appid" : "__UNI__77CA6BC", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + "app-plus" : { + /* 5+App特有相关 */ + "usingComponents" : true, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 + }, + "modules" : {}, + /* 模块配置 */ + "distribute" : { + /* 应用发布信息 */ + "android" : { + /* android打包配置 */ + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + "ios" : {}, + /* ios打包配置 */ + "sdkConfigs" : {} + } + }, + /* SDK配置 */ + "quickapp" : {}, + /* 快应用特有相关 */ + "mp-weixin" : { + "appid" : "wx55b187e6ed92e2ac", + "setting" : { + "urlCheck" : true, + "minified" : true, + "es6" : true, + "postcss" : true + }, + "usingComponents" : true, + "lazyCodeLoading" : "requiredComponents", + "optimization" : { + "subPackages" : true + }, + "plugins" : { + "player" : { + "version" : "2.1.1", + "provider" : "wxa75efa648b60994b" + } + } + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "mp-qq" : { + "usingComponents" : true + }, + "h5" : { + "router" : { + "mode" : "hash" + }, + "title" : "艺象心", + "devServer" : { + "disableHostCheck" : true, // 禁用 Host 检查,默认false + "proxy" : { + // 与vue中的proxyTable配置大致上一致,此处我同时代理了两个 + "/pre" : { + // 预发布 + "target" : "http://192.168.1.3:8080/h5/api", // 目标接口域名 - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "mp-qq": { - "usingComponents": true - }, - "h5": { - "router": { - "mode": "hash" - }, - "title": "艺象心", - "devServer": { - "disableHostCheck": true, // 禁用 Host 检查,默认false - "proxy": { - // 与vue中的proxyTable配置大致上一致,此处我同时代理了两个 - "/pre": { - // 预发布 - "target": "http://192.168.1.3:8080/h5/api", // 目标接口域名 - - // "target" : "https://yxx.ydool.net/h5/api", // 目标接口域名 - "changeOrigin": true, // 是否跨域 - "secure": false, // 设置支持https协议的代理 - "pathRewrite": { - "^/pre": "" - } // 此处pathRewrite加第二个参数是因为我的接口最后都有一个/api,在这个地方加/api等价于直接在target后加/api - }, - "/sock": { - // 预发布 - "target": "ws:// 10.0.0.5:8080/webSocket", // 目标接口域名 - "changeOrigin": true // 是否跨域 - } - } - } - } -} \ No newline at end of file + // "target" : "https://yxx.ydool.net/h5/api", // 目标接口域名 + "changeOrigin" : true, // 是否跨域 + "secure" : false, // 设置支持https协议的代理 + "pathRewrite" : { + "^/pre" : "" + } // 此处pathRewrite加第二个参数是因为我的接口最后都有一个/api,在这个地方加/api等价于直接在target后加/api + }, + "/sock" : { + // 预发布 + "target" : "ws:// 10.0.0.5:8080/webSocket", // 目标接口域名 + "changeOrigin" : true // 是否跨域 + } + } + } + } +} diff --git a/src/pages.json b/src/pages.json index 0a2276e..131e54d 100644 --- a/src/pages.json +++ b/src/pages.json @@ -445,6 +445,20 @@ "enablePullDownRefresh": false } }, + { + "path": "DataSearch/addNew", + "style": { + "navigationBarTitleText": "新建文件夹", + "enablePullDownRefresh": false + } + }, + { + "path": "DataSearch/upload", + "style": { + "navigationBarTitleText": "上传文件", + "enablePullDownRefresh": false + } + }, { "path": "enjoy/enjoy", "style": { diff --git a/src/pagesA/activeManage/activeManage.vue b/src/pagesA/activeManage/activeManage.vue index 1d858b2..24578c2 100644 --- a/src/pagesA/activeManage/activeManage.vue +++ b/src/pagesA/activeManage/activeManage.vue @@ -165,7 +165,7 @@ - + @@ -188,7 +188,7 @@ - + @@ -208,7 +208,7 @@ - + diff --git a/src/pagesA/addArtActivity/addArtActivity.vue b/src/pagesA/addArtActivity/addArtActivity.vue index 9246946..a0b87de 100644 --- a/src/pagesA/addArtActivity/addArtActivity.vue +++ b/src/pagesA/addArtActivity/addArtActivity.vue @@ -46,7 +46,7 @@ - + - + 确认取消关注? diff --git a/src/pagesB/ArtRace/ArtRace.vue b/src/pagesB/ArtRace/ArtRace.vue index 77b3ccf..501aa67 100644 --- a/src/pagesB/ArtRace/ArtRace.vue +++ b/src/pagesB/ArtRace/ArtRace.vue @@ -7,7 +7,7 @@ - + {{v.name}} @@ -17,6 +17,10 @@ + + + + @@ -64,6 +68,7 @@ console.log('item', item); this.type = item.value this.pages = 1 + this.dataList = [] this.getData() }, getType() { diff --git a/src/pagesB/MyOrder/MyOrder.vue b/src/pagesB/MyOrder/MyOrder.vue index 69af412..d87d68f 100644 --- a/src/pagesB/MyOrder/MyOrder.vue +++ b/src/pagesB/MyOrder/MyOrder.vue @@ -85,7 +85,7 @@ - + diff --git a/src/pagesC/ActivitiesDetail/ActivitiesDetail.vue b/src/pagesC/ActivitiesDetail/ActivitiesDetail.vue index 1f50296..fdd6a90 100644 --- a/src/pagesC/ActivitiesDetail/ActivitiesDetail.vue +++ b/src/pagesC/ActivitiesDetail/ActivitiesDetail.vue @@ -119,7 +119,7 @@ - + @@ -142,7 +142,7 @@ - + @@ -162,7 +162,7 @@ - + diff --git a/src/pagesC/DataSearch/DataSearch.vue b/src/pagesC/DataSearch/DataSearch.vue index 0d9829f..fbd3ed0 100644 --- a/src/pagesC/DataSearch/DataSearch.vue +++ b/src/pagesC/DataSearch/DataSearch.vue @@ -1,189 +1,327 @@ @@ -195,14 +333,19 @@ .search_box { padding: 32rpx; - display: flex; align-items: center; + box-sizing: border-box; .car_box { - width: 24px; - height: 24px; - margin-left: 12px; + width: 48rpx; + height: 48rpx; + margin-left: 24rpx; + + .dd { + width: 48rpx; + height: 48rpx; + } } } @@ -279,6 +422,36 @@ overflow: hidden; } + .bottom_tab { + height: 170rpx; + // border: 1px solid red; + + position: fixed; + bottom: 0; + left: 0; + width: 100%; + + .bottom_yx { + color: $black; + display: flex; + justify-content: space-around; + background-color: #F7F7F7; + height: 170rpx; + + .bottom_tab_itm { + display: flex; + align-items: center; + + .bottom_tab_itm_img { + width: 32rpx; + height: 32rpx; + margin-right: 8rpx; + } + } + } + + } + .tan_con { @@ -317,4 +490,4 @@ } } - + \ No newline at end of file diff --git a/src/pagesC/DataSearch/addNew.vue b/src/pagesC/DataSearch/addNew.vue new file mode 100644 index 0000000..7ad4581 --- /dev/null +++ b/src/pagesC/DataSearch/addNew.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/src/pagesC/DataSearch/upload.vue b/src/pagesC/DataSearch/upload.vue new file mode 100644 index 0000000..9ddc879 --- /dev/null +++ b/src/pagesC/DataSearch/upload.vue @@ -0,0 +1,246 @@ + + + + + + + diff --git a/src/pagesC/folderDetail/folderDetail.vue b/src/pagesC/folderDetail/folderDetail.vue index ffa8381..7561187 100644 --- a/src/pagesC/folderDetail/folderDetail.vue +++ b/src/pagesC/folderDetail/folderDetail.vue @@ -1,8 +1,6 @@ diff --git a/src/pagesD/xskz/index.vue b/src/pagesD/xskz/index.vue index 7202d84..5188421 100644 --- a/src/pagesD/xskz/index.vue +++ b/src/pagesD/xskz/index.vue @@ -1,248 +1,277 @@ + .forms { + margin: 40rpx auto 0rpx; + + .teamBox { + .teamBox-top { + position: relative; + + .content { + position: relative; + z-index: 4; + + .content-title { + position: absolute; + z-index: 10; + padding: 18rpx; + + text { + color: #fff; + max-width: 500rpx; + overflow: hidden; + /* 超出一行文字自动隐藏 */ + text-overflow: ellipsis; + /*文字隐藏后添加省略号*/ + white-space: nowrap; + } + } + + .team-image { + width: 100%; + height: 400rpx; + } + } + + .mask { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 12; + display: flex; + align-items: center; + justify-content: center; + + .mask-play { + image { + width: 60rpx; + height: 60rpx; + } + } + } + } + + .teamBox-bottom { + display: flex; + justify-content: space-between; + padding: 15rpx 32rpx; + background-color: #fff; + box-sizing: border-box; + + .interactive { + display: flex; + align-items: center; + + image { + width: 30rpx; + height: 30rpx; + margin-right: 12rpx; + } + } + } + } + } + \ No newline at end of file diff --git a/src/pagesD/xxgl/index.vue b/src/pagesD/xxgl/index.vue index d3f1a59..3ea70bd 100644 --- a/src/pagesD/xxgl/index.vue +++ b/src/pagesD/xxgl/index.vue @@ -1,88 +1,57 @@ + .pinContent { + margin-top: 16rpx; + + textarea { + margin: 12rpx; + } + } + \ No newline at end of file diff --git a/src/request/interface.js b/src/request/interface.js index 695165f..e83fe7c 100644 --- a/src/request/interface.js +++ b/src/request/interface.js @@ -5,10 +5,10 @@ export default { config: { - baseUrl: "http://192.168.1.3:8080/h5/api", //俞燕红-小程序不能配跨域 + // baseUrl: "http://192.168.1.3: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' diff --git a/src/static/DataSearch/other.png b/src/static/DataSearch/other.png new file mode 100644 index 0000000..4b9c13f Binary files /dev/null and b/src/static/DataSearch/other.png differ