Commit e96cb24d authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

fix: 顾问联调

parent 61fc0cd2
<template> <template>
<div> <div>
<buy v-if="orderState < 1" :state="orderState" /> <buy v-if="orderState <= 1" :state="orderState" />
<success v-if="orderState === 3 && isLogin && !showQuestion" /> <success v-if="orderState === 3 && isLogin && !showQuestion" />
<exclusive <exclusive
v-if="(orderState === 4 || orderState === 5) && isLogin" v-if="(orderState === 4 || orderState === 5) && isLogin"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment