mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
feat: 🐛 新增备用登录方案、并优化店铺名称过长导致显示错乱的样式问题、优化自动发券功能
This commit is contained in:
@@ -156,6 +156,12 @@
|
||||
order.createTime
|
||||
}}</view>
|
||||
</view>
|
||||
<view class="order-info-view">
|
||||
<view class="title">订单备注:</view>
|
||||
<view class="value">{{
|
||||
order.remark
|
||||
}}</view>
|
||||
</view>
|
||||
<view class="order-info-view">
|
||||
<view class="title">支付状态:</view>
|
||||
<view class="value">
|
||||
@@ -753,4 +759,12 @@ page,
|
||||
.address-line-height{
|
||||
line-height: 1.75;
|
||||
}
|
||||
.seller-name{
|
||||
>.name{
|
||||
flex:10 !important;
|
||||
}
|
||||
>.status{
|
||||
flex:2;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user