👍
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
>
|
||||
<view class="force-login__content y-f">
|
||||
<image src="@/static/120x120.png" style="width: 100rpx; height: 100rpx;border-radius: 100rpx;"></image>
|
||||
<view class="login-notice">YSHOP电商系统</view>
|
||||
<view class="login-notice">电商系统</view>
|
||||
<button
|
||||
class="cu-btn author-btn"
|
||||
open-type="getPhoneNumber"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<!-- <template>
|
||||
<view class="live-el mx20 mb10">
|
||||
<view class="head">
|
||||
<text class="head-title">热门直播</text>
|
||||
@@ -243,4 +243,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style> -->
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
:detail="benefit" />
|
||||
<!-- 直播 -->
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<Live v-if="item.type == 'live'" :detail="live" />
|
||||
<!-- <Live v-if="item.type == 'live'" :detail="live" /> -->
|
||||
<!-- #endif -->
|
||||
<!-- 为您推荐 -->
|
||||
<PromotionGood v-if="item.type == 'promotionGood'" :benefit="benefit" />
|
||||
@@ -82,7 +82,7 @@ import Banner from './components/Banner'
|
||||
import HotCommodity from './components/HotCommodity'
|
||||
import FirstNewProduct from './components/FirstNewProduct'
|
||||
import ProductsRecommended from './components/ProductsRecommended'
|
||||
import Live from './components/Live'
|
||||
// import Live from './components/Live'
|
||||
|
||||
import { getHomeData, getShare, getCanvas } from '@/api/public'
|
||||
import cookie from '@/utils/store/cookie'
|
||||
@@ -108,7 +108,7 @@ export default {
|
||||
HotCommodity,
|
||||
FirstNewProduct,
|
||||
ProductsRecommended,
|
||||
Live,
|
||||
// Live,
|
||||
},
|
||||
props: {},
|
||||
data: function() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<!-- <template>
|
||||
<view class="page_box">
|
||||
<view class="head_box">
|
||||
<view class="live-tab">
|
||||
@@ -179,4 +179,4 @@
|
||||
padding: 25rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style> -->
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
</view>
|
||||
<view class="by">
|
||||
<view>
|
||||
<text class="by-text">www.yixiang.co提供技术支持</text>
|
||||
<text class="by-text">@</text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <SwitchWindow
|
||||
@@ -482,7 +482,7 @@ export default {
|
||||
},
|
||||
},
|
||||
onShow() {
|
||||
if (this.$store.getters.token) {
|
||||
if (this.$store.getters.token) {
|
||||
console.log('userInfo11:',this.$store.getters.token)
|
||||
//
|
||||
uni.showLoading({
|
||||
|
||||
Reference in New Issue
Block a user