|
@@ -19,8 +19,8 @@
|
|
|
</image>
|
|
</image>
|
|
|
<text>{{business.phone}}</text>
|
|
<text>{{business.phone}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <image class="wh-60 animate__animated animate__fadeInDownBig"
|
|
|
|
|
- style="position: absolute;right: 20rpx;" src="/page_task/staic/img/task-details/icon-one.png"
|
|
|
|
|
|
|
+ <image class="wh-60 animate__animated animate__fadeInDownBig" v-if="business.status>0"
|
|
|
|
|
+ style="position: absolute;right: 20rpx;" :src="'/page_task/staic/img/task-details/icon-'+business.status+'.png'"
|
|
|
mode="aspectFill">
|
|
mode="aspectFill">
|
|
|
</image>
|
|
</image>
|
|
|
</view>
|
|
</view>
|
|
@@ -137,7 +137,7 @@
|
|
|
type_data: []
|
|
type_data: []
|
|
|
},
|
|
},
|
|
|
business: {
|
|
business: {
|
|
|
- status: 1,
|
|
|
|
|
|
|
+ status: 0,
|
|
|
phone: '',
|
|
phone: '',
|
|
|
identity_one: '',
|
|
identity_one: '',
|
|
|
identity_two: '',
|
|
identity_two: '',
|