diff --git a/http/interface.js b/http/interface.js index b1253b9..fbfe0bd 100644 --- a/http/interface.js +++ b/http/interface.js @@ -4,7 +4,8 @@ */ export default { config: { - baseUrl: "http://192.168.88.175:9021", + // baseUrl: "http://192.168.88.175:9021", + baseUrl: "http://172.16.100.93:8017", header: { "Content-Type": "application/json;charset=UTF-8", // 'Content-Type':'application/x-www-form-urlencoded' diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 057aa20..5291b43 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -1,5 +1,3 @@ - - @@ -43,7 +42,7 @@ @click="goRouter(item)" :style="{transform: `translateX(${item.distanceX}px)`}" class="wrap1">
- +
{{item.artworkName}}
@@ -131,7 +130,7 @@ export default { const data = { page: this.page, //分页 pageSize: this.pageSize, //每页数据量 - artworkStatus: this.artworkStatus, //状态(1-未入库 2-已入库 3-即将到期 4-超时 5-已取货) + status: this.artworkStatus, //状态(1-未入库 2-已入库 3-即将到期 4-超时 5-已取货) mobileKey: this.mobileKey } const res = await postDataByParams('/api/warehouse/list', data) @@ -215,7 +214,12 @@ export default { position: relative; width: 144rpx; height: 228rpx; - + &.status5{ + background: #939393; + .wrap1_3_3_1 { + color: #939393; + } + } &.status1 { background: #FFBA00;