zjh 5 년 전
부모
커밋
661f5b3391
4개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 0
      pages/drop/drop.js
  2. 0 3
      pages/news/news.js
  3. 1 1
      pages/news/news.wxml
  4. 2 0
      pages/news/news.wxss

+ 7 - 0
pages/drop/drop.js

@@ -66,6 +66,13 @@ Page({
         digital:"33",
         data:[52,56,355,444]
       },
+      {
+        title:'AppL D',
+        subtitle:"APPL INC",
+        Increase:"1.22",
+        digital:"33",
+        data:[52,56,355,444]
+      },
       {
         title:'AppL',
         subtitle:"APPL INC",

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 3
pages/news/news.js


+ 1 - 1
pages/news/news.wxml

@@ -5,7 +5,7 @@
    <view class="author-time">
     <!-- <image class="author-avatar" src="../{{currentNews.icon}}"></image> -->
     <text class="author-name">{{ currentNews.author }}</text>
-    <text class="const-text">发表于</text>
+    <!-- <text class="const-text">发表于</text> -->
     <text class="time">{{ currentNews.time }}</text>
   </view>
   <view class="horizon"></view>

+ 2 - 0
pages/news/news.wxss

@@ -49,6 +49,7 @@
   font-weight: 700;
   margin-top: 30rpx;
   letter-spacing: 2px;
+  text-align: center;
   /* color: #4b556c; */
 }
 
@@ -88,6 +89,7 @@
   margin-top: 20rpx;
   margin-right: 30rpx;
   margin-left: 30rpx;
+  /* margin-bottom: 50rpx; */
   line-height: 44rpx;
   letter-spacing: 2px;
   font-size: 26rpx;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.