罗广辉
2025-11-25 1e4790a3e3c6db5eb9a465ee9f008d4771eac445
Merge remote-tracking branch 'origin/master'
2 files modified
4 ■■■■ changed files
src/pages/work/index.vue 2 ●●● patch | view | raw | blame | history
src/subPackages/workDetail/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/work/index.vue
@@ -31,7 +31,7 @@
        } else if (data.type === 'workid') {
            uni.navigateTo({
                url: `/subPackages/workDetail/index?eventNum=${data.eventNum}&totalNum=${data.totalNum}&keyword=${data.keyword}&aiType=${data.aiType}`
                url: `/subPackages/workDetail/index?eventNum=${data.eventNum}&totalNum=${data.totalNum}&keyword=${data.keyword}&aiType=${data.aiType}&status=${data.status}`
            });
        } else if (data.type === 'bigImage') {
            uni.navigateTo({
src/subPackages/workDetail/index.vue
@@ -15,7 +15,7 @@
    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) {