Commit c64499e9 authored by 黄媛媛's avatar 黄媛媛

修改初始值为0

parent 2e056357
......@@ -201,7 +201,7 @@
width: 24px;
height:24px;
border-radius: 100%;
padding-right: 5px;
margin-right: 5px;
}
.personDiv {
position: fixed;
......@@ -315,7 +315,6 @@
<img :onerror="defaultImg" :src="item.customerPhoto" alt />{{item.customerName}} 购买了200元线路优惠价
</li>
</ul>
<ul id="list2"></ul>
</div>
</div>
......@@ -333,7 +332,7 @@ export default {
loading: false,
selectTime: -1,
dataInfo: {},
value: 1236,
value: '0000',
html: "",
today: moment().format("MM.DD"),
Select: -1,
......
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