@@ -30,7 +30,7 @@
</view>
<kd-entrance></kd-entrance>
- <none-hd :show="AUTHORITY_SHOW" title="您还没有网店哦" btnText="免费申请" @bthClick="toFreeApply_HOME"></none-hd>
+ <none-hd :show="AUTHORITY_SHOW" title="您还没有网店哦" btnText="免费申请" @bthClick="toFreeApply_HOME" :authShow="true"></none-hd>
</template>
@@ -133,7 +133,7 @@
@selectSussess="selectSussess"
></DorpdownSelect>
@@ -54,7 +54,7 @@
<app-wrapper-empty :is-empty="$util.isEmpty(list.data)" />
</block>
</div>
@@ -154,7 +154,7 @@
</modal-module>
@@ -129,7 +129,7 @@
@@ -6,7 +6,7 @@
></image>
<view class="no_data_text">{{title}}</view>
<view class="freeApply" @click="apply">{{btnText}}</view>
- <view class="experience">体验</view>
+ <view class="experience" v-if="authShow">体验</view>
@@ -25,6 +25,10 @@ export default {
type: String,
default: '111',
},
+ authShow: {
+ type: Boolean,
+ default: false,
+ }
data() {
return {