diff --git a/components/diy_notice/diy_notice.wxml b/components/diy_notice/diy_notice.wxml
index 7b867a1..029b09b 100644
--- a/components/diy_notice/diy_notice.wxml
+++ b/components/diy_notice/diy_notice.wxml
@@ -1,4 +1,21 @@
+
+
+
+
+
+
+
+ {{object.noticetxt}}
+ {{object.noticetxt}}
+ {{object.noticetxt}}
+
+
+
+
+
+
+
@@ -11,6 +28,10 @@
+
+
+
+
diff --git a/components/diy_notice/g_filter.wxs b/components/diy_notice/g_filter.wxs
new file mode 100644
index 0000000..4564e99
--- /dev/null
+++ b/components/diy_notice/g_filter.wxs
@@ -0,0 +1,8 @@
+var g_filters = {
+ has_char:function(url,key){
+ return url.indexOf(key);
+ }
+}
+module.exports = {
+ has_char: g_filters.has_char
+}
\ No newline at end of file