diff --git a/pages/user/common/header/index.js b/pages/user/common/header/index.js
new file mode 100644
index 0000000..9286b52
--- /dev/null
+++ b/pages/user/common/header/index.js
@@ -0,0 +1,23 @@
+// pages/user/common/header/index.js
+Component({
+ /**
+ * 组件的属性列表
+ */
+ properties: {
+
+ },
+
+ /**
+ * 组件的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 组件的方法列表
+ */
+ methods: {
+
+ }
+})
diff --git a/pages/user/common/header/index.json b/pages/user/common/header/index.json
new file mode 100644
index 0000000..e8cfaaf
--- /dev/null
+++ b/pages/user/common/header/index.json
@@ -0,0 +1,4 @@
+{
+ "component": true,
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/user/common/header/index.wxml b/pages/user/common/header/index.wxml
new file mode 100644
index 0000000..4409247
--- /dev/null
+++ b/pages/user/common/header/index.wxml
@@ -0,0 +1,2 @@
+
+pages/user/common/header/index.wxml
diff --git a/pages/user/common/header/index.wxss b/pages/user/common/header/index.wxss
new file mode 100644
index 0000000..b2ebd8e
--- /dev/null
+++ b/pages/user/common/header/index.wxss
@@ -0,0 +1 @@
+/* pages/user/common/header/index.wxss */
\ No newline at end of file
diff --git a/pages/user/common/myActivity/index.js b/pages/user/common/myActivity/index.js
new file mode 100644
index 0000000..4c85d1e
--- /dev/null
+++ b/pages/user/common/myActivity/index.js
@@ -0,0 +1,66 @@
+// pages/user/common/myActivity/index.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad: function (options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload: function () {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh: function () {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom: function () {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage: function () {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/user/common/myActivity/index.json b/pages/user/common/myActivity/index.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/user/common/myActivity/index.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/user/common/myActivity/index.wxml b/pages/user/common/myActivity/index.wxml
new file mode 100644
index 0000000..bfeccd1
--- /dev/null
+++ b/pages/user/common/myActivity/index.wxml
@@ -0,0 +1,2 @@
+
+pages/user/common/myActivity/index.wxml
diff --git a/pages/user/common/myActivity/index.wxss b/pages/user/common/myActivity/index.wxss
new file mode 100644
index 0000000..665c9d5
--- /dev/null
+++ b/pages/user/common/myActivity/index.wxss
@@ -0,0 +1 @@
+/* pages/user/common/myActivity/index.wxss */
\ No newline at end of file
diff --git a/pages/user/common/myFavorite/index.js b/pages/user/common/myFavorite/index.js
new file mode 100644
index 0000000..f2001ab
--- /dev/null
+++ b/pages/user/common/myFavorite/index.js
@@ -0,0 +1,66 @@
+// pages/user/common/myFavorite/index.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad: function (options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload: function () {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh: function () {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom: function () {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage: function () {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/user/common/myFavorite/index.json b/pages/user/common/myFavorite/index.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/user/common/myFavorite/index.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/user/common/myFavorite/index.wxml b/pages/user/common/myFavorite/index.wxml
new file mode 100644
index 0000000..741ff6e
--- /dev/null
+++ b/pages/user/common/myFavorite/index.wxml
@@ -0,0 +1,2 @@
+
+pages/user/common/myFavorite/index.wxml
diff --git a/pages/user/common/myFavorite/index.wxss b/pages/user/common/myFavorite/index.wxss
new file mode 100644
index 0000000..f7fcc48
--- /dev/null
+++ b/pages/user/common/myFavorite/index.wxss
@@ -0,0 +1 @@
+/* pages/user/common/myFavorite/index.wxss */
\ No newline at end of file
diff --git a/pages/user/common/myIdea/index.js b/pages/user/common/myIdea/index.js
new file mode 100644
index 0000000..5979a5c
--- /dev/null
+++ b/pages/user/common/myIdea/index.js
@@ -0,0 +1,66 @@
+// pages/user/common/myIdea/index.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad: function (options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload: function () {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh: function () {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom: function () {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage: function () {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/user/common/myIdea/index.json b/pages/user/common/myIdea/index.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/user/common/myIdea/index.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/user/common/myIdea/index.wxml b/pages/user/common/myIdea/index.wxml
new file mode 100644
index 0000000..17d5687
--- /dev/null
+++ b/pages/user/common/myIdea/index.wxml
@@ -0,0 +1,2 @@
+
+pages/user/common/myIdea/index.wxml
diff --git a/pages/user/common/myIdea/index.wxss b/pages/user/common/myIdea/index.wxss
new file mode 100644
index 0000000..f786f12
--- /dev/null
+++ b/pages/user/common/myIdea/index.wxss
@@ -0,0 +1 @@
+/* pages/user/common/myIdea/index.wxss */
\ No newline at end of file
diff --git a/pages/user/common/myMessage/index.js b/pages/user/common/myMessage/index.js
new file mode 100644
index 0000000..de580d6
--- /dev/null
+++ b/pages/user/common/myMessage/index.js
@@ -0,0 +1,66 @@
+// pages/user/common/myMessage/index.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad: function (options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload: function () {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh: function () {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom: function () {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage: function () {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/user/common/myMessage/index.json b/pages/user/common/myMessage/index.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/user/common/myMessage/index.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/user/common/myMessage/index.wxml b/pages/user/common/myMessage/index.wxml
new file mode 100644
index 0000000..6818a29
--- /dev/null
+++ b/pages/user/common/myMessage/index.wxml
@@ -0,0 +1,2 @@
+
+pages/user/common/myMessage/index.wxml
diff --git a/pages/user/common/myMessage/index.wxss b/pages/user/common/myMessage/index.wxss
new file mode 100644
index 0000000..b39911d
--- /dev/null
+++ b/pages/user/common/myMessage/index.wxss
@@ -0,0 +1 @@
+/* pages/user/common/myMessage/index.wxss */
\ No newline at end of file
diff --git a/pages/user/common/myTopics/index.js b/pages/user/common/myTopics/index.js
new file mode 100644
index 0000000..0971905
--- /dev/null
+++ b/pages/user/common/myTopics/index.js
@@ -0,0 +1,66 @@
+// pages/user/common/myTopics/index.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad: function (options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload: function () {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh: function () {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom: function () {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage: function () {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/user/common/myTopics/index.json b/pages/user/common/myTopics/index.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/user/common/myTopics/index.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/user/common/myTopics/index.wxml b/pages/user/common/myTopics/index.wxml
new file mode 100644
index 0000000..4f13f93
--- /dev/null
+++ b/pages/user/common/myTopics/index.wxml
@@ -0,0 +1,2 @@
+
+pages/user/common/myTopics/index.wxml
diff --git a/pages/user/common/myTopics/index.wxss b/pages/user/common/myTopics/index.wxss
new file mode 100644
index 0000000..338fa20
--- /dev/null
+++ b/pages/user/common/myTopics/index.wxss
@@ -0,0 +1 @@
+/* pages/user/common/myTopics/index.wxss */
\ No newline at end of file
diff --git a/pages/user/index.js b/pages/user/index.js
index c07393f..329741b 100644
--- a/pages/user/index.js
+++ b/pages/user/index.js
@@ -5,7 +5,7 @@ Page({
* 页面的初始数据
*/
data: {
-
+ list: ['我的消息', '我的议题', '我的收藏', '我的金点子', '我的活动']
},
/**
diff --git a/pages/user/index.json b/pages/user/index.json
index 8835af0..2686328 100644
--- a/pages/user/index.json
+++ b/pages/user/index.json
@@ -1,3 +1,12 @@
{
- "usingComponents": {}
+ "usingComponents": {
+ "Header": "./common/header/index",
+ "MyMessage": "./common/myMessage/index",
+ "MyTopics": "./common/myTopics/index",
+ "MyFavorite": "./common/myFavorite/index",
+ "MyIdea": "./common/myIdea/index",
+ "MyActivity": "./common/myActivity/index",
+ "mp-cells":"/components/weui/cells/cells",
+ "mp-cell":"/components/weui/cell/cell"
+ }
}
\ No newline at end of file
diff --git a/pages/user/index.wxml b/pages/user/index.wxml
index 753ccb2..b118002 100644
--- a/pages/user/index.wxml
+++ b/pages/user/index.wxml
@@ -1,2 +1,13 @@
-pages/user/index.wxml
+
+
+
+
+
+
+
+ 我的消息
+
+
+
+
diff --git a/pages/user/index.wxss b/pages/user/index.wxss
index ea787be..ff0444d 100644
--- a/pages/user/index.wxss
+++ b/pages/user/index.wxss
@@ -1 +1,17 @@
-/* pages/user/index.wxss */
\ No newline at end of file
+/* pages/user/index.wxss */
+.my-cell{
+ display: flex;
+ flex-direction: row;
+}
+.cell-icon{
+ width: 15px;
+ height: 15px;
+}
+.cell-title{
+ color: #3B3B3B;
+ font-size: 14px;
+}
+.cell-subTitle{
+ color: #AAAAAA;
+ font-size: 12px;
+}
\ No newline at end of file