|
@@ -128,7 +128,6 @@
|
|
<u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="totalPage > 1" />
|
|
<u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="totalPage > 1" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <coverGuide :isGuideShow="isGuideShow" />
|
|
|
|
<u-modal
|
|
<u-modal
|
|
v-model="goFollowShow"
|
|
v-model="goFollowShow"
|
|
:content-style="{ fontSize: '32rpx' }"
|
|
:content-style="{ fontSize: '32rpx' }"
|
|
@@ -154,7 +153,6 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import strategy from "./components/strategy.vue";
|
|
import strategy from "./components/strategy.vue";
|
|
-import coverGuide from "./components/coverGuide.vue";
|
|
|
|
import { Throttle, Debounce } from "@/config/util.js";
|
|
import { Throttle, Debounce } from "@/config/util.js";
|
|
import freeCharge from "@/components/freeCharge";
|
|
import freeCharge from "@/components/freeCharge";
|
|
import suspenButton from "@/components/suspen_button.vue";
|
|
import suspenButton from "@/components/suspen_button.vue";
|
|
@@ -165,7 +163,6 @@ let app = getApp();
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
strategy,
|
|
strategy,
|
|
- coverGuide,
|
|
|
|
freeCharge,
|
|
freeCharge,
|
|
suspenButton,
|
|
suspenButton,
|
|
videoModule,
|
|
videoModule,
|
|
@@ -202,7 +199,6 @@ export default {
|
|
matchTypeName: "",
|
|
matchTypeName: "",
|
|
deepCoverFocus: [], //深度覆盖 //推荐关注
|
|
deepCoverFocus: [], //深度覆盖 //推荐关注
|
|
isScrollShow: false,
|
|
isScrollShow: false,
|
|
- isGuideShow: false,
|
|
|
|
goFollowShow: false,
|
|
goFollowShow: false,
|
|
accounts: "",
|
|
accounts: "",
|
|
confirmText: "知道了",
|
|
confirmText: "知道了",
|
|
@@ -417,10 +413,6 @@ export default {
|
|
},
|
|
},
|
|
/* 页面加载 */
|
|
/* 页面加载 */
|
|
loadList(option) {
|
|
loadList(option) {
|
|
- if (!this.$db.get("guideSole")) {
|
|
|
|
- //新手指引
|
|
|
|
- this.isGuideShow = true;
|
|
|
|
- }
|
|
|
|
app.globalData.isSx = true;
|
|
app.globalData.isSx = true;
|
|
this.tabAct_id = option.tab || "";
|
|
this.tabAct_id = option.tab || "";
|
|
if (option.tabs !== "" && option.tabs) {
|
|
if (option.tabs !== "" && option.tabs) {
|
|
@@ -431,7 +423,6 @@ export default {
|
|
this.strategyIndex = 5;
|
|
this.strategyIndex = 5;
|
|
}
|
|
}
|
|
this.getClassify();
|
|
this.getClassify();
|
|
- this.$db.set("guideSole", 1); //新手指引
|
|
|
|
},
|
|
},
|
|
goSecretDetail(type) {
|
|
goSecretDetail(type) {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|