@@ -121,7 +121,7 @@
return {
postData: {
orderUserName: '', // 用户名称
- orderUserSex: '',
+ orderUserSex: '男',
orderUserPhone: '', // 手机号码
code: '', // 验证码
capture: '',
@@ -165,7 +165,7 @@
if (!this.$route.meta.isUseCache) {
this.postData = {
orderUserName: '',
orderUserPhone: '',
code: '',
@@ -23,6 +23,7 @@
<span>{{ item.createdAt }}</span>
<span>></span>
</p>
+ <img class="fail" src="./image/fail@2x.png" alt="" v-if="item.orderStatusId === 3">
</li>
<li class="bitmap" v-if="!listData.length && booFetchData">
<img src="./image/bitmap@2x.png" alt="">
@@ -179,6 +180,9 @@
}
.list {
+ position: relative;
+ left: 0;
+ top: 0;
display: flex;
flex-direction: column;
align-items: center;
@@ -262,6 +266,16 @@
+ .fail {
+ position: absolute;
+ right: 14px;
+ top: 21px;
+ z-index: 1;
+ display: block;
+ width: 77px;
+ height: 49px;
+ }
+
.bottom {
justify-content: space-between;