From ade5344f0c20606fccd82eb157e034574395e7d8 Mon Sep 17 00:00:00 2001 From: chenkun <3289431190@qq.com> Date: Sat, 24 Aug 2024 12:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=88=91=E7=9A=84=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/post/publishList.vue | 93 +++++++++++++++++++++++++ pages/index/center.vue | 13 ++-- pages/mine/releaseRecord.vue | 147 +++++++++++++++++++++++++++++++++++++--- utils/index.js | 4 +- 4 files changed, 242 insertions(+), 15 deletions(-) create mode 100644 components/post/publishList.vue 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 @@ + + + + + \ 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'