diff --git a/api/config.js b/api/config.js index a00ac7b..53cf748 100644 --- a/api/config.js +++ b/api/config.js @@ -1,5 +1,5 @@ -const host='http://192.168.100.8:8080' //黎明友 -//const host='http://192.168.0.113:8080' //曹义忠 +// const host='http://192.168.100.8:8080' //黎明友 +const host='http://192.168.100.11:8080' //曹义忠 // const host='http://wjtest.x-embers.com/prod-api' //测试环境 // const host='http://wjtest.x-embers.com' //测试环境 diff --git a/pages.json b/pages.json index 3460d10..4446d86 100644 --- a/pages.json +++ b/pages.json @@ -102,15 +102,6 @@ "navigationStyle": "custom" } - }, - { - "path" : "pages/test/test", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - }, { "path": "pages/login/login", diff --git a/pages/artist/artist.vue b/pages/artist/artist.vue index 9104e69..22b2689 100644 --- a/pages/artist/artist.vue +++ b/pages/artist/artist.vue @@ -224,7 +224,7 @@ }, goyijfk(){ uni.navigateTo({ - url:'../yijianfankui/yijianfankui' + url:'../fankuilist/fankuilist' }) }, gozupping(){ diff --git a/pages/datail/datail.scss b/pages/datail/datail.scss index 68b6ddb..52593d2 100644 --- a/pages/datail/datail.scss +++ b/pages/datail/datail.scss @@ -2,7 +2,7 @@ width: 750upx; height: 1000upx; background-color:#000000; - background-image: url('https://wj-nft.oss-cn-beijing.aliyuncs.com/image/1646126645949.png'); + // background-image: url('https://wj-nft.oss-cn-beijing.aliyuncs.com/image/1646126645949.png'); background-size: cover; background-repeat: no-repeat; display: flex; @@ -37,7 +37,24 @@ margin-top: 30upx; } } - + +.login_tis{ + display: flex; + align-items: center; + margin-bottom: 20upx; + >view{ + width: 6upx; + height: 24upx; + background: linear-gradient(180deg, #1A94EE 0%, #53F2D1 100%); + border-radius: 0px 0px 0px 0px; + margin-right: 8upx; + } + >text{ + font-size: 28upx; + font-weight: 400; + color: #FFFFFF; + } +} .pictrue{ width: 750upx; @@ -256,7 +273,7 @@ padding-bottom: 40upx; padding:20upx; box-sizing: border-box; // background-color: #1a1a1a; - background-image: url('../../static/spbjxq.png'); + background-image: url('../../static/xqbg.png'); background-repeat: no-repeat; background-size: 100% 100%; display: flex; diff --git a/pages/datail/datail.vue b/pages/datail/datail.vue index aa7a8db..2855d89 100644 --- a/pages/datail/datail.vue +++ b/pages/datail/datail.vue @@ -57,7 +57,7 @@