lex-xin il y a 8 mois
Parent
commit
df174255d6

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

@@ -78,7 +78,7 @@ Page({
         } else {
           wx.removeStorageSync("token");
           app.globalData.isLogin = false
-          wx.showToast({ title: users.data.msg, icon: "none" });
+          wx.showToast({ title: users.data.message, icon: "none" });
         }
       } else {
         app.globalData.isLogin = false;

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

@@ -204,7 +204,7 @@ page {
   .goodsInfo {
     display: flex;
     justify-content: space-between;
-    padding-top: 4rpx;
+    padding-top: 10rpx;
 
     .goods-name {
       flex: 1 auto;

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

@@ -100,7 +100,7 @@ page {
   .goodsInfo {
     display: flex;
     justify-content: space-between;
-    padding-top: 4rpx;
+    padding-top: 10rpx;
 
     .goods-name {
       flex: 1 auto;
@@ -377,6 +377,8 @@ page {
     color: #333333;
     font-weight: bold;
     line-height: 40rpx;
+    display: flex;
+    align-items: center;
 
     text {
       padding-right: 24rpx;

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

@@ -129,7 +129,7 @@
     .goodsInfo {
       display: flex;
       justify-content: space-between;
-      padding-top: 4rpx;
+      padding-top: 10rpx;
 
       .goods-name {
         flex: 1 auto;

+ 0 - 1
miniprogram/pages/select-goods/index.less

@@ -394,7 +394,6 @@
         }
 
         .discountPrice {
-          padding-bottom: 2rpx;
           font-size: 24rpx;
           color: #AAAAAA;
           text {