diff --git a/pages.json b/pages.json
index affb009..4ea0caa 100644
--- a/pages.json
+++ b/pages.json
@@ -671,6 +671,14 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "serviceTask/serviceTask4",
+ "style": {
+ "navigationBarTitleText": "督促团队学习",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
}]
}],
"globalStyle": {
diff --git a/subpkg/serviceTask/serviceTask4.vue b/subpkg/serviceTask/serviceTask4.vue
new file mode 100644
index 0000000..2b3a7eb
--- /dev/null
+++ b/subpkg/serviceTask/serviceTask4.vue
@@ -0,0 +1,239 @@
+
+
+
+ {{`任务名称: ${taskInfo.title||''}`}}
+ {{taskInfo.content||''}}
+
+
+ {{`学习照片 ( ${study_photo.length}/5 ) 张`}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{`签到表照片 ( ${sign_in_table?1:0}/1 ) 张`}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 培训内容大纲 (50字以上)
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file