|
|
@@ -49,7 +49,8 @@
|
|
|
<img :src="`${constant.imgUrl}/retail/common/trademark.png`" alt />
|
|
|
</div>
|
|
|
<!-- buttom -->
|
|
|
- <div class="app-footer" @click="pageTo({url: '/pagesClient/official/pay',query:{...option}})">申请试用</div>
|
|
|
+ <div class="app-footer" @click="pageTo({url: '/pagesClient/official/pay',query:{...option}})" v-if="this.getLoginInfo.openShop == 1">申请试用</div>
|
|
|
+ <div class="app-footer" v-if="this.getLoginInfo.openShop != 1">已申请</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -58,6 +59,7 @@ import AppSwiper from "@/components/app-swiper";
|
|
|
import AppImg from "@/components/app-img";
|
|
|
import { applyStatus } from "@/api/official";
|
|
|
import { share } from "@/mixins";
|
|
|
+import { mapGetters } from 'vuex';
|
|
|
export default {
|
|
|
name: "index",
|
|
|
components: {
|
|
|
@@ -123,6 +125,9 @@ export default {
|
|
|
adData: [1, 2, 3, 4, 5, 6, 7, 8]
|
|
|
};
|
|
|
},
|
|
|
+ computed: {
|
|
|
+ ...mapGetters(["getLoginInfo"])
|
|
|
+ },
|
|
|
onLoad() {
|
|
|
this.jweixinFn({
|
|
|
title: "更懂您的花卉宝",
|