【bug】演讲ppt 上传标志

This commit is contained in:
fengachen
2021-11-03 13:11:23 +08:00
parent 2371d79a98
commit e765166c81
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import http from './http.js'
let URL_CONFIG = '/jero-boot/'
const signUpApi = {
// 选择参会单位有权限的接口
companyList: (params) => http.get(`${URL_CONFIG}company/payCompanyManagement/list`, params),
companyList: (params) => http.get(`${URL_CONFIG}company/payCompanyManagement/listMeeting`, params),
// 选择参会单位无权限的接口
companyListNoLimit: (params) => http.get(`${URL_CONFIG}company/payCompanyManagement/listMeeting`, params),
// 添加参会单位
+2 -2
View File
@@ -144,7 +144,7 @@
<view class="form-item-radio">
<text class="item-label flex-1">演讲PPT</text>
<view style="margin-top:20rpx" bindtap="uploadPPT">{{tempFiles}} </view>
<view style="margin-top:20rpx" class="{{ speechPpt ? '':'primary-color' }}" bindtap="uploadPPT">{{tempFiles}} </view>
</view>
@@ -316,7 +316,7 @@
<view class="form-item-radio">
<text class="item-label flex-1">演讲PPT</text>
<view style="margin-top:25rpx;" bindtap="uploadPPT"> <text class="primary-color">{{tempFiles}}</text> </view>
<view style="margin-top:25rpx;" class="{{ speechPpt ? '':'primary-color' }}" bindtap="uploadPPT"> {{tempFiles}} </view>
</view>