非进行中不渲染捐款按钮
This commit is contained in:
parent
b1ff13ebb0
commit
fcb37faf63
|
|
@ -85,7 +85,9 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<button @click="handleDonate">捐一笔</button>
|
<button v-if="projectDetails.state === '2'" @click="handleDonate">
|
||||||
|
捐一笔
|
||||||
|
</button>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user