Commit d98a9156 authored by 王永阿飞's avatar 王永阿飞

修改了bug

parent d6e075f5
......@@ -89,11 +89,7 @@
this.login()
// this.getList()
},
created() {
// uni.setStorageSync("title", '赛事活动')
// this.getList()
// this.getList()
},
onShow() {
console.log('onShow')
this.getList()
......
......@@ -10,7 +10,7 @@
<view class="signIn-body"><text>项目:<text style="display: block;float: right;margin-right: 20rpx;">{{item.projectName}}</text></text></view>
<view class="signIn-body"><text>费用:<text style="display: block;float: right;margin-right: 20rpx; color: #F28723;">{{item.projectFee}}/人</text></text></view>
<view class="signIn-body" v-if="item.projectFee!==0"><text>缴费方式:<text style="display: block;float: right;margin-right: 20rpx;">微信支付</text></text></view>
<view class="signIn-body" v-if="item.projectFee!==0"><text>缴费时间:<text style="display: block;float: right;margin-right: 20rpx;" >{{item.transactionTime}}</text></text></view>
<view class="signIn-body" v-if="item.projectFee!==0"><text>缴费时间:<text style="display: block;float: right;margin-right: 20rpx;" >{{item.transactionTime===null?'未缴费':item.transactionTime}}</text></text></view>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment