【update】- 会议报名页面显示“会议费用(标协会员)”判断的增加
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<text>{{meetingInfo.particularYear}}</text>
|
||||
</view>
|
||||
<!-- 标协会议才有 -->
|
||||
<view wx:if="{{meetingInfo.meetingType === '2' }}">
|
||||
<view wx:if="{{meetingInfo.meetingType === '2' && (meetingInfo.tbMeetingType + '') !== '3'}}">
|
||||
<text>会议费用(标协会员)</text>
|
||||
<text>{{meetingInfo.meetingCostsVip}}</text>
|
||||
</view>
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
<text>{{meetingDetailIngfo.meetingCosts}}/人</text>
|
||||
</view>
|
||||
|
||||
<view wx:if="{{meetingDetailIngfo.meetingType === '2' }}">
|
||||
<view wx:if="{{meetingDetailIngfo.meetingType === '2' && (meetingDetailIngfo.tbMeetingType + '') !== '3'}}">
|
||||
<text>会议费用(标协会员)</text>
|
||||
<text>{{meetingDetailIngfo.meetingCostsVip}}/人</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user