企业信息
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Web二雪
|
||||
* 趁时光不老 努力活成自己想要成为的样子
|
||||
*/
|
||||
Page({
|
||||
|
||||
/**
|
||||
@@ -67,7 +71,7 @@ Page({
|
||||
goDetail() {
|
||||
var lists = JSON.stringify(this.data.info.items)
|
||||
wx.navigateTo({
|
||||
url: '/pages/home/projectReturn/projectReturn?lists=' + lists+'&crowdfund_id='+this.data.crowdfund_id,
|
||||
url: '/pages/home/projectReturn/projectReturn?lists=' + lists + '&crowdfund_id=' + this.data.crowdfund_id,
|
||||
})
|
||||
},
|
||||
|
||||
@@ -86,7 +90,7 @@ Page({
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
// 关注取消关注项目
|
||||
islike() {
|
||||
if (!this.data.info.isSubscribed) {
|
||||
|
||||
Reference in New Issue
Block a user