Browse Source

更新

zhang
zhang 2 years ago
parent
commit
6d682019dc
  1. 4
      api/config.js
  2. 9
      pages.json
  3. 2
      pages/artist/artist.vue
  4. 21
      pages/datail/datail.scss
  5. 4
      pages/datail/datail.vue
  6. 33
      pages/fankuilist/fankuilist.vue
  7. 70
      pages/fankuilist/index.scss
  8. 4
      pages/myzuopin/index.scss
  9. 2
      pages/myzuopin/myzuopin.vue
  10. BIN
      static/addfankui.png
  11. BIN
      static/xqbg.png
  12. 9
      utils/test.js

4
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' //测试环境

9
pages.json

@ -102,15 +102,6 @@
"navigationStyle": "custom"
}
},
{
"path" : "pages/test/test",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",

2
pages/artist/artist.vue

@ -224,7 +224,7 @@
},
goyijfk(){
uni.navigateTo({
url:'../yijianfankui/yijianfankui'
url:'../fankuilist/fankuilist'
})
},
gozupping(){

21
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;
@ -38,6 +38,23 @@
}
}
.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;

4
pages/datail/datail.vue

@ -57,7 +57,7 @@
</rich-text>
</view>
<view class="logo">
<view class="headertitle">
<view class="login_tis">
<view></view>
<text
style="font-size: 30upx;">{{zhong[0].title}}</text>
@ -66,7 +66,7 @@
</rich-text>
</view>
<view class="logo" style="margin-bottom: 90upx;">
<view class="headertitle">
<view class="login_tis">
<view></view>
<text
style="font-size: 30upx;">{{zhong[1].title}}</text>

33
pages/fankuilist/fankuilist.vue

@ -4,6 +4,30 @@
<image @click="fanhui" class="fanhui" src="../../static/tuichu.png"></image>
<view>意见反馈</view>
</view>
<view class="fankuilist">
<view>
<view>
<view>这是标题</view>
<view>2022-10-12</view>
</view>
<view class="wenzhi">这是主要内容这是主要内容这是主要内容这是主要内容这是主这是主要内容这是主要内容这是主要内容这是主要内容这是主</view>
</view>
<view>
<view>
<view>这是标题</view>
<view>2022-10-12</view>
</view>
<view class="wenzhi">这是主要内容这是主要内容这是主要内容这是主要内容这是主这是主要内容这是主要内容这是主要内容这是主要内容这是主</view>
</view>
<view>
<view>
<view>这是标题</view>
<view>2022-10-12</view>
</view>
<view class="wenzhi">这是主要内容这是主要内容这是主要内容这是主要内容这是主这是主要内容这是主要内容这是主要内容这是主要内容这是主</view>
</view>
</view>
<image @click="goyjfk" class="tianjia" src="../../static/addfankui.png"></image>
</view>
</template>
@ -15,7 +39,14 @@
}
},
methods: {
goyjfk(){
uni.navigateTo({
url:'../yijianfankui/yijianfankui'
})
},
fanhui(){
uni.navigateBack()
}
}
}
</script>

70
pages/fankuilist/index.scss

@ -0,0 +1,70 @@
.heads{
width: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-size: 32upx;
font-weight: 400;
color: #FFFFFF;
background-color: #FFFFFF00;
padding-top: 50upx;
.fanhui{
width: 52upx;
height: 52upx;
position: absolute;
left: 20upx;
}
}
.fankuilist{
width: 654upx;
margin: auto;
margin-top: 60upx;
display: flex;
flex-direction: column;
align-items: center;
.wenzhi{
width: 654upx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
align-items: center;
font-size: 24upx;
font-weight: 400;
color: #B4B4B4;
display: block;
}
>view{
padding: 28upx 0;
// display: flex;
// flex-direction: column;
border-bottom: 1upx solid #FFFFFF20;
>view{
width: 100%;
display: flex;
justify-content: space-between;
>view{
margin-bottom: 12upx;
}
>view:nth-of-type(1){
font-size: 28upx;
font-weight: 400;
color: #FFFFFF;
}
>view:nth-of-type(2){
font-size: 20upx;
font-weight: 400;
color: #B4B4B4;
}
}
}
}
.tianjia{
width: 128upx;
height: 128upx;
position: fixed;
right: 38upx;
top: 50%;
}

4
pages/myzuopin/index.scss

@ -51,10 +51,14 @@
// width: 100upx;
// height: 80upx;
// line-height: 30upx;
// display: block !important;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
white-space:normal;
word-break:break-all;
word-wrap:break-word;
// white-space:pre;
}
}

2
pages/myzuopin/myzuopin.vue

@ -17,7 +17,7 @@
状态<text>发售中</text>
</view>
<view class="gailian">
<view>概念</view><view class="neiron">1231231123123123211111231231232111112312312321111123123123211112321111</view>
<view>概念</view><span class="neiron">1231231123123123211111231231232111112312312321111123123123211112321111</span>
</view>
</view>
</view>

BIN
static/addfankui.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
static/xqbg.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

9
utils/test.js

@ -0,0 +1,9 @@
import request from "./request.js";
let http='https://wx.online-cmcc.cn/sichuan/sc/assessor/index.html#/InformationCenter'
let id=123;
let name=['&taskId=10681&type=1&taskName=%E8%AF%9A%E4%BF%A1%E5%A6%82%E9%87%91%EF%BC%8C%E7%94%A8%E5%BF%83%E4%BC%A0%E9%80%92%E6%AF%8F%E4%B8%80%E4%BB%BD%E7%88%B1%EF%BC%8C%E4%B8%AD%E5%9B%BD%E7%A7%BB%E5%8A%A8%E5%9B%9B%E5%B7%9D%E5%85%AC%E5%8F%B8%E6%89%BF%E8%AF%BA%E5%8D%81%E9%A1%B9%E6%9C%8D%E5%8A%A1%E5%AE%9E%E4%BA%8B%E4%B8%BA%E6%B0%91&rand=1']
request({
url:`${http}?shareId=${id}${name[0]}`,
method: "get",
})
Loading…
Cancel
Save