| | |
| | | const viewUrl = ref('') |
| | | onLoad( (options) => { |
| | | const eventNum= options.eventNum; |
| | | viewUrl.value = getWebViewUrl('/workDetail', {eventNum:eventNum,totalNum:options.totalNum,keyword:options.keyword,aiType:options.aiType,wLJobInfoId:options.wLJobInfoId}) |
| | | viewUrl.value = getWebViewUrl('/workDetail', {eventNum:eventNum,totalNum:options.totalNum,keyword:options.keyword,aiType:options.aiType,wLJobInfoId:options.wLJobInfoId,status:options.status}) |
| | | }); |
| | | |
| | | function onPostMessage(data) { |
| | | |
| | | if (data.type === 'workback'){ |
| | | uni.setStorageSync('joinParams', { |
| | | uni.setStorageSync('joinParams', { |
| | | type: 'add' |
| | | }); |
| | | uni.switchTab({ |