企业信息
This commit is contained in:
@@ -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,
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user