diff --git a/images/popBac.png b/images/popBac.png index 9b6ef66..bbf6714 100644 Binary files a/images/popBac.png and b/images/popBac.png differ diff --git a/pages/center/orderdetail/orderdetail.wxml b/pages/center/orderdetail/orderdetail.wxml index 4f88864..2bff73c 100644 --- a/pages/center/orderdetail/orderdetail.wxml +++ b/pages/center/orderdetail/orderdetail.wxml @@ -47,7 +47,7 @@ 俱乐部电话 - {{company.clubTel}} + {{company.clubPhone}} diff --git a/pages/club/clubDetail/clubDetail.js b/pages/club/clubDetail/clubDetail.js index e4c75e2..e7508f5 100644 --- a/pages/club/clubDetail/clubDetail.js +++ b/pages/club/clubDetail/clubDetail.js @@ -232,9 +232,11 @@ toactiveDetail:function(e){ }; re.request(Api.actjoining(), postData, header).then((res) => { let datas = res.data.data; + that.setData({ otheractive:datas }) + console.log(">>",this.data.otheractive) }) }, getClubCoupon:function(){ diff --git a/pages/club/clubDetail/clubDetail.wxml b/pages/club/clubDetail/clubDetail.wxml index 9113c94..4f5bc6e 100644 --- a/pages/club/clubDetail/clubDetail.wxml +++ b/pages/club/clubDetail/clubDetail.wxml @@ -1,6 +1,6 @@ @@ -95,16 +95,16 @@ 报名中 - + - + - {{item.intro}} - {{item.time}} - {{item.name}} + {{item.activityName}} + {{item.startRegisterTime}}至{{item.endRegisterTime}} + diff --git a/pages/index/order/order.js b/pages/index/order/order.js index 67b5bf4..3cb2207 100644 --- a/pages/index/order/order.js +++ b/pages/index/order/order.js @@ -77,7 +77,14 @@ Page({ "Content-Type": "application/x-www-form-urlencoded" }; re.request(Api.getOrderDetail(), postData, header).then((res) => { - console.log(res) + + console.log(">>>",res) + + // this.setData({ + // allTotal:res.data. + // }) + + }) }, topay:function(){ diff --git a/pages/index/order/order.wxml b/pages/index/order/order.wxml index 2b2cbf4..1f19a1a 100644 --- a/pages/index/order/order.wxml +++ b/pages/index/order/order.wxml @@ -1,8 +1,8 @@ - + @@ -21,13 +21,13 @@ 总费用¥{{allTotal}} - + @@ -56,7 +56,7 @@ --> -