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
5ce79ab9
Commit
5ce79ab9
authored
Feb 05, 2020
by
pengguangpu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手动删除.tea文件夹;
parent
32d589a1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
15 deletions
+10
-15
config$.js
.tea/entryFiles-development/config$.js
+0
-7
layout.json
.tea/layout.json
+0
-1
app.json
app.json
+1
-2
paysuccess.acss
pages/paysuccess/paysuccess.acss
+1
-1
paysuccess.axml
pages/paysuccess/paysuccess.axml
+3
-3
paysuccess.js
pages/paysuccess/paysuccess.js
+5
-1
No files found.
.tea/entryFiles-development/config$.js
deleted
100644 → 0
View file @
32d589a1
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
g
.
appXAppJson
=
{
"app"
:
{
"$homepage"
:
"pages/balance/balance"
}
};
.tea/layout.json
deleted
100644 → 0
View file @
32d589a1
{
"layout"
:{
"left"
:{
"currentId"
:
"scm_container"
,
"size"
:
310
},
"right"
:{
"currentId"
:
""
},
"bottom"
:{
"currentId"
:
"devtools"
,
"size"
:
164
}},
"storageVersion"
:
"1.5.5"
}
\ No newline at end of file
app.json
View file @
5ce79ab9
{
{
"pages"
:
[
"pages"
:
[
"pages/paysuccess/paysuccess"
,
"pages/balance/balance"
,
"pages/balance/balance"
,
"pages/scan/scan"
,
"pages/scan/scan"
,
"pages/paysuccess/paysuccess"
,
"pages/home/home"
,
"pages/home/home"
,
"pages/login/login"
,
"pages/login/login"
,
"pages/index/index"
"pages/index/index"
...
...
pages/paysuccess/paysuccess.acss
View file @
5ce79ab9
...
@@ -86,5 +86,5 @@ page {
...
@@ -86,5 +86,5 @@ page {
align-content: center;
align-content: center;
height: 100%;
height: 100%;
margin-bottom: 0rpx;
margin-bottom: 0rpx;
border: 2px solid red;
/* border: 2px solid red; */
}
}
\ No newline at end of file
pages/paysuccess/paysuccess.axml
View file @
5ce79ab9
...
@@ -12,15 +12,15 @@
...
@@ -12,15 +12,15 @@
<view style="position:absolute;left:0rpx;top:0rpx;width:624rpx;height:430rpx;">
<view style="position:absolute;left:0rpx;top:0rpx;width:624rpx;height:430rpx;">
<view class="orderPrice">
<view class="orderPrice">
<text style="float:left;">订单总额</text>
<text style="float:left;">订单总额</text>
<text style="font-weight:bold;float:right;">¥
--.--
</text>
<text style="font-weight:bold;float:right;">¥
{{orderPriceYuan}}
</text>
</view>
</view>
<view class="discount">
<view class="discount">
<text style="float:left;">商家优惠</text>
<text style="float:left;">商家优惠</text>
<text style="font-weight:bold;float:right;">-¥
--.--
</text>
<text style="font-weight:bold;float:right;">-¥
{{couponPriceYuan}}
</text>
</view>
</view>
<view class="payPrice">
<view class="payPrice">
<text style="float:left;" decode=true>共计 {{}} 件 实付:</text>
<text style="float:left;" decode=true>共计 {{}} 件 实付:</text>
<text style="font-weight:bold;float:right;color:#F72911;">-¥
--.--
</text>
<text style="font-weight:bold;float:right;color:#F72911;">-¥
{{payPriceYuan}}
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
pages/paysuccess/paysuccess.js
View file @
5ce79ab9
Page
({
Page
({
data
:
{},
data
:
{
orderPriceYuan
:
"--.--"
,
couponPriceYuan
:
"--.--"
,
payPriceYuan
:
"--.--"
},
onLoad
()
{},
onLoad
()
{},
});
});
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