企业信息

This commit is contained in:
zdx
2020-12-31 16:10:36 +08:00
parent 3855eb456f
commit f9f71e1c19
75 changed files with 425 additions and 357 deletions

View File

@@ -1,9 +1,11 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({
data: {
lists: [], //列表
crowdfund_id:''
crowdfund_id: ''
},
/**
* 页面的初始数据
@@ -11,7 +13,7 @@ Page({
onLoad(e) {
this.setData({
lists: JSON.parse(e.lists),
crowdfund_id:e.crowdfund_id
crowdfund_id: e.crowdfund_id
})
},
/**
@@ -20,7 +22,7 @@ Page({
beSure(e) {
console.log('besure');
wx.navigateTo({
url: '../beSureOrder/beSureOrder?crowdfund_item_id='+e.currentTarget.dataset.id+'&crowdfund_id='+this.data.crowdfund_id,
url: '../beSureOrder/beSureOrder?crowdfund_item_id=' + e.currentTarget.dataset.id + '&crowdfund_id=' + this.data.crowdfund_id,
})
},

View File

@@ -1,4 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_detail_html {
padding: 20rpx;
background-color: #fff;
@@ -81,7 +84,7 @@
box-sizing: border-box;
}
.project_item{
.project_item {
display: flex;
flex-direction: row;
justify-content: start;
@@ -91,19 +94,19 @@
border-bottom: solid 2rpx #f9f9f9;
}
.item_title{
.item_title {
color: #999;
font-weight: normal;
font-size: 28rpx;
margin-right: 20rpx;
}
.item_content{
.item_content {
flex: 1;
}
/* 没有列表 */
.no_list{
.no_list {
color: #999;
text-align: center;
display: flex;
@@ -114,7 +117,8 @@
padding-top: 100rpx;
font-size: 26rpx;
}
.no_list image{
.no_list image {
width: 200rpx;
margin-bottom: 20rpx;
}