lex-xin 6 месяцев назад
Родитель
Сommit
308fe39f75

+ 1 - 1
miniprogram/components/apply-refound/apply-refound.less

@@ -43,7 +43,7 @@
       background: #F7F8F9;
       border-radius: 20rpx;
       textarea {
-        padding: 16rpx;
+        padding: 8rpx;
         height: 180rpx;
         font-size: 30rpx;
         width: 100%;

+ 4 - 1
miniprogram/pages/index/index.less

@@ -164,7 +164,7 @@ page {
     .goods-cover {
       width: 124rpx;
       height: 124rpx;
-      border-radius: 10rpx 10rpx 0 0;
+      border-radius: 8rpx 8rpx 0 0;
     }
     .iconSale {
       position: absolute;
@@ -457,6 +457,9 @@ page {
     }
   }
 
+  .btnSections {
+    padding: 0 32rpx;
+  }
   button {
     width: 100%;
     line-height: 88rpx;

+ 1 - 1
miniprogram/pages/index/index.wxml

@@ -98,7 +98,7 @@
           </view>
         </view>
 
-        <button type="primary" bind:tap="onSubmit">立即购买</button>
+        <view class="btnSections"><button type="primary" bind:tap="onSubmit">立即购买</button></view>
       </view>
     </view>
   </view>

+ 1 - 1
miniprogram/pages/login/login.wxml

@@ -2,7 +2,7 @@
 <view class="container">
   <navigation-bar title="登录" ></navigation-bar>
   <view class="appInfo">
-    <image src="https://oss.dayaedu.com/ktyq/1732255278268.png"></image>
+    <image src="https://oss.dayaedu.com/ktyq/1732760061046.png"></image>
     <text class="appname">音乐数字AI器乐工具</text>
   </view>
   <view class="login-section">

+ 1 - 1
miniprogram/pages/orders/order-result.less

@@ -122,7 +122,7 @@ page {
         font-size: 28rpx;
       }
       .priceZ {
-        font-size: 48rpx;
+        font-size: 44rpx;
       }
       .priceF {
         font-size: 32rpx;

+ 2 - 2
miniprogram/pages/orders/orders.less

@@ -143,10 +143,10 @@ page {
           font-size: 28rpx;
         }
         .priceZ {
-          font-size: 48rpx;
+          font-size: 36rpx;
         }
         .priceF {
-          font-size: 32rpx;
+          font-size: 28rpx;
         }
       }
     }

+ 3 - 3
miniprogram/pages/protocol/register.ts

@@ -6,7 +6,7 @@ Page({
    * 页面的初始数据
    */
   data: {
-    src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol'
+    src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol?wx=2'
   },
 
   /**
@@ -17,11 +17,11 @@ Page({
     if(options.type) {
       if(options.type === "privacy") {
         this.setData({
-          src: app.globalData.baseUrl + '/classroom-app/#/privacy-protocol'
+          src: app.globalData.baseUrl + '/classroom-app/#/privacy-protocol?wx=2'
         })
       } else if(options.type === "register") {
         this.setData({
-          src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol'
+          src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol?wx=2'
         })
       }
     }