wupengfei
3 天以前 ccc340793f1cf2c3932be705c69fa5906033f989
apps/cMiniApp/src/pages/home/index.vue
@@ -113,7 +113,7 @@
function goTaskDetail(item: API.GetTaskInfosQueryResultItem) {
  Taro.navigateTo({
    url: `${RouterPath.taskDetail}?id=${item.id}`,
    url: `${RouterPath.taskDetail}?id=${item.id}&from=apply`,
  });
}