Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
蒋秀川
/
miniProject
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 62ace672
authored
Jun 08, 2023
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除未用路由
1 parent
db354d8a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
30 deletions
miniProject/pages/home/index.js
miniProject/pages/home/index.wxml
miniProject/pages/index/account/index.wxml
miniProject/pages/index/mall/index.wxml
miniProject/project.config.json
miniProject/pages/home/index.js
View file @
62ace67
...
...
@@ -24,27 +24,31 @@ Page({
icon
:
'2'
,
path
:
'/pages/zong/contrast/index'
},
{
name
:
'排行榜'
,
icon
:
'3'
,
path
:
'/pages/zong/ranking/index'
},
{
name
:
'同环比'
,
icon
:
'4'
,
path
:
'/pages/zong/sequential/index'
},
{
name
:
'时段客流'
,
icon
:
'5'
,
path
:
'/pages/zong/timeTravel/index'
},
//
{
//
name: '排行榜',
//
icon: '3',
//
path: '/pages/zong/ranking/index'
//
},
//
{
//
name: '同环比',
//
icon: '4',
//
path: '/pages/zong/sequential/index'
//
},
//
{
//
name: '时段客流',
//
icon: '5',
//
path: '/pages/zong/timeTravel/index'
//
},
{
name
:
'节假日客流'
,
icon
:
'6'
,
path
:
'/pages/zong/holiday-comparison/index'
},
{
name
:
'进店率'
,
icon
:
'7'
,
path
:
'/pages/zong/entry-rate/index'
}
],
tourItems
:[{
id
:
1
,
...
...
@@ -81,12 +85,8 @@ Page({
const
deploymentType
=
wx
.
getStorageSync
(
'deploymentType'
);
const
{
menuItems
}
=
this
.
data
if
(
deploymentType
===
'store'
)
{
menuItems
.
push
({
name
:
'进店率'
,
icon
:
'7'
,
path
:
'/pages/zong/entry-rate/index'
})
this
.
setData
({
menuItems
})
// this.setData({ menuItems })
}
},
onShow
:
function
(){
...
...
miniProject/pages/home/index.wxml
View file @
62ace67
...
...
@@ -25,7 +25,7 @@
</view> -->
<!-- 店内分析 E -->
<!-- 巡店管理 S -->
<view class="watch part">
<
!-- <
view class="watch part">
<view class="title">巡店管理</view>
<view class="list">
<view wx:for="{{tourItems}}" wx:for-index="index" wx:for-item="n" wx:key="index" class="item" bindtap="goOtherPage" data-value="{{n}}">
...
...
@@ -34,7 +34,7 @@
<view class="dot" wx:if="{{n.dot}}"></view>
</view>
</view>
</view>
</view>
-->
<!-- 巡店管理 E
<!-- 员工管理 S -->
<!-- <view class="worker part">
...
...
miniProject/pages/index/account/index.wxml
View file @
62ace67
...
...
@@ -49,7 +49,7 @@
<van-tab title="客流量" name="account_passenger_flow"></van-tab>
<van-tab title="进店率" name="account_entry_rate_average"></van-tab>
<van-tab title="停留时长" name="account_custom_residence_time"></van-tab>
<
van-tab title="销售额" disabled name="4"></van-tab
>
<
!-- <van-tab title="销售额" disabled name="4"></van-tab> --
>
</van-tabs>
</view>
<view class="~echart-item-content">
...
...
miniProject/pages/index/mall/index.wxml
View file @
62ace67
...
...
@@ -64,7 +64,7 @@
</view>
<!-- 停留时长分布 S -->
<!-- 全国商场排名 -->
<view class="~echart-item">
<
!-- <
view class="~echart-item">
<view class="~echart-item-title">
<view>{{ deploymentType === 'store' ? '门店排名' : '商场排名' }}</view>
</view>
...
...
@@ -73,11 +73,11 @@
<van-tab title="客流量" name="total_passenger"></van-tab>
<van-tab title="进店率" name="avg_entry_rate"></van-tab>
<van-tab title="停留时长" name="custom_residence_time"></van-tab>
<
!-- <van-tab title="销售额" disabled name="4"></van-tab> --
>
<
van-tab title="销售额" disabled name="4"></van-tab
>
</van-tabs>
</view>
<view class="~echart-item-content">
<ranking custom-class="no_rank" cdata="{{rankData}}"></ranking>
</view>
</view>
</view>
-->
</view>
\ No newline at end of file
miniProject/project.config.json
View file @
62ace67
...
...
@@ -40,8 +40,10 @@
"minifyWXML"
:
true
,
"showES6CompileOption"
:
false
,
"useCompilerPlugins"
:
false
,
"ignoreUploadUnusedFiles"
:
true
,
"useStaticServer"
:
true
"ignoreDevUnusedFiles"
:
false
,
"ignoreUploadUnusedFiles"
:
false
,
"useStaticServer"
:
true
,
"condition"
:
false
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.14.4"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment