maple před 1 rokem
rodič
revize
b2dda20a97
2 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 2 2
      manifest.json
  2. 4 4
      pages/down.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "宜格分享",
     "appid" : "__UNI__90011BF",
     "description" : "应用描述",
-    "versionName" : "1.1.9",
-    "versionCode" : 119,
+    "versionName" : "1.2.0",
+    "versionCode" : 120,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 4 - 4
pages/down.vue

@@ -10,7 +10,7 @@
     </view>
 
     <view class="top-box">
-      <image src="/static/down/downApps.png" mode="aspectFit" class="logo"></image>
+      <image src="/static/down/downApps1.png" mode="aspectFit" class="logo"></image>
     </view>
     <view class="btn-row">
       <button class="btn" @click="downLoad(0)" v-if="osName == 'android'">
@@ -137,7 +137,7 @@
     width: 100%;
     min-height: 100vh;
 
-    background: url('../static/down/downBG.png') no-repeat top center;
+    background: url('../static/down/downBG1.png') no-repeat top center;
     background-size: 100% 100%;
     padding-bottom: 118rpx;
   }
@@ -177,8 +177,8 @@
       border-radius: 60rpx;
       width: 401rpx;
       height: 97rpx;
-      /* background: linear-gradient(189deg, #a7f4ff 0%, #45e3ff 100%), #edf4fc; */
-      background: linear-gradient(189deg, #bbfdbd 0%, #a4f0a4 100%), #edf4fc;
+      background: linear-gradient(189deg, #a7f4ff 0%, #45e3ff 100%), #edf4fc;
+      /* background: linear-gradient(189deg, #bbfdbd 0%, #a4f0a4 100%), #edf4fc; */
       border-radius: 20rpx;
       margin-top: 49rpx;
       display: flex;