【bug】报名不显示按钮
This commit is contained in:
@@ -123,7 +123,6 @@
|
||||
<view class="payment-text" wx:if="{{singInPersonInfo.checkResult !== 1}}">
|
||||
<image-upload bindgetIds='getImagesId' maxLength='1' initImgsList="{{singInPersonInfo.paymentRecord}}" id="img"></image-upload>
|
||||
</view>
|
||||
|
||||
<!-- 审核通过的显示 -->
|
||||
<view class="payment-text" wx:if="{{singInPersonInfo.checkResult === 1}}">
|
||||
<image src="{{payRecordImgSrc}}" class="back-img"></image>
|
||||
|
||||
@@ -62,12 +62,18 @@ Page({
|
||||
if(flag){
|
||||
wx.showToast({
|
||||
title: '当前会议超出报名时间,不可报名',
|
||||
duration:3000
|
||||
icon:'none',
|
||||
duration:4000
|
||||
})
|
||||
that.setData({
|
||||
isMoreBool:false
|
||||
})
|
||||
}else{
|
||||
that.setData({
|
||||
isMoreBool:true
|
||||
})
|
||||
}
|
||||
that.setData({
|
||||
isMoreBool:false
|
||||
})
|
||||
|
||||
}
|
||||
}).catch(err => {
|
||||
wx.showToast({
|
||||
@@ -139,7 +145,7 @@ Page({
|
||||
console.log(url,'url');
|
||||
let meetingId = url.split('=')[1]
|
||||
console.log(meetingId,'meetingId');
|
||||
this.queryMeetingDetail(meetingId)
|
||||
this.queryMeetingDetail('1455716624649428994')
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
@@ -64,11 +64,11 @@
|
||||
<text>会议内容</text>
|
||||
<text class="sign-in-text">{{meetingDetailIngfo.meetingContent}}</text>
|
||||
</view>
|
||||
<view class="meeting-files" wx:if="{{meetingFilesList.length > 0}}">
|
||||
<text>会议通知</text>
|
||||
<view class="meeting-files" wx:if="{{meetingFilesList.length > 0}}">
|
||||
<text class="file-title">会议通知</text>
|
||||
<view class="file-name" wx:for="{{meetingFilesList}}" wx:key="item">
|
||||
<view>
|
||||
<image src="../../assets/images/pdf.png"></image>
|
||||
<image src="../../assets/images/pdf.png" class='file-img'></image>
|
||||
<text>{{item.name}}</text>
|
||||
</view>
|
||||
<text class="look-file" bindtap='preview' data-file="{{item}}">查看</text>
|
||||
@@ -86,7 +86,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 会议费为0 不显示 -->
|
||||
<view class="form-payQrCode" wx:if="{{meetingDetailIngfo.meetingCosts !== '0.00' }}">
|
||||
<view class="form-payQrCode" wx:if="{{meetingDetailIngfo.meetingCosts !== '0.00' && meetingDetailIngfo.paymentQrCode }}">
|
||||
<text style="padding-left:15px">缴费二维码</text>
|
||||
<view>
|
||||
<image class="payQrCode" src='{{payOrCode}}'></image>
|
||||
|
||||
@@ -55,7 +55,7 @@ page{
|
||||
}
|
||||
.file-name view{
|
||||
padding: 0;
|
||||
height: 30px;
|
||||
height: auto!important;
|
||||
line-height: 30px;
|
||||
border-bottom: 0;
|
||||
}
|
||||
@@ -65,6 +65,8 @@ page{
|
||||
margin-right: 10px;
|
||||
}
|
||||
.basic-info .meeting-files .file-name .look-file{
|
||||
min-width: 45px;
|
||||
text-align:center;
|
||||
color: #069F99;
|
||||
}
|
||||
.warning-text{
|
||||
|
||||
Reference in New Issue
Block a user