@@ -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" });
}
app.globalData.isLogin = false;
@@ -204,7 +204,7 @@ page {
.goodsInfo {
display: flex;
justify-content: space-between;
- padding-top: 4rpx;
+ padding-top: 10rpx;
.goods-name {
flex: 1 auto;
@@ -100,7 +100,7 @@ page {
@@ -377,6 +377,8 @@ page {
color: #333333;
font-weight: bold;
line-height: 40rpx;
+ display: flex;
+ align-items: center;
text {
padding-right: 24rpx;
@@ -129,7 +129,7 @@
@@ -394,7 +394,6 @@
.discountPrice {
- padding-bottom: 2rpx;
font-size: 24rpx;
color: #AAAAAA;