From 829fb79e215e5a11f2a2756d46c65553b9687ad6 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 18 Oct 2023 11:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=BD=95=E5=8D=8F=E8=AE=AE=E7=AD=89?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=8B=BC=E5=9B=A2=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/60x60 copy.png | Bin 0 -> 1759 bytes pages.json | 9 ++ pages/activity/GroupDetails/index.vue | 2 +- pages/authorization/index.vue | 76 +++++++++++----- pages/shop/ShoppingCart/index.vue | 12 ++- pages/shop/news/NewsDetail/index.vue | 32 ++++--- pages/user/Login/index.vue | 123 +++++++++----------------- pages/user/PersonalData/index.vue | 6 +- pages/user/User/index.vue | 13 +-- pages/user/content/content.vue | 22 +++++ static/120x120.png | Bin 0 -> 4174 bytes static/60x60.png | Bin 0 -> 1759 bytes utils/index.js | 12 +-- 13 files changed, 178 insertions(+), 129 deletions(-) create mode 100644 icons/60x60 copy.png create mode 100644 pages/user/content/content.vue create mode 100644 static/120x120.png create mode 100644 static/60x60.png diff --git a/icons/60x60 copy.png b/icons/60x60 copy.png new file mode 100644 index 0000000000000000000000000000000000000000..7f661ba6f2243f4f5b76a8b0534ff2a898b98c6c GIT binary patch literal 1759 zcmV<51|a!~P)yO=4s#DvFoj+J%1=MM)phgBLLM8zc z1oHcLzR&*1hE!v05z~2>*I&8s^W6J+<@0>LdGh@d{COcBH8|h3z<7vBM~j$rw1`PZ zi zI;+n$G{5#209~41_(IN7liN~nYzax&{jQ^iGovBT>dFg~vWrx?BVPOa?Z+GYFO3dm z#;5Erd#zA4HAq=s&@bTfw-&CizH<20^B)9h5Wx1Lms7<`i`Usapl3nz6j^*OZ|miQ zJ@$cnN}n~gDFrf>P`*Z2_EyV&076Dkr7M^4gonGE06H%v@6*MF{4R}D{pyU0jnh}i<0NYv zw*e@hJS#gP{Z#LTJ)I{2h!}xk^@mSq7Ee30_Lj#wy2RId+Rq05(pd+fQo9f!0G6c9 zmhgm>(mkCg0TiinID~-Qe+LZ?({}w44k6WZUzG7B0DeFF`9z_t{IgAeH(uOYxbE2F zzbl_SYh6?I*2{l={(Da>P|v(O#1-(E-IipLVrAC+vDfds5kF`@PAQ!#pOUZC0a%eW zKePiKmYV>Y2lOnZT*9gQ@!Q48(;|Bhd29eAJYlMMl86zk(k$55dCK50pIQFSMt1O_?j^37vk=fv$gyj@ES5XMI$)>D+t$uHk&8Zb$Kk zeWjbiOOsJ)%2En|AzVTL&>&?21S!iQ1RxBD8)SnIBz>s6$>Mb+ixh9qSqtEBccb0! z8au(}bN=DdLG6KO8v8E;SgkF~j86#{eY^KNt-W@i>xs02Bi+qbpYz;L{&=YTSFg>i z*x7cBL&*2#85eF{i=;{KC+!Y+_Fu0DkS<9Au)E`A*c^Aj`)*q;078hE33Cb(ay#6| z`geDnSfweQF-h~oqpzGcU6t}goBsL!d+ncXE_iO{kr%eK)?g`x6?Lh#%`PIHQ%fF8<{!Nu`(Uz8)iu$+C4Yq5f z>NUDDZ_pq12Q*12PZcZm!#xLYd@=TV_!H6KFa;^g5boa2Q*_MU=}O%q0G}IMCfpdn zb(`_J&G;Y*VR||vKDkJh3t&&ji3f>(c!a66#p^8i_$2^WhI^uH^W|Wt$u)9m=tkse z;d}c3oN+z`a0yo}Qs&4rgiIWOB315Vvb4}ph9nvPJ5~|}2@;+NfLf%?o1~eYm@VUr z(N@_aoP_U z!u`~6cF1E}l0N6Wxx?ynuFNVmdn_uU+~#+g-6IcCx+Hm;A}$^P3tDS9Yjh5>lywKZ z6mSIGLWWN%yyjg(E8^JV}5002ovPDHLkV1kI5 BUBmzY literal 0 HcmV?d00001 diff --git a/pages.json b/pages.json index e1ca664..11f428b 100644 --- a/pages.json +++ b/pages.json @@ -435,6 +435,15 @@ "navigationBarTitleText": "直播列表" } } + ,{ + "path" : "pages/user/content/content", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "easycom": { "autoscan": true, diff --git a/pages/activity/GroupDetails/index.vue b/pages/activity/GroupDetails/index.vue index cac09b4..5dbd472 100644 --- a/pages/activity/GroupDetails/index.vue +++ b/pages/activity/GroupDetails/index.vue @@ -131,7 +131,7 @@ diff --git a/pages/authorization/index.vue b/pages/authorization/index.vue index fe4a4db..4592057 100644 --- a/pages/authorization/index.vue +++ b/pages/authorization/index.vue @@ -5,30 +5,27 @@ v-if="!token" class="force-login-wrap" > - - + + + + 我已经阅读并遵守 + 《用户协议》与 + 《隐私政策》 + +