Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
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-front
Commits
0b3d1e22
Commit
0b3d1e22
authored
Feb 06, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Plain Diff
页面串联起来+代码合并
parents
07e4a344
b8531189
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
169 additions
and
66 deletions
+169
-66
app.json
app.json
+1
-2
scandialog.acss
custom_widgets/scandialog/scandialog.acss
+85
-19
scandialog.axml
custom_widgets/scandialog/scandialog.axml
+31
-13
scandialog.js
custom_widgets/scandialog/scandialog.js
+23
-8
ic_success.png
images/ic_success.png
+0
-0
icon_dialog_loading.png
images/icon_dialog_loading.png
+0
-0
icon_failed.png
images/icon_failed.png
+0
-0
icon_success.png
images/icon_success.png
+0
-0
balance.acss
pages/balance/balance.acss
+2
-1
balance.axml
pages/balance/balance.axml
+2
-14
balance.js
pages/balance/balance.js
+2
-3
home.acss
pages/home/home.acss
+1
-3
home.axml
pages/home/home.axml
+11
-1
home.js
pages/home/home.js
+11
-2
No files found.
app.json
View file @
0b3d1e22
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
"pages/paysuccess/paysuccess"
,
"pages/paysuccess/paysuccess"
,
"pages/balance/balance"
,
"pages/balance/balance"
,
"pages/scan/scan"
,
"pages/scan/scan"
,
"pages/home/home"
,
"pages/home/home"
"pages/index/index"
],
],
"window"
:
{
"window"
:
{
"defaultTitle"
:
""
"defaultTitle"
:
""
...
...
custom_widgets/scandialog/scandialog.acss
View file @
0b3d1e22
page {
/* position: absolute 加上 left:0rpx;top:0rpx;即可突破原来限制,显示在父控件的顶部位置 */
popUpScanBg{
/* 阴影,全屏 */
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
/* background-color: #ff7f30; */
position: absolute;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
left: 0rpx;
top: 0rpx;
}
}
.dialog {
.popUpScan{
width: 750rpx;
position: absolute;
height: 76%;
margin-top: 286rpx;
color: white;
height: 100%;
font-size: 66rpx;
width: 100%;
background-color: white;
left:0rpx;
/* border: 2px solid red; */
top:0rpx;
background-color: #ffffff;
border-radius:8rpx 8rpx 0px 0px;
}
}
.scanRemindIcon {
.close{
position: absolute;
right: 31rpx;
top: 31rpx;
width: 28rpx;
height: 28rpx;
}
.scanRemindText{
text-align: center;
font-size:38rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:rgba(0,0,0,0.85);
line-height:45rpx;
margin-top: 84rpx;
}
.scanRemindIcon{
position: relative;
margin-top: 63rpx;
width: 659rpx;
width: 659rpx;
height: 604rpx;
height: 605rpx;
margin-top: 192rpx;
margin-left: 34rpx;
margin-left: 34rpx;
}
}
.scanRemindText {
font-size: 38rpx;
.resultContainer{
color: #D9000000;
display: flex;
flex-direction: column;
align-items: center;
top: 0rpx;
left: 0rpx;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.resultIcon{
width: 135rpx;
height: 135rpx;
margin-top: 236rpx;
}
.resultSuccessRemind{
text-align: center;
font-size:41rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:rgba(0,122,255,1);
line-height:41rpx;
margin-top: 28rpx;
}
.resultFailedRemind{
text-align: center;
font-size:41rpx;
font-family:PingFangSC-Medium,PingFang SC;
font-weight:500;
color:rgba(255,0,0,1);
line-height:41rpx;
margin-top: 28rpx;
}
.resultText{
font-size:34rpx;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:rgba(91,105,129,1);
line-height:34rpx;
text-align: center;
margin-top: 30rpx;
margin-left: 164rpx;
margin-right: 164rpx;
}
}
.close{
width: 28rpx;
height: 28rpx;
}
\ No newline at end of file
custom_widgets/scandialog/scandialog.axml
View file @
0b3d1e22
<popup show="{{showBottom}}" position="bottom" onClose="onPopupClose" >
<view class="popUpScanBg" a:if="{{dialogDisplay >= show}}">
<view class="dialog">
<!-- 灰黑色背景 -->
<!-- 图片 -->
<view style="position:absolute;width:100%;height:100%;left:0rpx;top:0rpx;background-color: rgba(0, 0, 0, 0.65);background-size:100% 100%;"/>
<view class="scanRemindIcon">
<image mode="scaleToFill" src="/images/icon_scan_remind"/>
<view class="popUpScan">
<image class="close" mode="aspectFit" src="/images/icon_dialog_cancel.png" onTap="dialogClose"/>
<!-- 初始状态 -->
<view style="display:flex;flex-direction:column;" a:if="{{dialogDisplay == show}}">
<view class="scanRemindText">{{remindText}}</view>
<!-- 图片 -->
<image class="scanRemindIcon" mode="aspectFit" src="/images/icon_scan_remind.png"/>
<!-- x -->
</view>
</view>
<!-- x -->
<!-- loading -->
<view class="close">
<view style="position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;" a:if="{{dialogDisplay == loading}}" >
<image mode="scaleToFill" src="/images/icon_dialog_cancel"/>
<image mode="aspectFit" src="/images/icon_dialog_loading.png" style="position:relative;top:307rpx;width:239rpx;height:239rpx;margin:0 auto;"/>
<view style="position:absolute;font-size:38rpx;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:rgba(0,0,0,0.85);line-height:45rpx;margin-top:404rpx;align-text:center;">{{loadingText}}</view>
</view>
<!-- 结果页面-成功 -->
<view class="resultContainer" a:if="{{dialogDisplay == resultSuccess}}">
<image class="resultIcon" mode="aspectFit" src="/images/icon_success.png"/>
<view class="resultSuccessRemind">{{resultSuccessRemind}}</view>
<view class="resultText">{{resultSuccessText}}</view>
</view>
<!-- 结果页面-失败 -->
<view class="resultContainer" a:if="{{dialogDisplay == resultFailed}}">
<image class="resultIcon" mode="aspectFit" src="/images/icon_failed.png"/>
<view class="resultFailedRemind">{{resultFailureRemind}}</view>
<view class="resultText">{{resultFailureText}}</view>
</view>
</view>
<view class="scanRemindText">请扫描会员码支付</view>
<view class="scanRemindError">该付款码无法识别,请重新扫描</view>
<view class=""> </view>
</view>
</view>
</popup>
</view>
custom_widgets/scandialog/scandialog.js
View file @
0b3d1e22
Component
({
Component
({
mixins
:
[],
// minxin 方便复用代码
mixins
:
[],
// minxin 方便复用代码
data
:
{
data
:
{
show
:
1
,
loading
:
2
,
resultSuccess
:
3
,
resultFailed
:
4
,
dialogDisplay
:
0
,
},
// 组件内部数据
},
// 组件内部数据
props
:
{
props
:
{
remindText
:
""
,
remindText
:
""
,
warningText
:
""
,
//
warningText:"",
loadingText
:
""
,
loadingText
:
""
,
resultSuccessRemind
:
""
,
resultSuccessText
:
""
,
resultSuccessText
:
""
,
resultFailureRemind
:
""
,
resultFailureText
:
""
,
resultFailureText
:
""
,
resultText
:
""
,
statusIdle
:
1
,
//初始状态
displayDialog
:
0
,
statusProgress
:
2
,
//loading状态
statusSuccessResult
:
3
,
//成功状态
statusFailedResult
:
4
,
//失败状态
currentStatus
:
1
//当前状态
},
// 可给外部传入的属性添加默认值
},
// 可给外部传入的属性添加默认值
didMount
()
{
didMount
()
{
},
// 生命周期函数,加载成功
},
// 生命周期函数,加载成功
didUpdate
()
{},
//刷新
didUpdate
()
{},
//刷新
didUnmount
()
{},
//生命周期
didUnmount
()
{},
//生命周期
deriveDataFromProps
(
nextProps
)
{
// 组件创建时触发或更新时触发
this
.
setData
({
dialogDisplay
:
nextProps
.
displayDialog
}
)
console
.
log
(
" deriveDataFromProps"
,
nextProps
,
this
.
props
,
this
.
data
);
},
methods
:
{
// 自定义方法
methods
:
{
// 自定义方法
dialogClose
(){
//隐藏
this
.
props
.
dialogDisplay
=
0
;
},
},
},
});
});
\ No newline at end of file
images/ic_success.png
deleted
100644 → 0
View file @
07e4a344
1.06 KB
images/icon_dialog_loading.png
0 → 100644
View file @
0b3d1e22
16.5 KB
images/icon_failed.png
0 → 100644
View file @
0b3d1e22
16.1 KB
images/icon_success.png
0 → 100644
View file @
0b3d1e22
14.8 KB
pages/balance/balance.acss
View file @
0b3d1e22
...
@@ -5,6 +5,7 @@ page{
...
@@ -5,6 +5,7 @@ page{
width: 100%;
width: 100%;
height: 100%;
height: 100%;
align-items: center;
align-items: center;
box-sizing: border-box;
}
}
.goodsRemind{
.goodsRemind{
...
@@ -45,4 +46,4 @@ page{
...
@@ -45,4 +46,4 @@ page{
line-height:34rpx;
line-height:34rpx;
margin-top: 28rpx;
margin-top: 28rpx;
text-align: center;
text-align: center;
}
}
\ No newline at end of file
pages/balance/balance.axml
View file @
0b3d1e22
...
@@ -27,18 +27,6 @@
...
@@ -27,18 +27,6 @@
</view>
</view>
</view>
</view>
<!-- 测试popup是否好用,能用,适合用。 -->
<popup show="{{qrPayShow}}" position="bottom">
<!-- 图片 -->
<view class="scanRemindIcon">
<image mode="scaleToFill" src="/images/icon_scan_remind"/>
</view>
<!-- x -->
<view class="close">
<image mode="scaleToFill" src="/images/icon_dialog_cancel"/>
</view>
<view class="scanRemindText">请扫描会员码支付</view>
<view class="scanRemindError">该付款码无法识别,请重新扫描</view>
<view class=""> </view>
</popup>
</view>
</view>
\ No newline at end of file
pages/balance/balance.js
View file @
0b3d1e22
...
@@ -34,10 +34,9 @@ Page({
...
@@ -34,10 +34,9 @@ Page({
qrPay
(){
qrPay
(){
//todo 这里增加唤起弹窗的逻辑
//todo 这里增加唤起弹窗的逻辑
this
.
setData
({
this
.
setData
({
qrPayShow
:
true
,
qrPayShow
:
true
});
});
}
}
,
});
});
pages/home/home.acss
View file @
0b3d1e22
page{
page{
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
background: url("/images/bg_home.png")no-repeat fixed top;
background-size: 100% 100%;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
align-items: center;
align-items: center;
...
@@ -14,4 +12,4 @@ page{
...
@@ -14,4 +12,4 @@ page{
height: 430rpx;
height: 430rpx;
margin: 0 auto;
margin: 0 auto;
margin-top: 38rpx;
margin-top: 38rpx;
}
}
\ No newline at end of file
pages/home/home.axml
View file @
0b3d1e22
<view class="page" onTap="homeTap">
<view class="page" >
<view style="position:absolute;width:100%;height:100%;left:0rpx;top:0rpx;background:url(/images/bg_home.png) no-repeat fixed top;background-size:100% 100%;"/>
<scandialog displayDialog="{{scanDialogDisplay}}"
remindText="请扫描订单编码"
loadingText="识别中"
resultSuccessRemind="退款成功"
resultSuccessRemind="退款完成!会在1~2个工作日 返还到您的付款账户"
resultFailureRemind="退款失败"
resultFailureText="核销失败!无效的订单码"
/>
</view>
</view>
\ No newline at end of file
pages/home/home.js
View file @
0b3d1e22
...
@@ -2,8 +2,7 @@ import { Page } from '../../utils/scan';
...
@@ -2,8 +2,7 @@ import { Page } from '../../utils/scan';
Page
({
Page
({
data
:
{
data
:
{
scanDialogDisplay
:
0
},
},
onLoad
()
{
onLoad
()
{
...
@@ -23,6 +22,7 @@ Page({
...
@@ -23,6 +22,7 @@ Page({
// }
// }
},
},
homeTap
(){
homeTap
(){
//FIXME 这里是跳转到新的界面
//FIXME 这里是跳转到新的界面
my
.
navigateTo
({
my
.
navigateTo
({
...
@@ -30,6 +30,7 @@ Page({
...
@@ -30,6 +30,7 @@ Page({
});
});
},
},
<<<<<<<
HEAD
//外接扫码枪事件
//外接扫码枪事件
onKeyPress
(
r
)
{
onKeyPress
(
r
)
{
...
@@ -39,6 +40,14 @@ Page({
...
@@ -39,6 +40,14 @@ Page({
url
:
"/pages/scan/scan?barcode="
+
r
,
url
:
"/pages/scan/scan?barcode="
+
r
,
});
});
},
},
=======
//显示弹窗,>1为显示,2loading 3 result success 4 result failed
showDialog
(){
this
.
setData
(
this
.
data
.
scanDialogDisplay
=
this
.
data
.
scanDialogDisplay
+
1
)
}
>>>>>>>
b85311896b3b12a7e29afcc50be66f821096a0f3
...
...
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