|
@@ -268,15 +268,7 @@
|
|
|
<view class="mt30" v-if="!oldData">
|
|
|
<u-button plain type="primary" text="申请难度费用" @tap="toNandufysq('sub')"></u-button>
|
|
|
</view>
|
|
|
- <view
|
|
|
- class="mt30"
|
|
|
- v-if="
|
|
|
- oldData &&
|
|
|
- oldData.workerInvolveApplyItems &&
|
|
|
- oldData.workerInvolveApplyItems[0] &&
|
|
|
- (oldData.workerInvolveApplyItems[0].status == 2 || oldData.workerInvolveApplyItems[0].websitStatus == 2)
|
|
|
- "
|
|
|
- >
|
|
|
+ <view class="mt30" v-if="oldData.status == 2 || oldData.websitStatus == 2">
|
|
|
<u-button plain type="primary" text="重新申请难度费用" @tap="toNandufysq('shenhe')"></u-button>
|
|
|
</view>
|
|
|
<view class="mt30" v-else-if="oldData">
|