diff --git a/pages/main/main.js b/pages/main/main.js index ddb441b..72371d5 100644 --- a/pages/main/main.js +++ b/pages/main/main.js @@ -60,8 +60,7 @@ Page({ isGjjt: true, user__name:getApp().globalData.userInfo.name, msgList: [ - { title: "齐心协力抗肺炎,众志成城渡难关。武汉加油!祖国加油!" }, - { title: "'国检战疫,有我助力'知识竞赛火热进行中!" },] + { title: "知识竞赛火热进行中!" },] }) } // let openid = getApp().globalData.userInfo.openid; @@ -107,8 +106,7 @@ Page({ isGjjt: true, user__name: getApp().globalData.userInfo.name, msgList: [ - { title: "齐心协力抗肺炎,众志成城渡难关。武汉加油!祖国加油!" }, - { title: "'国检战疫,有我助力'知识竞赛火热进行中!" },] + { title: "知识竞赛火热进行中!" },] }) } @@ -324,7 +322,7 @@ Page({ var that = this //获取待考 wx.request({ - url: this.data.serverUrl + 'api/riskacttask?a=todonum', + url: this.data.serverUrl + 'api/riskacttask?a=todonum2', header: { 'content-type': 'application/json', // 默认值 'Cookie': getApp().globalData.sessionId, diff --git a/pages/risktask/index.js b/pages/risktask/index.js index df2c608..60c18ed 100644 --- a/pages/risktask/index.js +++ b/pages/risktask/index.js @@ -235,7 +235,7 @@ Page({ title: '加载中', }), wx.request({ - url: this.data.serverUrl + 'api/riskacttask?a=listmytodo&rows=10&page=' + page, + url: this.data.serverUrl + 'api/riskacttask?a=listmytodo2&rows=10&page=' + page, header: { 'content-type': 'application/json', // 默认值 'Cookie': getApp().globalData.sessionId, diff --git a/pages/risktask/index.wxml b/pages/risktask/index.wxml index 54513d9..0d19291 100644 --- a/pages/risktask/index.wxml +++ b/pages/risktask/index.wxml @@ -18,10 +18,10 @@ 风险点 {{item.riskact__area__name}} {{item.riskact__name}} - + 任务生成时间:{{item.taskadd}} 任务过期时间:{{item.taskexpire}} @@ -30,9 +30,9 @@ 一般风险 较大风险 重大风险 - 已执行 + 已执行 作废 - 未执行 + 未执行 @@ -60,7 +60,7 @@ 一般风险 较大风险 重大风险 - 已完成 + 已完成 @@ -70,27 +70,27 @@ 共{{total}}条任务 - + 风险点 {{item.riskact__area__name}} {{item.riskact__name}} - + 任务生成时间:{{item.taskadd}} 任务过期时间:{{item.taskexpire}} - + 低风险 一般风险 较大风险 重大风险 - 已完成 + 已完成 - + diff --git a/project.config.json b/project.config.json index d6c3f5e..f9b849e 100644 --- a/project.config.json +++ b/project.config.json @@ -1,51 +1,59 @@ { - "description": "项目配置文件。", - "setting": { - "urlCheck": false, - "es6": true, - "postcss": true, - "minified": true, - "newFeature": true, - "coverView": true, - "nodeModules": true, - "autoAudits": false, - "showShadowRootInWxmlPanel": true, - "scopeDataCheck": false, - "checkInvalidKey": true, - "checkSiteMap": true, - "uploadWithSourceMap": true, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "useIsolateContext": true, - "useCompilerModule": false, - "userConfirmedUseCompilerModuleSwitch": false - }, - "compileType": "miniprogram", - "libVersion": "2.9.4", - "appid": "wx5c39b569f01c27db", - "projectname": "aqyj", - "isGameTourist": false, - "simulatorType": "wechat", - "simulatorPluginLibVersion": {}, - "condition": { - "search": { - "current": -1, - "list": [] - }, - "conversation": { - "current": -1, - "list": [] - }, - "game": { - "currentL": -1, - "list": [] - }, - "miniprogram": { - "current": -1, - "list": [] - } - } + "description": "项目配置文件。", + "setting": { + "urlCheck": false, + "es6": true, + "enhance": false, + "postcss": true, + "preloadBackgroundData": false, + "minified": true, + "newFeature": true, + "coverView": true, + "nodeModules": true, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "uglifyFileName": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "compileHotReLoad": false, + "useMultiFrameRuntime": true, + "useApiHook": false, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "useIsolateContext": true, + "useCompilerModule": true, + "userConfirmedUseCompilerModuleSwitch": false, + "packNpmManually": false, + "packNpmRelationList": [] + }, + "compileType": "miniprogram", + "libVersion": "2.9.4", + "appid": "wx5c39b569f01c27db", + "projectname": "aqyj", + "isGameTourist": false, + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, + "condition": { + "search": { + "current": -1, + "list": [] + }, + "conversation": { + "current": -1, + "list": [] + }, + "game": { + "currentL": -1, + "list": [] + }, + "miniprogram": { + "current": -1, + "list": [] + } + } } \ No newline at end of file