wangzq 2 éve
szülő
commit
fac5c6bfe4
4 módosított fájl, 10 hozzáadás és 8 törlés
  1. 2 2
      src/assets/less/my.less
  2. 1 1
      src/manifest.json
  3. 1 0
      src/views/Index/index.ux
  4. 6 5
      src/views/My/index.ux

+ 2 - 2
src/assets/less/my.less

@@ -4,7 +4,7 @@
   .my_title {
     height: 112px;
     width: 100%;
-    background-color: #ffe5e0;
+    background-color:  #61A9C0;;
     // position: fixed;
     // top: 0;
     // left: 0;
@@ -83,7 +83,7 @@
     }
   }
   .user-info__wrap {
-    background: linear-gradient(to bottom, #ffe5df, #f9f9f9);
+    background-color:#61A9C0;
     padding: 40px 30px 80px 30px;
     align-items: center;
     margin-bottom: 140px;

+ 1 - 1
src/manifest.json

@@ -145,7 +145,7 @@
     "widgets": {}
   },
   "display": {
-    "titleBarBackgroundColor": "#fff",
+    "titleBarBackgroundColor": "#61A9C0",
     "titleBarTextColor": "#333",
     "menu": true,
     "themeMode": 0,

+ 1 - 0
src/views/Index/index.ux

@@ -185,6 +185,7 @@ export default {
     this.back_alert = sign_out_app_show
     this.getCoustom()
     this.getUser()
+     this.current = 3;
   },
   goActicity() {
     router.push({

+ 6 - 5
src/views/My/index.ux

@@ -5,6 +5,11 @@
       <list-item type="mycollect" style="height:440px">
         <stack style="background-color:#fff">
           <div class="user-info__wrap">
+             <image
+              src="../../assets/imgs/user_login.png"
+              if="{{haslogin && loginPhone}}"
+            ></image>
+            <image src="../../assets/imgs/user_logo.png" else></image>
             <div class="uesr-info__message">
               <text class="user-name" if="{{haslogin && loginPhone}}"
                 >书友{{ user.id }}</text
@@ -13,11 +18,7 @@
               <text>ID:{{ user.id }}</text>
               <!-- <text class="vip-card" if="{{user.is_vip}}">免费阅读卡还剩{{ user.vip_days }}</text> -->
             </div>
-            <image
-              src="../../assets/imgs/user_login.png"
-              if="{{haslogin && loginPhone}}"
-            ></image>
-            <image src="../../assets/imgs/user_logo.png" else></image>
+           
           </div>
           <div class="my-collect">
             <!-- if="{{user.is_vip}}" -->