|
@@ -6,7 +6,7 @@
|
|
|
></image>
|
|
></image>
|
|
|
<view class="no_data_text">{{title}}</view>
|
|
<view class="no_data_text">{{title}}</view>
|
|
|
<view class="freeApply" @click="apply">{{btnText}}</view>
|
|
<view class="freeApply" @click="apply">{{btnText}}</view>
|
|
|
- <view class="experience">体验</view>
|
|
|
|
|
|
|
+ <view class="experience" v-if="authShow">体验</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -25,6 +25,10 @@ export default {
|
|
|
type: String,
|
|
type: String,
|
|
|
default: '111',
|
|
default: '111',
|
|
|
},
|
|
},
|
|
|
|
|
+ authShow: {
|
|
|
|
|
+ type: Boolean,
|
|
|
|
|
+ default: false,
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|