Commit 764eeba2 authored by jyx's avatar jyx

优化样式

parent 67643a23
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
}, },
fail(res) { fail(res) {
uni.hideLoading(); uni.hideLoading();
console.log('ttPrePay',res.errMsg); console.log('ttPrePay', res.errMsg);
// message.notify(res.errMsg); // message.notify(res.errMsg);
}, },
}); });
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
that.queryOrderStatus(largeType, ttData.tidStr); that.queryOrderStatus(largeType, ttData.tidStr);
}, },
fail(res) { fail(res) {
console.log('ios pay',res.errMsg); console.log('ios pay', res.errMsg);
// message.notify(res.errMsg); // message.notify(res.errMsg);
}, },
}); });
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
that.queryOrderStatus(largeType, ttData.tidStr); that.queryOrderStatus(largeType, ttData.tidStr);
}, },
fail(res) { fail(res) {
console.log('android pay',res.errMsg); console.log('android pay', res.errMsg);
// message.notify(res.errMsg); // message.notify(res.errMsg);
}, },
}); });
...@@ -358,8 +358,13 @@ ...@@ -358,8 +358,13 @@
} }
.name { .name {
width: calc(90%);
text-align: center;
font-size: 29rpx; font-size: 29rpx;
color: #333; color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.price { .price {
...@@ -380,6 +385,9 @@ ...@@ -380,6 +385,9 @@
padding-bottom: 3rpx; padding-bottom: 3rpx;
padding-left: 16rpx; padding-left: 16rpx;
padding-right: 16rpx; padding-right: 16rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.cut-down { .cut-down {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment