Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-back
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-back
Commits
8c378b56
Commit
8c378b56
authored
Feb 26, 2020
by
pengguangpu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整合海报页面;本地写死海报数据;
parent
757ec9df
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
267 additions
and
39 deletions
+267
-39
app.json
app.json
+1
-1
actioncmd.js
const/actioncmd.js
+7
-0
img_ad1.png
images/img_ad1.png
+0
-0
img_ad2.png
images/img_ad2.png
+0
-0
index.acss
pages/index/index.acss
+104
-0
index.axml
pages/index/index.axml
+42
-4
index.js
pages/index/index.js
+92
-14
poster.acss
pages/poster/poster.acss
+2
-2
poster.axml
pages/poster/poster.axml
+5
-5
poster.js
pages/poster/poster.js
+14
-13
No files found.
app.json
View file @
8c378b56
{
"pages"
:
[
"pages/index/index"
,
"pages/poster/poster"
,
"pages/payresult/payresult"
,
"pages/printlastorder/printlastorder"
,
"pages/poster/poster"
,
"pages/home/home"
,
"pages/poster/poster"
,
"pages/waitoperate/waitoperate"
,
...
...
const/actioncmd.js
View file @
8c378b56
...
...
@@ -55,6 +55,13 @@ export const ACTION_REFUND_FAILED = "ACTION_REFUND_FAILED";
//打印上一单
export
const
ACTION_PRINT_LAST_ORDER
=
"ACTION_PRINT_LAST_ORDER"
;
//获取当前显示的广告图片
export
const
ACTION_GET_CUR_AD
=
"ACTION_GET_CUR_AD"
;
//发送选中的广告url给前屏
export
const
ACTION_SEND_SEL_AD
=
"ACTION_SEND_SEL_AD"
;
const
FLOW_IDLE
=
"idle"
;
const
FLOW_COLLECTIONS
=
"collections"
;
//收款
const
FLOW_REFUND
=
"refund"
;
//退款
...
...
images/img_ad1.png
0 → 100644
View file @
8c378b56
132 KB
images/img_ad2.png
0 → 100644
View file @
8c378b56
330 KB
pages/index/index.acss
View file @
8c378b56
...
...
@@ -1038,3 +1038,107 @@
font-weight: 500;
line-height: 60rpx;
}
/**
海报页面样式
*/
.posterPage {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
position: absolute;
}
.posterTopView {
position: absolute;
top: 0rpx;
width: 100%;
height: 60rpx;
background: #ffffff;
box-shadow: 0rpx 2rpx 7rpx 0rpx rgba(153, 153, 153, 0.16);
/* border: 2px solid red; */
}
.posterBackButton {
position: absolute;
height: 60rpx;
text-align: center;
align-items: center;
align-content: center;
font-size: 19rpx;
line-height: 60rpx;
/* border: 2px solid red; */
padding-left: 19rpx;
padding-right: 19rpx;
}
.posterTitleText {
position: absolute;
line-height: 60rpx;
height: 100%;
font-size: 22rpx;
font-weight: bold;
text-align: center;
align-items: center;
width: 100%;
align-content: center;
/* border: 2px solid red; */
}
.posterBottomView {
height: 100%;
background: white;
width: 100%;
position: absolute;
display: flex;
flex-direction: row;
/* border: 2px solid red; */
}
.posterScrollView {
white-space: nowrap;
display: flex;
margin-top: 60rpx;
padding-left: 19rpx;
}
.posterScrollViewItem {
flex-shrink: 0;
flex-grow: 0;
width: 180rpx;
height: 100%;
/* border: 1px solid red; */
display: flex;
flex-direction: column;
}
.posterSelected {
margin-top: 7rpx;
border: 2px solid #007AFF;
border-radius: 10rpx;
box-sizing: border-box;
width: 170rpx;
height: 264rpx;
margin: 0 auto;
display: flex;
align-items: center;
align-content: center;
}
.posterNonSelected {
margin-top: 7rpx;
/* border: 2px solid #007AFF; */
/* border-radius: 10rpx; */
width: 170rpx;
height: 263rpx;
margin: 0 auto;
display: flex;
align-items: center;
align-content: center;
}
.posterSelected image{
border-radius: 5rpx;
border: 0rpx solid white;
}
\ No newline at end of file
pages/index/index.axml
View file @
8c378b56
...
...
@@ -6,10 +6,7 @@
<text style="position:absolute;font-size:19rpx;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:rgba(0,0,0,0.85);line-height:22rpx;left:55rpx;top:19rpx;">{{storeName}}</text>
</view>
<view style="position:absolute;font-size:22rpx;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:rgba(51,51,51,1);line-height:22rpx;left:0rpx;top:19rpx;width:100%;text-align:center;">首页</view>
<!-- <view style="display:flex;flex-direction:row-reverse;position:absolute;right:19rpx;top:19rpx;width:auto;background:#ffffff;">
<view style="font-size:19rpx;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:rgba(51,51,51,1);line-height:22rpx;">退出</view>
<image mode="aspectFit" src="/images/icon_exit.png" style="position:relative;width:19rpx;height:19rpx;margin-right:8rpx;margin-top:1rpx;"/>
</view> -->
<!--<view style="display:flex;flex-direction:row-reverse;position:absolute;right:19rpx;top:19rpx;width:auto;background:#ffffff;"><view style="font-size:19rpx;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:rgba(51,51,51,1);line-height:22rpx;">退出</view><image mode="aspectFit" src="/images/icon_exit.png" style="position:relative;width:19rpx;height:19rpx;margin-right:8rpx;margin-top:1rpx;"/></view> -->
</view>
<view class="homeBodyView" style="height:100%;">
<swiper indicator-dots="{{true}}">
...
...
@@ -281,6 +278,47 @@
</view>
</view>
</view>
<!--海报-->
<view class="posterPage" hidden="!{{pageShow['poster']}}">
<!--下半部分布局-->
<view class="posterBottomView">
<!--横向海报列表-->
<scroll-view class="posterScrollView" scroll-x="{{true}}" style="width: 100%">
<block a:for="{{posterList}}">
<view class="posterScrollViewItem" data-index="{{index}}" onTap="onPosterItemClicked">
<view style="margin:0 auto;color:#007AFF;margin-top:14rpx;height:27rpx;font-size:19rpx;">
<block a:if="{{posterList[index].selected}}">
<text>显示中</text>
</block>
</view>
<view class="{{posterList[index].selected ?'posterSelected':'posterNonSelected'}}">
<image mode="aspectFill" style="width:156rpx;margin:0 auto;height:250rpx;" src="{{posterList[index].url}}"/>
</view>
<block a:if="{{posterList[index].selected}}">
<image mode="aspectFill" style="margin:0 auto;width:22rpx;height:22rpx;margin-top:14rpx;" src="/images/icon_success.png"/>
</block>
<block a:else>
<image mode="aspectFill" style="margin:0 auto;width:22rpx;height:22rpx;margin-top:14rpx;" src="/images/icon_non_select.png"/>
</block>
</view>
</block>
<!--最后一处加上空白间隔view-->
<view style="height:100%;padding-right:19rpx;"></view>
</scroll-view>
</view>
<!--topTitle-->
<view class="posterTopView" onTap="onPosterPageBack">
<!--title-->
<view class="posterTitleText">
<text>海报</text>
</view>
<!--返回键-->
<view class="posterBackButton" onTap="onPosterPageBack">
<image mode="aspectFit" style="width:9rpx;height:18rpx;margin-right:8rpx;" src="/images/icon_back.png"/>
<text>返回</text>
</view>
</view>
</view>
<!--打印上一单-->
<view hidden="{{!pageShow['printlastorder']}}">
<view class="printLastOrderPage">
...
...
pages/index/index.js
View file @
8c378b56
...
...
@@ -17,7 +17,7 @@ import { ACTION_LOGIN_OK } from '../../const/actioncmd'
import
{
ACTION_REFUND
}
from
'../../const/actioncmd'
import
{
ACTION_REFUND_SUCCESS
}
from
'../../const/actioncmd'
import
{
ACTION_REFUND_FAILED
}
from
'../../const/actioncmd'
import
{
ACTION_PRINT_LAST_ORDER
}
from
'../../const/actioncmd'
import
{
ACTION_PRINT_LAST_ORDER
,
ACTION_GET_CUR_AD
,
ACTION_SEND_SEL_AD
}
from
'../../const/actioncmd'
import
{
FLOW_IDLE
,
FLOW_COLLECTIONS
,
FLOW_REFUND
,
FLOW_DIRECT_PAYMENT
}
from
'../../const/actioncmd'
...
...
@@ -31,6 +31,7 @@ Page({
"payresult"
:
false
,
"operateResult"
:
false
,
"printlastorder"
:
false
,
"poster"
:
false
},
// 前屏是否完成登录
isFrontScreenLoginOK
:
false
,
...
...
@@ -95,18 +96,19 @@ Page({
recheckBlock
:
false
,
//屏蔽取消操作,防止在实际已经进行了接口请求时还能取消,使得流程混乱
recheckShow
:
false
,
recheckRemind
:
"确定要取消此收款订单吗?"
,
/**海报页面参数 */
posterList
:
[
{
url
:
"/images/img_ad1.png"
,
selected
:
true
},
{
url
:
"/images/img_ad2.png"
,
selected
:
false
},
{
url
:
"/images/img_ad1.png"
,
selected
:
false
},
{
url
:
"/images/img_ad2.png"
,
selected
:
false
}
],
},
/**跳转页面方法 */
goPage
(
pageName
)
{
var
pageShowTemp
=
{
"home"
:
false
,
"landscan"
:
false
,
"waitoperate"
:
false
,
"payresult"
:
false
,
"operateResult"
:
false
,
"printlastorder"
:
false
};
var
pageShowTemp
=
{
...
this
.
data
.
pageShow
};
//遍历pageShow
for
(
var
key
in
pageShowTemp
)
{
if
(
key
==
pageName
)
{
...
...
@@ -240,22 +242,39 @@ Page({
//打印上一单结果返回
//获取到打印结果
var
printLastOrderResult
=
res
.
data
;
this
.
setData
({
context
.
setData
({
printLastOrderIsPrinting
:
false
});
if
(
printLastOrderResult
.
code
==
0
)
{
//打印成功
this
.
setData
({
context
.
setData
({
printLastOrderIsPrintSuccess
:
true
,
printLastOrderPrintStatusHint
:
"打印完成"
});
}
else
{
//打印失败
this
.
setData
({
context
.
setData
({
printLastOrderIsPrintSuccess
:
false
,
printLastOrderPrintStatusHint
:
"打印失败"
});
}
}
else
if
(
res
.
action
==
ACTION_GET_CUR_AD
)
{
//拿到当前显示的图片url
var
curAdUrl
=
res
.
data
;
//重置广告选中数据
var
tempPosterList
=
{
...
context
.
data
.
posterList
};
for
(
var
i
=
0
;
i
<
tempPosterList
.
length
;
i
++
)
{
if
(
tempPosterList
[
i
].
url
==
curAdUrl
)
{
tempPosterList
[
i
].
selected
=
true
;
}
else
{
tempPosterList
[
i
].
selected
=
false
;
}
}
context
.
setData
({
posterList
:
tempPosterList
});
//跳转广告页面
context
.
goPage
(
'poster'
);
}
}
...
...
@@ -356,7 +375,20 @@ Page({
* 海报
*/
onHomePosterClicked
()
{
//发送指令至前屏,获取当前正在显示的广告页面
my
.
ix
.
sendBuddyMessage
({
target
:
getApp
().
globalData
.
frontScreenAppId
,
data
:
{
action
:
ACTION_GET_CUR_AD
,
data
:
null
},
success
:
(
res
)
=>
{
console
.
log
(
"sendBuddyMessage success:"
+
JSON
.
stringify
(
res
));
},
fail
:
(
res
)
=>
{
console
.
log
(
"sendBuddyMessage fail:"
+
JSON
.
stringify
(
res
));
},
});
},
/**
...
...
@@ -569,7 +601,7 @@ Page({
}
else
if
(
this
.
data
.
scene
==
1
)
{
this
.
sendGoodsInfoToFront
(
result
)
}
else
if
(
this
.
data
.
scene
==
2
)
{
if
(
result
.
length
!=
11
)
{
if
(
result
.
length
!=
11
)
{
return
;
//键盘不给消失
}
this
.
sendMemberLogin
(
result
);
...
...
@@ -995,6 +1027,52 @@ Page({
});
},
/**
* 海报页面逻辑
*/
onPosterItemClicked
(
event
)
{
console
.
log
(
"event==>"
+
JSON
.
stringify
(
event
));
//获取点击的index
var
index
=
event
.
target
.
dataset
.
index
;
var
tempList
=
[];
tempList
=
tempList
.
concat
(
this
.
data
.
posterList
);
//遍历改变posterList状态
for
(
var
i
=
0
;
i
<
tempList
.
length
;
i
++
)
{
if
(
i
==
index
)
{
tempList
[
i
].
selected
=
true
;
}
else
{
tempList
[
i
].
selected
=
false
;
}
}
let
context
=
this
;
//发送指令至前屏
my
.
ix
.
sendBuddyMessage
({
target
:
getApp
().
globalData
.
frontScreenAppId
,
data
:
{
action
:
ACTION_SEND_SEL_AD
,
data
:
tempList
[
index
].
url
},
success
:
(
res
)
=>
{
my
.
showToast
({
content
:
"设置成功"
});
context
.
setData
({
posterList
:
tempList
});
console
.
log
(
"sendBuddyMessage success:"
+
JSON
.
stringify
(
res
));
},
fail
:
(
res
)
=>
{
my
.
showToast
({
content
:
"设置失败"
});
console
.
log
(
"sendBuddyMessage fail:"
+
JSON
.
stringify
(
res
));
},
});
},
// 海报返回按钮
onPosterPageBack
(
event
)
{
console
.
log
(
"event==>"
+
JSON
.
stringify
(
event
));
}
});
pages/poster/poster.acss
View file @
8c378b56
...
...
@@ -6,7 +6,7 @@
position: absolute;
}
.
t
opView {
.
posterT
opView {
position: absolute;
top: 0rpx;
width: 100%;
...
...
@@ -29,7 +29,7 @@
padding-right: 19rpx;
}
.
t
itleText {
.
posterT
itleText {
position: absolute;
line-height: 60rpx;
height: 100%;
...
...
pages/poster/poster.axml
View file @
8c378b56
...
...
@@ -11,13 +11,13 @@
</block>
</view>
<view class="{{posterList[index].selected ?'posterSelected':'posterNonSelected'}}">
<image mode="aspectFi
t" style="width:156rpx;margin:0 auto;height:250rpx;" src="/images/bg_poster_demo.png
"/>
<image mode="aspectFi
ll" style="width:156rpx;margin:0 auto;height:250rpx;" src="{{posterList[index].url}}
"/>
</view>
<block a:if="{{posterList[index].selected}}">
<image mode="aspectFi
t
" style="margin:0 auto;width:22rpx;height:22rpx;margin-top:14rpx;" src="/images/icon_success.png"/>
<image mode="aspectFi
ll
" style="margin:0 auto;width:22rpx;height:22rpx;margin-top:14rpx;" src="/images/icon_success.png"/>
</block>
<block a:else>
<image mode="aspectFi
t
" style="margin:0 auto;width:22rpx;height:22rpx;margin-top:14rpx;" src="/images/icon_non_select.png"/>
<image mode="aspectFi
ll
" style="margin:0 auto;width:22rpx;height:22rpx;margin-top:14rpx;" src="/images/icon_non_select.png"/>
</block>
</view>
</block>
...
...
@@ -26,9 +26,9 @@
</scroll-view>
</view>
<!--topTitle-->
<view class="
t
opView" onTap="onPosterPageBack">
<view class="
posterT
opView" onTap="onPosterPageBack">
<!--title-->
<view class="
t
itleText">
<view class="
posterT
itleText">
<text>海报</text>
</view>
<!--返回键-->
...
...
pages/poster/poster.js
View file @
8c378b56
Page
({
data
:
{
posterList
:
null
posterList
:
[
{
url
:
"/images/img_ad1.png"
,
selected
:
true
},
{
url
:
"/images/img_ad2.png"
,
selected
:
false
},
{
url
:
"/images/img_ad1.png"
,
selected
:
false
},
{
url
:
"/images/img_ad2.png"
,
selected
:
false
}
],
},
onLoad
()
{
let
context
=
this
;
this
.
setData
({
posterList
:
context
.
requestPosterList
()
});
//
let context = this;
//
this.setData({
//
posterList: context.requestPosterList()
//
});
},
onPosterItemClicked
(
event
)
{
...
...
@@ -32,14 +37,10 @@ Page({
requestPosterList
()
{
//just test
return
[
{
url
:
""
,
selected
:
true
},
{
url
:
""
,
selected
:
false
},
{
url
:
""
,
selected
:
false
},
{
url
:
""
,
selected
:
false
},
{
url
:
""
,
selected
:
false
},
{
url
:
""
,
selected
:
false
},
{
url
:
""
,
selected
:
false
},
{
url
:
""
,
selected
:
false
},
{
url
:
"/images/img_ad1.png"
,
selected
:
true
},
{
url
:
"/images/img_ad2.png"
,
selected
:
false
},
{
url
:
"/images/img_ad1.png"
,
selected
:
false
},
{
url
:
"/images/img_ad2.png"
,
selected
:
false
}
];
},
...
...
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