Browse Source

修改样式

lex-xin 4 months ago
parent
commit
46cf9b5662

BIN
miniprogram/pages/index/images/icon-close.png


BIN
miniprogram/pages/index/images/icon-order.png


BIN
miniprogram/pages/index/images/nosale.png


+ 136 - 49
miniprogram/pages/index/index.less

@@ -22,17 +22,16 @@ page {
   }
   .slider-count {
     position: absolute;
-    top: 674rpx;
-    right: 32rpx;
+    top: 678rpx;
+    right: 0;
     background: rgba(0,0,0,0.4);
-    border-radius: 26rpx;
-    border: 2rpx solid rgba(255,255,255,0.3);
+    border-radius: 200rpx 0rpx 0rpx 200rpx;
     font-weight: 600;
     font-size: 28rpx;
     color: #FFFFFF;
     line-height: 40rpx;
     text-align: center;
-    padding: 2rpx 26rpx;
+    padding: 4rpx 20rpx 4rpx 28rpx  ;
     z-index: 1;
   }
   swiper {
@@ -60,9 +59,9 @@ page {
 
 .shop-section {
   background: #FFFFFF;
-  border-radius: 20rpx;
-  margin: 16rpx 16rpx 0;
-  padding: 24rpx;
+  // border-radius: 20rpx;
+  // margin: 16rpx 16rpx 0;
+  padding: 32rpx 32rpx 40rpx;
   .showPrice {
     display: flex;
     justify-content: space-between;
@@ -75,7 +74,7 @@ page {
   }
   .currentPrice {
     font-weight: bold;
-    color: #FE2451;
+    color: #FF5000;
     font-family: DINAlternate, DINAlternate;
     .stuff {
       font-size: 36rpx;
@@ -99,7 +98,7 @@ page {
     padding-top: 14rpx;
     font-weight: 400;
     font-size: 28rpx;
-    color: #777777;
+    color: #FF5000;
     line-height: 40rpx;
   }
 }
@@ -129,26 +128,37 @@ page {
   }
   .goodsItem {
     line-height: 68rpx;
-    background: #F4F4F5;
-    border-radius: 12rpx;
-    padding: 0 32rpx;
-    margin-right: 24rpx;
+    background: #F6F5F5;
+    border-radius: 8rpx;
     font-size: 28rpx;
     color: #131415;
     position: relative;
-    margin-top: 24rpx;
+    margin-top: 30rpx;
+    margin-right: 30rpx;
+    display: flex;
+    flex-direction: column;
+    border: 2rpx solid #F4F4F4;
 
     &.selected {
-      background: #FEEDF0;
-      font-weight: 600;
-      color: #FE2451;
+      background: #FFEEE6;
+      color: #FF5000;
+      border: 2rpx solid #FF5000;
     }
 
     &.nosale {
-      background: #F4F4F5;
-      color: #B1B1B1;
+      // background: #F4F4F5;
+      color: #B3B3B3;
+      opacity: 0.6;
     }
-    image {
+    .name {
+      padding-left: 8rpx;
+    }
+    .goods-cover {
+      width: 124rpx;
+      height: 124rpx;
+      border-radius: 8rpx 8rpx 0 0;
+    }
+    .iconSale {
       position: absolute;
       top: -14rpx;
       right: -14rpx;
@@ -162,13 +172,13 @@ page {
 
 .goodsSection {
   // margin-bottom: 156rpx;
-  padding-bottom: 174rpx;
+  padding-bottom: 160rpx;
 }
 .goodsIntro {
   background: #FFFFFF;
-  border-radius: 20rpx;
+  // border-radius: 20rpx;
   overflow: hidden;
-  margin: 16rpx 16rpx 8rpx;
+  margin: 16rpx 0 0;
 
   .title {
     font-weight: 600;
@@ -176,6 +186,44 @@ page {
     color: #131415;
     line-height: 44rpx;
     padding: 28rpx 24rpx;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+
+    .before, .after {
+      content: '';
+      width: 68rpx;
+      height: 2rpx;
+      border-radius: 2rpx;
+      opacity: 0.3;
+      display: inline-block;
+    }
+    .before {
+      background: linear-gradient( 90deg, rgba(0,0,0,0) 0%, #000000 100%);
+      margin-right: 24rpx;
+    }
+    .after {
+      background: linear-gradient( 270deg, rgba(0,0,0,0) 0%, #000000 100%);
+      margin-left: 24rpx;
+    }
+  }
+
+  .quick-btn {
+    padding: 0 20rpx 30rpx;
+    font-size: 28rpx;
+    color: #999999;
+    line-height: 40rpx;
+    display: flex;
+    view {
+      padding: 8rpx 24rpx;
+      margin-right: 12rpx;
+    }
+    .active {
+      background: #FFDF9E;
+      border-radius: 28rpx;
+      font-weight: 600;
+      color: #131415;
+    }
   }
 
   .images {
@@ -198,6 +246,25 @@ page {
   }
 }
 
+.orders {
+    display: flex;
+    flex-direction: column;
+    position: fixed;
+    right: 12rpx;
+    bottom: 202rpx;
+    image {
+      width: 112rpx;
+      height: 118rpx;
+    }
+    // text {
+    //   font-weight: 500;
+    //   font-size: 22rpx;
+    //   color: #131415;
+    //   line-height: 32rpx;
+    //   text-align: center;
+    // }
+  }
+
 .bottom-section {
   position: fixed;
   bottom: 0;
@@ -205,33 +272,18 @@ page {
   width: 100%;
   background-color: #FFFFFF;
   box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
-  padding: 20rpx 32rpx 58rpx 40rpx;
+  padding: 20rpx 32rpx 58rpx;
   display: flex;
   align-items: center;
   box-sizing: border-box;
-  .orders {
-    display: flex;
-    flex-direction: column;
-    image {
-      width: 48rpx;
-      height: 48rpx;
-    }
-    text {
-      font-weight: 500;
-      font-size: 22rpx;
-      color: #131415;
-      line-height: 32rpx;
-      text-align: center;
-    }
-  }
+  
   .btnSection {
     flex: 1 auto;
-    padding-left: 40rpx;
     button {
       width: 100%;
       line-height: 88rpx;
-      background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%);
-      border-radius: 44rpx;
+      background: linear-gradient( 315deg, #FF4A00 0%, #FE8C00 100%);
+      border-radius: 16rpx;
       font-weight: 500;
       font-size: 32rpx;
       color: #FFFFFF;
@@ -276,15 +328,36 @@ page {
     .goodsInfo {
       .desc {
         padding-bottom: 0;
+        margin-left: 0;
         margin-bottom: 0;
+        font-size: 32rpx;
+        font-weight: 600;
+      }
+      .goodsList {
+        max-height: 500rpx;
+        overflow-x: hidden;
+        overflow-y: auto;
+        &::-webkit-scrollbar {
+          display: none;
+        }
+      }
+      .goodsItem {
+        margin-right: 26rpx;
+        .goods-cover {
+          width: 208rpx;
+          height: 208rpx;
+        }
+        &:nth-child(3n + 3) {
+          margin-right: 0;
+        }
       }
     }
   }
 
   .iconClose {
     position: absolute;
-    right: 40rpx;
-    top: 40rpx;
+    right: 32rpx;
+    top: 42rpx;
     width: 38rpx;
     height: 38rpx;
   }
@@ -306,10 +379,24 @@ page {
     }
     .product-left {
       display: flex;
-      align-items: flex-start;
+      flex-direction: column;
+      .price-s {
+        display: flex;
+        align-items: flex-start;
+      }
+      .current-s {
+        font-size: 28rpx;
+        color: #131415;
+        line-height: 40rpx;
+        padding-top: 20rpx;
+        text {
+          color: #FF5000;
+        }
+      }
+
       .currentPrice {
         font-weight: bold;
-        color: #FE2451;
+        color: #FF5000;
         font-family: DINAlternate, DINAlternate;
         .stuff {
           font-size: 36rpx;
@@ -348,8 +435,8 @@ page {
   button {
     width: 100%;
     line-height: 88rpx;
-    background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%);
-    border-radius: 44rpx;
+    background: linear-gradient( 315deg, #FF4A00 0%, #FE8C00 100%);
+    border-radius: 16rpx;
     font-weight: 500;
     font-size: 32rpx;
     color: #FFFFFF;

+ 43 - 22
miniprogram/pages/index/index.wxml

@@ -6,27 +6,27 @@
     <swiper indicator-dots="{{false}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" bindchange="changeSwiper">
       <swiper-item>
         <view class="swiper-item ">
-          <image src="https://oss.dayaedu.com/ktyq/1731664204915.png"></image>
+          <image src="https://oss.dayaedu.com/ktyq/1732101023155.png"></image>
         </view>
       </swiper-item>
       <swiper-item>
         <view class="swiper-item ">
-          <image src="https://oss.dayaedu.com/ktyq/1731664238525.png"></image>
+          <image src="https://oss.dayaedu.com/ktyq/1732101058157.png"></image>
         </view>
       </swiper-item>
       <swiper-item>
         <view class="swiper-item ">
-          <image src="https://oss.dayaedu.com/ktyq/1731664250837.png"></image>
+          <image src="https://oss.dayaedu.com/ktyq/1732101072881.png"></image>
         </view>
       </swiper-item>
       <swiper-item>
         <view class="swiper-item ">
-          <image src="https://oss.dayaedu.com/ktyq/1731664259087.png"></image>
+          <image src="https://oss.dayaedu.com/ktyq/1732101091093.png"></image>
         </view>
       </swiper-item>
       <swiper-item>
         <view class="swiper-item ">
-          <image src="https://oss.dayaedu.com/ktyq/1731664269098.png"></image>
+          <image src="https://oss.dayaedu.com/ktyq/1732101102921.png"></image>
         </view>
       </swiper-item>
     </swiper>
@@ -51,30 +51,42 @@
       </view>
 
       <view class="goodsInfo">
-        <text class="desc">已选:</text>
+        <!-- <text class="desc">已选:</text> -->
         <view class="goodsList">
-          <view wx:for="{{ list }}" wx:key="index" class="goodsItem {{ item.id == selected.id ? 'selected' : '' }} {{ item.stockNum <= 0 ? 'nosale' : '' }}" bind:tap="onSelectGoods" data-id="{{ item.id }}">{{ item.typeName }}<image wx:if="{{ item.stockNum <= 0 }}" src="./images/nosale.png"></image></view>
+          <view wx:for="{{ list }}" wx:key="index" class="goodsItem {{ item.id == selected.id ? 'selected' : '' }} {{ item.stockNum <= 0 ? 'nosale' : '' }}" bind:tap="onSelectGoods" data-id="{{ item.id }}">
+          <image class="goods-cover" src="{{item.pic}}"></image>
+          <text class="name">{{ item.typeName }}</text><image class="iconSale" wx:if="{{ item.stockNum <= 0 }}" src="./images/nosale.png"></image>
+          </view>
         </view>
       </view>
     </view>
     
     <view class="goodsSection">
       <view class="goodsIntro">
-        <view class="title">图文详情</view>
+        <view class="title">
+          <view class="before"></view>
+          <view>商品详情</view>
+          <view class="after"></view>
+        </view>
+        <view class="quick-btn">
+          <view class="active">商品介绍</view>
+          <view>互通案例</view>
+          <view>购买流程</view>
+        </view>
         <view class="images">
-          <image class="img1" src="https://oss.dayaedu.com/ktyq/1731664304424.png"></image>
-          <image class="img2" src="https://oss.dayaedu.com/ktyq/1731664318588.png"></image>
-          <image class="img3" src="https://oss.dayaedu.com/ktyq/1731664330981.png"></image>
-          <image class="img4" src="https://oss.dayaedu.com/ktyq/1732085582320.png"></image>
+          <image class="img1" src="https://oss.dayaedu.com/ktyq/1732101129195.png"></image>
+          <image class="img2" src="https://oss.dayaedu.com/ktyq/1732101146406.png"></image>
+          <image class="img3" src="https://oss.dayaedu.com/ktyq/1732101158356.png"></image>
+          <image class="img4" src="https://oss.dayaedu.com/ktyq/1732101169900.png"></image>
         </view>
       </view>
     </view>
 
-    <view class="bottom-section">
-      <view class="orders" bind:tap="onOrder">
+    <view class="orders" bind:tap="onOrder">
         <image src="./images/icon-order.png" />
-        <text>订单</text>
+        <!-- <text>订单</text> -->
       </view>
+    <view class="bottom-section">
       <view class="btnSection">
         <button bind:tap="onBuyShop" type="primary" disabled="{{ isOverSaled }}">立即购买</button>
       </view>
@@ -90,19 +102,28 @@
             <image src="{{ selected.pic }}"></image>
           </view>
           <view class="product-left">
-            <view class="currentPrice">
-              <text class="stuff">¥</text>
-              <text class="priceZ">{{ selected.integerPart }}</text>
-              <text class="priceF">.{{ selected.decimalPart }}</text>
+            <view class="price-s">
+              <view class="currentPrice">
+                <text class="stuff">¥</text>
+                <text class="priceZ">{{ selected.integerPart }}</text>
+                <text class="priceF">.{{ selected.decimalPart }}</text>
+              </view>
+              <view class="originPrice">¥{{ selected.originalPrice }}</view>
+            </view>
+            <view class="current-s">
+              当前选中:<text>{{ selected.typeName }}</text>
             </view>
-            <view class="originPrice">¥{{ selected.originalPrice }}</view>
           </view>
         </view>
 
         <view class="goodsInfo">
-          <view class="desc">规格</view>
+          <view class="desc">规格类型({{ list.length }})</view>
           <view class="goodsList">
-            <view wx:for="{{ list }}" wx:key="index" class="goodsItem {{ item.id == selected.id ? 'selected' : '' }} {{ item.stockNum <= 0 ? 'nosale' : '' }}" bind:tap="onSelectGoods" data-id="{{ item.id }}">{{ item.typeName }}<image wx:if="{{ item.stockNum <= 0 }}" src="./images/nosale.png"></image></view>
+            <view wx:for="{{ list }}" wx:key="index" class="goodsItem {{ item.id == selected.id ? 'selected' : '' }} {{ item.stockNum <= 0 ? 'nosale' : '' }}" bind:tap="onSelectGoods" data-id="{{ item.id }}">
+              <image class="goods-cover" src="{{item.pic}}"></image>
+              <text class="name">{{ item.typeName }}</text><image class="iconSale" wx:if="{{ item.stockNum <= 0 }}" src="./images/nosale.png"></image>
+            </view>
+            <!-- <view wx:for="{{ list }}" wx:key="index" class="goodsItem {{ item.id == selected.id ? 'selected' : '' }} {{ item.stockNum <= 0 ? 'nosale' : '' }}" bind:tap="onSelectGoods" data-id="{{ item.id }}">{{ item.typeName }}<image wx:if="{{ item.stockNum <= 0 }}" src="./images/nosale.png"></image></view> -->
           </view>
         </view>
 

BIN
miniprogram/pages/login/images/radio-active.png


BIN
miniprogram/pages/login/images/radio-default.png


+ 10 - 6
miniprogram/pages/login/login.less

@@ -11,7 +11,7 @@
   image {
     width: 160rpx;
     height: 160rpx;
-    border-radius: 50%;
+    border-radius: 32rpx;
     overflow: hidden;
   }
   .appname {
@@ -29,8 +29,8 @@
   button {
     width: 100%;
     line-height: 88rpx;
-    background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%);
-    border-radius: 44rpx;
+    background: linear-gradient( 315deg, #FF4A00 0%, #FE8C00 100%);
+    border-radius: 16rpx;
     font-weight: 500;
     font-size: 32rpx;
     color: #FFFFFF;
@@ -38,15 +38,19 @@
     padding-bottom: 0;
     &[disabled][type=primary] {
       color: #fff;
-      background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%);
+      background: linear-gradient( 315deg, #FF4A00 0%, #FE8C00 100%);
       opacity: 0.7;
     }
   }
 
   .protocol-section {
+    position: absolute;
+    bottom: 112rpx;
+    width: 100%;
+    left: 44rpx;
     padding-top: 80rpx;
     font-size: 26rpx;
-    color: #3C3C3C;
+    color: #777777;
     line-height: 36rpx;
     .radioSection {
       height: 36rpx;
@@ -61,7 +65,7 @@
       transform: translateY(4rpx)
     }
     .protocol {
-      color: #FE2451;
+      color: #FF5000;
     }
   } 
 

+ 25 - 12
miniprogram/pages/orders/order-detail.less

@@ -1,14 +1,30 @@
 /* pages/orders/order-detail.wxss */
 page {
+  position: relative;
   height: 100vh;
   display: flex;
   flex-direction: column;
-  background: #F5F6F7;
+  background: #F4F4F4;
+  // background: linear-gradient(to bottom, #FB660A, #F5F6F7) #f4f4f4;
+  // background-size: 750rpx;
+  &::before {
+    content: '';
+    position: absolute;
+    top: 0;
+    width: 100%;
+    height: 750rpx; 
+    background: linear-gradient(to bottom, #FB660A, #F5F6F7) #f4f4f4;
+    background-size: 750rpx;
+  }
+
+  .weui-navigation-bar__btn_goback {
+    background-color: #fff;
+  }
 }
 
 .order-status {
   margin: 24rpx 26rpx 0;
-  background-color: #FFFFFF;
+  // background-color: #FFFFFF;
   border-radius: 20rpx;
   padding: 24rpx 32rpx;
   .status {
@@ -21,14 +37,14 @@ page {
     }
     text {
       font-weight: 600;
-      font-size: 36rpx;
-      color: #131415;
+      font-size: 48rpx;
+      color: #FFFFFF;
       line-height: 48rpx;
     }
   }
   .tips {
     font-size: 28rpx;
-    color: #777777;
+    color: #FFFFFF;
     line-height: 40rpx;
   }
 }
@@ -88,12 +104,9 @@ page {
     padding-top: 12rpx;
     .goods-card {
       height: 40rpx;
-      background: #FEEDF0;
-      border-radius: 6rpx;
       font-size: 26rpx;
-      color: #FE2451;
+      color: #131415;
       line-height: 40rpx;
-      padding: 0 12rpx;
     }
     .goods-num {
       font-size: 28rpx;
@@ -153,7 +166,7 @@ page {
     }
     .currentPrice {
       font-weight: bold;
-      color: #FE2451;
+      color: #FF5000;
       font-family: DINAlternate, DINAlternate;
       .stuff {
         font-size: 32rpx;
@@ -170,8 +183,8 @@ page {
   button {
     margin: 0;
     width: auto;
-    background: linear-gradient( 270deg, #FF204B 0%, #FE5B71 100%);
-    border-radius: 78rpx;
+    background: linear-gradient( 315deg, #FF4A00 0%, #FE8C00 100%);
+    border-radius: 16rpx;
     padding: 22rpx 84rpx;
     font-weight: 500;
     font-size: 32rpx;

+ 2 - 2
miniprogram/pages/orders/order-detail.wxml

@@ -1,11 +1,11 @@
 <!--pages/orders/order-detail.wxml-->
 <view class="container">
-  <navigation-bar title="订单详情"></navigation-bar>
+  <navigation-bar color="#fff" title="订单详情"></navigation-bar>
 
   <scroll-view class="record-list" type="list" scroll-y bindscrolltolower="loadMore">
     <view class="order-status">
       <view class="status">
-        <image src="{{ statusList[status].logo }}"></image>
+        <!-- <image src="{{ statusList[status].logo }}"></image> -->
         <text>{{ statusList[status].title }}</text>
       </view>
       <view class="tips">{{ statusList[status].content }}</view>

+ 32 - 24
miniprogram/pages/orders/orders.less

@@ -4,6 +4,16 @@ page {
   display: flex;
   flex-direction: column;
   background: #F5F6F7;
+
+  &::before {
+    content: '';
+    position: absolute;
+    top: 0;
+    width: 100%;
+    height: 334rpx; 
+    background: url('https://oss.dayaedu.com/ktyq/1732098006493.png') no-repeat top center;
+    background-size: contain;
+  }
 }
 
 .container {
@@ -24,6 +34,8 @@ page {
   align-items: center;
   justify-content: space-between;
   padding: 28rpx 50rpx 16rpx;
+  position: relative;
+  z-index: 1;
 
   >view {
       font-size: 32rpx;
@@ -43,13 +55,12 @@ page {
               content: "";
               position: absolute;
               left: 50%;
-              margin-left: -24rpx;
-              bottom: -8rpx;
+              margin-left: -32rpx;
+              bottom: -1rpx;
               z-index: -1;
-              width: 48rpx;
-              height: 8rpx;
-              background: linear-gradient( 90deg, #FF3C3C 0%, rgba(255,118,155,0.5) 100%);
-              border-radius: 72rpx 72rpx 0rpx 0rpx;
+              width: 64rpx;
+              height: 14rpx;
+              background: linear-gradient( 90deg, #FF902B 0%, #FFDD84 100%);
           }
       }
   }
@@ -138,12 +149,12 @@ page {
       align-items: center;
       padding-top: 12rpx;
       .goods-card {
-        background: #FEEDF0;
+        // background: #FEEDF0;
         border-radius: 6rpx;
         font-size: 26rpx;
-        color: #FE2451;
+        color: #131415;
         line-height: 40rpx;
-        padding: 0 12rpx;
+        // padding: 0 12rpx;
       }
       .goods-num {
         font-size: 28rpx;
@@ -155,31 +166,29 @@ page {
   }
 
   .item-footer {
-    padding-top: 24rpx;
+    padding-top: 8rpx;
     display: flex;
     justify-content: space-between;
     align-items: center;
 
     .order-price {
-      font-weight: 600;
       font-size: 28rpx;
-      color: #131415;
+      color: #999999;
       line-height: 48rpx;
 
-      .price {
-        font-family: DINAlternate, DINAlternate;
-        font-weight: bold;
-        font-size: 28rpx;
-        color: #FE2451;
-        line-height: 48rpx;
-      }
+      // .price {
+      //   font-family: DINAlternate, DINAlternate;
+      //   font-weight: bold;
+      //   font-size: 28rpx;
+      //   color: #FE2451;
+      //   line-height: 48rpx;
+      // }
     }
 
     button {
       margin: 0;
-      border-radius: 36rpx;
-      background-color: #FFFFFF;
-      border: 2rpx solid #DCDCDC;
+      border-radius: 12rpx;
+      background: #F2F2F2;
       font-weight: 500;
       font-size: 28rpx;
       color: #333333;
@@ -188,8 +197,7 @@ page {
       line-height: 40rpx;
     }
     .sure {
-      background: #FE2451;
-      border-color: #FE2451;
+      background: linear-gradient( 315deg, #FF4A00 0%, #FE8C00 100%);
       color: #FFFFFF;
     }
   }

+ 10 - 6
miniprogram/pages/orders/orders.wxml

@@ -12,29 +12,33 @@
       <block wx:if="{{ recordList.length }}">
         <view class="list-item-group">
           <view class="list-item" wx:for="{{recordList}}" wx:key="index" data-orderno="{{item.orderNo}}" bind:tap="onDetail">
-            <view class="item-top">
+            <!-- <view class="item-top">
               <view class="item-mid">订单号:{{ item.orderNo }}</view>
               <text class="{{ item.wechatStatus == 'WAIT_PAY' || item.wechatStatus == 'WAIT_USE' ? 'red' : '' }}">{{ item.statusName }}</text>
-            </view>
+            </view> -->
             <view class="item-content" wx:for="{{item.studentPaymentOrderDetails}}" wx:key="studentIndex">
               <image class='goods-icon' src="{{item.goodsUrl}}" mode="" />
               <view class="goods-desc">
                 <view class="goodsInfo">
-                  <view class="goods-name">{{item.goodsName}}</view>
+                  <view class="goods-name">
+                    <text class="{{ outerItem.wechatStatus == 'WAIT_PAY' || outerItem.wechatStatus == 'WAIT_USE' ? 'red' : '' }}">{{ outerItem.statusName }}</text>
+                    {{item.goodsName}}
+                  </view>
                   <view class="goods-price">¥ {{(item.originalPrice)}}</view>
                 </view>
                 <view class="goods-type">
                   <view class="goods-card" wx:if="{{ item.typeName }}">{{item.typeName}}</view>
-                  <view class="goods-num">x1</view>
+                  <view class="goods-num">共 1 件</view>
                 </view>
               </view>
             </view>
             <view class="item-footer">
               <view class="order-price">
-                订单金额:<text class="price">¥ {{item.amount}}</text>
+                <!-- 订单金额:<text class="price">¥ {{item.amount}}</text> -->
+                订单号:{{ item.orderNo }}
               </view>
               <button class="sure" type="primary" wx:if="{{ item.wechatStatus == 'WAIT_PAY' }}"  catch:tap="onPay" data-id="{{item.id}}">继续支付</button>
-              <button type="primary" wx:else catch:tap="onOne" data-id="{{item.id}}">再来一单</button>
+              <button type="primary" wx:else catch:tap="onOne" data-id="{{item.id}}">再次购买</button>
             </view>
           </view>
         </view>

+ 14 - 1
project.private.config.json

@@ -4,5 +4,18 @@
   "setting": {
     "compileHotReLoad": true
   },
-  "libVersion": "3.5.8"
+  "libVersion": "3.5.8",
+  "condition": {
+    "miniprogram": {
+      "list": [
+        {
+          "name": "pages/login/login",
+          "pathName": "pages/login/login",
+          "query": "",
+          "launchMode": "default",
+          "scene": null
+        }
+      ]
+    }
+  }
 }