预留手机号新加解释,优惠券新增备注,修改部分样式,优化table组件可以传属性
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<!--pages/meterList/index.wxml-->
|
||||
<navigator title="电表列表" canBack="{{true}}" />
|
||||
<view style="margin: 20rpx"> 当前时间:{{ time }} </view>
|
||||
<table header="{{header}}" list="{{list}}" border="{{true}}" />
|
||||
<view class="time">{{ time }} </view>
|
||||
<view style="margin: 0 24rpx;">
|
||||
<table
|
||||
header="{{header}}"
|
||||
list="{{list}}"
|
||||
border="{{true}}"
|
||||
topStyle="text-align: center"
|
||||
bodyStyle="text-align: center"
|
||||
topColor="rgb(242,248,246)"
|
||||
/>
|
||||
</view>
|
Reference in New Issue
Block a user