|
|
@@ -19,14 +19,14 @@
|
|
|
</t-tr>
|
|
|
<template v-if="!$util.isEmpty(bookData)">
|
|
|
<view v-for="(item, index) in bookData" :key="index" @click="goAction(item)" style="position: relative;">
|
|
|
- <text style="position: absolute;top:68upx;left:190upx;font-weight:bold;color:red;font-size:24upx;" v-if="item.hasRemark == 1">{{ item.remark?item.remark:'' }}</text>
|
|
|
+ <text style="position: absolute;top:68upx;left:150upx;font-weight:bold;color:red;font-size:24upx;" v-if="item.hasRemark == 1">{{ item.remark?item.remark:'' }}</text>
|
|
|
<t-tr>
|
|
|
<t-td>
|
|
|
<view class="name" :class="[item.bookNum == item.onNum ? 'finish' : 'normal']" style="width:170upx;position: relative;">
|
|
|
{{item.name}}
|
|
|
- <image :src="`${constant.imgUrl}/ghs/book/box1.png`" style="width:35upx;height:35upx;display: inline-block;position: absolute;top:49upx;"
|
|
|
+ <image :src="`${constant.imgUrl}/ghs/book/box1.png`" style="width:35upx;height:35upx;display: inline-block;position: absolute;top:48upx;"
|
|
|
mode="widthFix" v-if="item.box == 1"></image>
|
|
|
- <image :src="`${constant.imgUrl}/ghs/book/remark2.png`" style="width:39upx;height:39upx;display: inline-block;position: absolute;top:45upx;left:50upx;"
|
|
|
+ <image :src="`${constant.imgUrl}/ghs/book/remark2.png`" style="width:39upx;height:39upx;display: inline-block;position: absolute;top:44upx;left:50upx;"
|
|
|
mode="widthFix" v-if="item.hasRemark == 1"></image>
|
|
|
</view>
|
|
|
</t-td>
|
|
|
@@ -137,9 +137,8 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
onPullDownRefresh() {
|
|
|
- this.getStatList().then(res => {
|
|
|
- uni.stopPullDownRefresh();
|
|
|
- });
|
|
|
+ this.getStatList()
|
|
|
+ uni.stopPullDownRefresh()
|
|
|
},
|
|
|
onLoad() {
|
|
|
|
|
|
@@ -346,10 +345,10 @@ export default {
|
|
|
.space-view {
|
|
|
background-color: #fff;
|
|
|
.num{
|
|
|
- font-size:25upx;height:60upx;display: flex;align-items: center;
|
|
|
+ font-size:27upx;height:60upx;display: flex;align-items: center;
|
|
|
}
|
|
|
.name{
|
|
|
- font-size:25upx;width:170upx;text-align:left;height:60upx;display: flex;align-items: center;
|
|
|
+ font-size:27upx;width:170upx;text-align:left;height:60upx;display: flex;align-items: center;
|
|
|
}
|
|
|
.custom-item{
|
|
|
font-size:24upx;color:#333333;overflow: hidden;width:90upx;
|