From 3fea9f0720e7751e4737ded74b3aa89db273688d Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期日, 28 九月 2025 17:55:11 +0800
Subject: [PATCH] 用户行为分析
---
pages/product/shopPage.vue | 52 ++++++++++++++++++++++++++--------------------------
1 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/pages/product/shopPage.vue b/pages/product/shopPage.vue
index 7b04a74..b9b48d8 100644
--- a/pages/product/shopPage.vue
+++ b/pages/product/shopPage.vue
@@ -2,14 +2,14 @@
<view>
<!-- 妤煎眰瑁呬慨搴楅摵淇℃伅 -->
<div>
- <u-navbar :border-bottom="false">
+<!-- <u-navbar :border-bottom="false">
<u-search
v-model="keyword"
@search="search"
@click="search"
placeholder="璇疯緭鍏ユ悳绱�"
></u-search>
- </u-navbar>
+ </u-navbar> -->
<div class="wrapper">
<!-- 搴楅摵淇℃伅妯″潡 -->
<div class="store flex">
@@ -81,29 +81,29 @@
</scroll-view>
<!-- 鍩虹搴楅摵妯″紡 -->
- <div v-if="basePageData">
+<!-- <div v-if="basePageData">
<u-tabs :list="tabs" :active-color="mainColor" :is-scroll="false" :current="current" @change="changeTab"></u-tabs>
<div class="content" v-if="current == 0">
<u-empty style='margin-top:100rpx' v-if="goodsList.length == 0" class="empty" text='鏆傛棤鍟嗗搧淇℃伅'></u-empty>
<goodsTemplate style="width:100%;" v-else :res="goodsList" :storeName="false" />
- </div>
+ </div> -->
<!-- 鍏ㄩ儴鍒嗙被 -->
- <div class="category" v-if="current == 1">
+<!-- <div class="category" v-if="current == 1">
<div class="category-item" v-for="(item,index) in categoryList" :key="index">
<div class="flex" @click="getCategoryGoodsList(item)">
<div>{{item.labelName}}</div>
<div>
<u-icon color="#999" name="arrow-right"></u-icon>
</div>
- </div>
+ </div> -->
<!-- 鍒嗙被瀛愮骇 -->
- <div class="child-list" v-if="item.children && item.children.length!=0">
+<!-- <div class="child-list" v-if="item.children && item.children.length!=0">
<div class="child" @click="getCategoryGoodsList(child)" :key='i' v-for="(child,i) in item.children">{{child.labelName}}
</div>
</div>
</div>
</div>
- </div>
+ </div> -->
<!-- 妤煎眰瑁呬慨妯″紡 -->
<div v-if="enablePageData">
@@ -159,25 +159,25 @@
</template>
<script>
-import '@/uview-components/uview-ui'
+import '@/components/uview-components/uview-ui'
// 寮曠敤缁勪欢
-import tpl_banner from "@/pages/tabbar/home/template/tpl_banner"; //瀵艰埅鏍忔ā鍧�
-import tpl_title from "@/pages/tabbar/home/template/tpl_title"; //鏍囬鏍忔ā鍧�
-import tpl_left_one_right_two from "@/pages/tabbar/home/template/tpl_left_one_right_two"; //宸︿竴鍙充簩妯″潡
-import tpl_left_two_right_one from "@/pages/tabbar/home/template/tpl_left_two_right_one"; //宸︿簩鍙充竴妯″潡
-import tpl_top_one_bottom_two from "@/pages/tabbar/home/template/tpl_top_one_bottom_two"; //涓婁竴涓嬩簩妯″潡
-import tpl_top_two_bottom_one from "@/pages/tabbar/home/template/tpl_top_two_bottom_one"; //涓婁簩涓嬩竴妯″潡
-import tpl_flex_one from "@/pages/tabbar/home/template/tpl_flex_one"; //鍗曡鍥剧墖妯″潡
-import tpl_flex_two from "@/pages/tabbar/home/template/tpl_flex_two"; //涓ゅ紶妯浘妯″潡
-import tpl_flex_three from "@/pages/tabbar/home/template/tpl_flex_three"; //涓夊垪鍗曡鍥剧墖妯″潡
-import tpl_flex_five from "@/pages/tabbar/home/template/tpl_flex_five"; //浜斿垪鍗曡鍥剧墖妯″潡
-import tpl_flex_four from "@/pages/tabbar/home/template/tpl_flex_four"; //鍥涘垪鍗曡鍥剧墖妯″潡
-import tpl_text_picture from "@/pages/tabbar/home/template/tpl_text_picture"; //鏂囧瓧鍥剧墖妯℃澘
-import tpl_menu from "@/pages/tabbar/home/template/tpl_menu"; //浜斿垪鑿滃崟妯″潡
-import tpl_search from "@/pages/tabbar/home/template/tpl_search"; //鎼滅储鏍�
-import tpl_group from "@/pages/tabbar/home/template/tpl_group"; //
-import tpl_goods from "@/pages/tabbar/home/template/tpl_goods"; //鍟嗗搧鍒嗙被浠ュ強鍒嗙被涓殑鍟嗗搧
-import goodsTemplate from '@/components/m-goods-list/list'
+import tpl_banner from "./home/template/tpl_banner.vue"; //瀵艰埅鏍忔ā鍧�
+import tpl_title from "./home/template/tpl_title.vue"; //鏍囬鏍忔ā鍧�
+import tpl_left_one_right_two from "./home/template/tpl_left_one_right_two.vue"; //宸︿竴鍙充簩妯″潡
+import tpl_left_two_right_one from "./home/template/tpl_left_two_right_one.vue"; //宸︿簩鍙充竴妯″潡
+import tpl_top_one_bottom_two from "./home/template/tpl_top_one_bottom_two.vue"; //涓婁竴涓嬩簩妯″潡
+import tpl_top_two_bottom_one from "./home/template/tpl_top_two_bottom_one.vue"; //涓婁簩涓嬩竴妯″潡
+import tpl_flex_one from "./home/template/tpl_flex_one.vue"; //鍗曡鍥剧墖妯″潡
+import tpl_flex_two from "./home/template/tpl_flex_two.vue"; //涓ゅ紶妯浘妯″潡
+import tpl_flex_three from "./home/template/tpl_flex_three.vue"; //涓夊垪鍗曡鍥剧墖妯″潡
+import tpl_flex_five from "./home/template/tpl_flex_five.vue"; //浜斿垪鍗曡鍥剧墖妯″潡
+import tpl_flex_four from "./home/template/tpl_flex_four.vue"; //鍥涘垪鍗曡鍥剧墖妯″潡
+import tpl_text_picture from "./home/template/tpl_text_picture.vue"; //鏂囧瓧鍥剧墖妯℃澘
+import tpl_menu from "./home/template/tpl_menu.vue"; //浜斿垪鑿滃崟妯″潡
+import tpl_search from "./home/template/tpl_search.vue"; //鎼滅储鏍�
+import tpl_group from "./home/template/tpl_group.vue"; //
+import tpl_goods from "./home/template/tpl_goods.vue"; //鍟嗗搧鍒嗙被浠ュ強鍒嗙被涓殑鍟嗗搧
+import goodsTemplate from '@/pages/product/m-goods-list/list.vue'
import { getStoreBaseInfo, getStoreCategory } from "@/api/store.js";
import {
receiveCoupons,
--
Gitblit v1.8.0