Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
bfe4b315
Commit
bfe4b315
authored
Oct 24, 2019
by
谢中龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_7.2.0' of
ssh://gitlab.bigaka.net:2287/gaoshq/7-Eleven
into dev_7.2.0
parents
61bdc5f5
ee748d75
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
project.config.json
src/project.config.json
+2
-2
kpi.wxml
src/shoppingGuid/page/pages/kpi/kpi.wxml
+4
-4
No files found.
src/project.config.json
View file @
bfe4b315
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
59
,
"current"
:
16
,
"list"
:
[
"list"
:
[
{
{
"id"
:
-1
,
"id"
:
-1
,
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
"id"
:
16
,
"id"
:
16
,
"name"
:
"商品详情页"
,
"name"
:
"商品详情页"
,
"pathName"
:
"pages/productDetail/productDetail"
,
"pathName"
:
"pages/productDetail/productDetail"
,
"query"
:
"id=6
28181797502586880
"
,
"query"
:
"id=6
13430263048966144
"
,
"scene"
:
null
"scene"
:
null
},
},
{
{
...
...
src/shoppingGuid/page/pages/kpi/kpi.wxml
View file @
bfe4b315
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
wx:for-item="item">
wx:for-item="item">
<view class='status-bar'>
<view class='status-bar'>
<view class='status'>
<view class='status'>
已完成:<text>
10
</text>
已完成:<text>
{{item.achieve}}
</text>
</view>
</view>
<view class='percent'>{{
utils.toPercent( 10, 100)
}}</view>
<view class='percent'>{{
item.rate
}}</view>
</view>
</view>
<view class='task-time'>
<view class='task-time'>
<image src='/assets/imgs/shoppingGuide/kpi_task_time.png' mode='widthFix'></image>
<image src='/assets/imgs/shoppingGuide/kpi_task_time.png' mode='widthFix'></image>
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
wx:for-item="item">
wx:for-item="item">
<view class='status-bar'>
<view class='status-bar'>
<view class='status'>
<view class='status'>
已完成:<text>
10
</text>
已完成:<text>
{{item.achieve}}
</text>
</view>
</view>
<view class='percent'>{{
utils.toPercent( 10, 100)
}}</view>
<view class='percent'>{{
item.rate
}}</view>
</view>
</view>
<view class='task-time'>
<view class='task-time'>
<image src='/assets/imgs/shoppingGuide/kpi_task_time.png' mode='widthFix'></image>
<image src='/assets/imgs/shoppingGuide/kpi_task_time.png' mode='widthFix'></image>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment