Browse Source

1.取消首页金额出现区间的问题

2.调整俱乐部页面的数据接口 展示俱乐部上传的封面图和正在举行的活动
3.删除结算页面多余的信息。
master
pref_mail@163.com 3 years ago
parent
commit
cc8beea629
  1. BIN
      images/popBac.png
  2. 2
      pages/center/orderdetail/orderdetail.wxml
  3. 2
      pages/club/clubDetail/clubDetail.js
  4. 12
      pages/club/clubDetail/clubDetail.wxml
  5. 9
      pages/index/order/order.js
  6. 12
      pages/index/order/order.wxml

BIN
images/popBac.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 KiB

After

Width:  |  Height:  |  Size: 130 KiB

2
pages/center/orderdetail/orderdetail.wxml

@ -47,7 +47,7 @@
</view>
<view class="infomation">
<view class="shoptitle">俱乐部电话</view>
<view>{{company.clubTel}}</view>
<view>{{company.clubPhone}}</view>
</view>
</view>
</view>

2
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(){

12
pages/club/clubDetail/clubDetail.wxml

@ -1,6 +1,6 @@
<view class="container">
<view class="banner">
<image src="../../../images/logo.jpg"></image>
<image src="{{company.clubBgimg}}"></image>
</view>
<view class="circle">
<view class="com-nav">
@ -95,16 +95,16 @@
报名中
</view>
<view class="other-circle" wx:if="{{otheractive.length>0}}">
<block wx:for="{{otheractive}}" wx:key="otheractive">
<block wx:for="{{otheractive}}" i wx:key="item">
<view class="other-list" bindtap="toactiveDetail" data-id="{{item.activityId}}">
<view class="list-top">
<view class="other-left">
<image src="{{item.img}}" mode='aspectFill'></image>
<image src="http://47.108.88.80:9000/files/{{item.activityLogo}}" mode='aspectFill'></image>
</view>
<view class="other-right">
<view class="other-name">{{item.intro}}</view>
<view class="other-time">{{item.time}}</view>
<view class="other-people">{{item.name}}</view>
<view class="other-name">{{item.activityName}}</view>
<view class="other-time">{{item.startRegisterTime}}至{{item.endRegisterTime}}</view>
<!-- <view class="other-people">{{item.activityName}}</view> -->
</view>
</view>
<view class="numlist">

9
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(){

12
pages/index/order/order.wxml

@ -1,8 +1,8 @@
<view class="container">
<view class="nav">
<!-- <view class="nav">
<view class="activetitle">【侗族侗年摄影】乐里侗年盛大活动-岜沙枪手部落-肇兴烟花夜景(全年仅此一批)</view>
<view class="activetime">开始时间:2020-10-10 08:00 至 2020-10-10 17:00</view>
</view>
</view> -->
<view class="top">
<view class="other-top">
<image src="../../../images/left.png"></image>
@ -21,13 +21,13 @@
<view class="total">
总费用<text>¥{{allTotal}}</text>
</view>
<view class="total">
<!-- <view class="total">
现金优惠券<view>无可用<image src='../../../images/back.png'></image>
</view>
</view>
<view class="total">
实际应付<text>¥{{trueTotal}}</text>
</view>
</view> -->
</view>
<view class="top">
<view class="other-top">
@ -56,7 +56,7 @@
</view>
</view>
</label> -->
<label class="radio-box">
<!-- <label class="radio-box">
<view class="radiocircle">
<view class="name">
<image src="../../../images/cashpay.png"></image>钱包支付
@ -65,7 +65,7 @@
<radio value="3" />
</view>
</view>
</label>
</label> -->
</radio-group>
</view>
<view class="agree">

Loading…
Cancel
Save