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
4a080aed
Commit
4a080aed
authored
Oct 31, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂无线下订单
parent
d984bb7e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
32 deletions
+11
-32
project.config.json
src/project.config.json
+2
-2
saleTaskInfo.js
src/shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.js
+4
-0
saleTaskInfo.wxml
src/shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxml
+4
-29
saleTaskInfo.wxss
src/shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxss
+1
-1
No files found.
src/project.config.json
View file @
4a080aed
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
15
,
"current"
:
50
,
"list"
:
[
"list"
:
[
{
{
"id"
:
-1
,
"id"
:
-1
,
...
@@ -378,7 +378,7 @@
...
@@ -378,7 +378,7 @@
"id"
:
50
,
"id"
:
50
,
"name"
:
"销售任务详情"
,
"name"
:
"销售任务详情"
,
"pathName"
:
"shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo"
,
"pathName"
:
"shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo"
,
"query"
:
"id=63
6200872266829824
&type=1"
,
"query"
:
"id=63
8472328497467392
&type=1"
,
"scene"
:
null
"scene"
:
null
},
},
{
{
...
...
src/shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.js
View file @
4a080aed
...
@@ -69,6 +69,10 @@ wxService.page({
...
@@ -69,6 +69,10 @@ wxService.page({
this
.
setData
({
this
.
setData
({
navBar
:
this
.
data
.
navBar
,
navBar
:
this
.
data
.
navBar
,
current
:
this
.
data
.
current
current
:
this
.
data
.
current
},()
=>
{
console
.
log
(
'this.data.current'
,
this
.
data
.
current
)
//const { current } = this.data
});
});
},
},
//跳转到活动说明界面
//跳转到活动说明界面
...
...
src/shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxml
View file @
4a080aed
...
@@ -88,13 +88,13 @@
...
@@ -88,13 +88,13 @@
</view>
</view>
</block>
</block>
</view>
</view>
<view wx:else class='order-item no-order'>暂无订单</view>
<view wx:else class='order-item no-order'>暂无
线上
订单</view>
</view>
</view>
<!-- 线下订单 -->
<!-- 线下订单 -->
<view class='list offline-order' wx:if="{{current == 2}}">
<view class='list offline-order' wx:if="{{current == 2}}">
<!-- -->
<!-- -->
<view class='offline-order-item'>
<
!--<
view class='offline-order-item'>
<view class='items'>
<view class='items'>
<label>上海-张江高科店</label>
<label>上海-张江高科店</label>
<view>
<view>
...
@@ -105,33 +105,8 @@
...
@@ -105,33 +105,8 @@
<view class='items'>
<view class='items'>
<text>消费时间 2019/09/09</text>
<text>消费时间 2019/09/09</text>
</view>
</view>
</view>
</view>-->
<view class='order-item no-order'>暂无线下订单</view>
<view class='offline-order-item'>
<view class='items'>
<label>上海-张江高科店</label>
<view>
实付
<text class='theme-text-color bolder'>¥380 </text>
</view>
</view>
<view class='items'>
<text>消费时间 2019/09/09</text>
</view>
</view>
<view class='offline-order-item'>
<view class='items'>
<label>上海-张江高科店</label>
<view>
实付
<text class='theme-text-color bolder'>¥380 </text>
</view>
</view>
<view class='items'>
<text>消费时间 2019/09/09</text>
</view>
</view>
</view>
</view>
src/shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo.wxss
View file @
4a080aed
...
@@ -148,7 +148,7 @@ view{
...
@@ -148,7 +148,7 @@ view{
padding: 30rpx;
padding: 30rpx;
}
}
.online-order .order-item{
.online-order .order-item
, .offline-order .order-item
{
width: 100%;
width: 100%;
height: auto;
height: auto;
padding: 20rpx 30rpx;
padding: 20rpx 30rpx;
...
...
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