【bug】演讲ppt 上传标志
This commit is contained in:
@@ -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),
|
||||
// 添加参会单位
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user