Commit 764eeba2 authored by jyx's avatar jyx

优化样式

parent 67643a23
......@@ -234,7 +234,7 @@
},
fail(res) {
uni.hideLoading();
console.log('ttPrePay',res.errMsg);
console.log('ttPrePay', res.errMsg);
// message.notify(res.errMsg);
},
});
......@@ -261,7 +261,7 @@
that.queryOrderStatus(largeType, ttData.tidStr);
},
fail(res) {
console.log('ios pay',res.errMsg);
console.log('ios pay', res.errMsg);
// message.notify(res.errMsg);
},
});
......@@ -272,7 +272,7 @@
that.queryOrderStatus(largeType, ttData.tidStr);
},
fail(res) {
console.log('android pay',res.errMsg);
console.log('android pay', res.errMsg);
// message.notify(res.errMsg);
},
});
......@@ -358,8 +358,13 @@
}
.name {
width: calc(90%);
text-align: center;
font-size: 29rpx;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.price {
......@@ -380,6 +385,9 @@
padding-bottom: 3rpx;
padding-left: 16rpx;
padding-right: 16rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.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