diff --git a/components/post/publishList.vue b/components/post/publishList.vue
new file mode 100644
index 0000000..83c8d10
--- /dev/null
+++ b/components/post/publishList.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+ 是否置顶:{{ item.createBy }}
+
+
+
+
+ 是否付费:{{ item.isPay }}
+
+
+
+ 发布时间:{{ item.createTime }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/center.vue b/pages/index/center.vue
index 31400c2..7470f24 100644
--- a/pages/index/center.vue
+++ b/pages/index/center.vue
@@ -12,19 +12,19 @@
-
+
-
+
-
+
- 去认证
+ 去认证
@@ -127,6 +127,11 @@ export default {
margin: 0;
padding: 0;
}
+.aaa{
+ background:$uni-linear-gradient-color;
+ -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
+ -webkit-text-fill-color: transparent;/*给文字设置成透明*/
+}
diff --git a/pages/mine/releaseRecord.vue b/pages/mine/releaseRecord.vue
index 707b88d..e95a91f 100644
--- a/pages/mine/releaseRecord.vue
+++ b/pages/mine/releaseRecord.vue
@@ -1,22 +1,151 @@
-
+
+
-
+
+
+
+
+
+ 我的发布
+
+
+
+
+ 全部
+
+
+ 贴子
+
+
+ 名片
+
+
+
+
+
+
+
+
diff --git a/utils/index.js b/utils/index.js
index ead0f6f..28bf91a 100644
--- a/utils/index.js
+++ b/utils/index.js
@@ -4,7 +4,7 @@ import Vue from 'vue'
import util from './utils.js'
import time from './timeUtils.js'
-import 'dayjs/locale/zh-cn'
+// import 'dayjs/locale/zh-cn'
import dayjs from 'dayjs'
import md5 from './lib/md5.js'
@@ -16,7 +16,7 @@ Vue.prototype.$jWeixin = jWeixin
Vue.prototype.$wxPay = wxPay
// #endif
-dayjs.locale('zh-cn')
+// dayjs.locale('zh-cn')
import uploadFileToOSS from './upload.js'
import { handleTree } from './tree.js'