Commit 8c9d8bf2 authored by linxin's avatar linxin

add

parent 1a514b78
......@@ -165,7 +165,7 @@ export default {
if (res) {
hls.cordova.cloudroom.CloudRoomService.helpYourSelf(sendStr, function (data) {
console.log('data ===== ' + JSON.stringify(data, '', 2))
if (data.result === 'S') {
if (data.result === 'S' || data.success === '1') {
vm.doConfirmInterview(item)
} else {
vm.hlsPopup.showLongCenter('您未完成视频面签,请重试!')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment