Commit 2b59f11e by 高淑倩

modify: 价格右对齐

parent ba4f24dc
......@@ -35,4 +35,8 @@
.table .tr .th:last-child {
padding-left: 10rpx;
box-sizing: border-box;
}
.table .tr .td:last-child{
text-align: right;
}
\ No newline at end of file
......@@ -33,10 +33,10 @@ wxService.page({
*/
onShow () {
const { orderNo } = this.options
// if(orderNo){
// this.initOrderDetail(orderNo)
// }
this.initOrderDetail('71110110025959520190610160256')
if(orderNo){
this.initOrderDetail(orderNo)
}
// this.initOrderDetail('71110110025959520190610160256')
},
initOrderDetail(orderNo){
......
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