Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide
| | |
| | | "sdkConfigs" : {} |
| | | } |
| | | }, |
| | | "sassImplementationName": "node-sass", |
| | | /* 快应用特有相关 */ |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | |
| | | |
| | | return new Promise(function(resolve, reject) { |
| | | let token = uni.getStorageSync('token') |
| | | token = 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOjE2MTgyLCJ0eXBlIjoxLCJleHAiOjE3NDM1MTA1MTgsImNyZWF0ZWQiOjE3NDIyMTQ1MTg5ODJ9.IxRjgKnmvFtuo2acphWhP8f1PMjbA5hQA5lPZlh2EbemrpKQTBk46D-2g-THdMVHqEIcMHg2sVaxntHpbRti9A' |
| | | token = |
| | | 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOjE2MjAzLCJ0eXBlIjoxLCJleHAiOjE3NDM1NTY3NTAsImNyZWF0ZWQiOjE3NDIyNjA3NTA2NTV9.YeZ0Bh4gbS0gFddM3NhpiCLJARF6tzeIEAjoGvDhMusFpH1CM6MWnDMtS2iVkmbF0aCrij4N5Ub9HlUqwReASw' |
| | | uni.setStorageSync('token',token) |
| | | let header = { |
| | | 'content-type': type ? 'application/x-www-form-urlencoded;charset=UTF-8' : 'application/json', |
| | |
| | | ))} |
| | | </Descriptions.Item> |
| | | <Descriptions.Item label={'上传视频'}> |
| | | {detail.complaintComment?.videoUrl && detail.complaintComment?.videoUrl.split(',').map((item, index) => ( |
| | | {detail.complaintComment?.video && detail.complaintComment?.video.split(',').map((item, index) => ( |
| | | <video width={280} style={{ marginRight: '10px' }} src={item} key={index} controls></video> |
| | | ))} |
| | | </Descriptions.Item> |