This commit is contained in:
刘亚磊 2022-07-19 14:33:54 +08:00
commit 81bc9a735b
2 changed files with 5 additions and 1 deletions

View File

@ -106,7 +106,7 @@
item.enclosure = fileArr[0] item.enclosure = fileArr[0]
} }
else if (gs == 'pdf') { else if (gs == 'pdf') {
item.enclosure = '../../static/fileImg/pdfS.png' item.enclosure = '../../static/fileImg/pdfB.png'
} }
} }
_this.mainList.push(item) _this.mainList.push(item)

View File

@ -63,6 +63,7 @@
<view class="right">{{data.activityTime}}</view> <view class="right">{{data.activityTime}}</view>
</view> </view>
</view> </view>
<view v-if="isCheck == 0"> <view v-if="isCheck == 0">
<view class="orderBtn" v-if="data.isBaoming"> <view class="orderBtn" v-if="data.isBaoming">
<view class="btnQ" @click="baoQ">取消接单</view> <view class="btnQ" @click="baoQ">取消接单</view>
@ -332,6 +333,9 @@
.orderBtn { .orderBtn {
width: 100%; width: 100%;
background-color: #FFF; background-color: #FFF;
position: fixed;
bottom: 0rpx;
padding-bottom: 20rpx;
.btn { .btn {