Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_taobao
Project
Project
Details
Activity
Releases
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
wildfirecode13
hello_taobao
Commits
49e8c361
Commit
49e8c361
authored
Sep 07, 2020
by
汪欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dist2
parent
8d9a52cc
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
296 additions
and
273 deletions
+296
-273
config$.js
dist/.tea/entryFiles-development/config$.js
+1
-1
index$.web.js
dist/.tea/entryFiles-development/index$.web.js
+1
-2
index$.worker.js
dist/.tea/entryFiles-development/index$.worker.js
+1
-2
app.json
dist/app.json
+1
-10
pagehuo_dong_ye.acss
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.acss
+59
-37
pagehuo_dong_ye.axml
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.axml
+43
-40
pagehuo_dong_ye.js
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.js
+1
-1
pagejie_shu_ye.acss
dist/pages/pagejie_shu_ye/pagejie_shu_ye.acss
+86
-66
pagejie_shu_ye.axml
dist/pages/pagejie_shu_ye/pagejie_shu_ye.axml
+74
-71
pagejie_shu_ye.js
dist/pages/pagejie_shu_ye/pagejie_shu_ye.js
+1
-1
pageshou_ye.axml
dist/pages/pageshou_ye/pageshou_ye.axml
+10
-10
pageshou_ye.js
dist/pages/pageshou_ye/pageshou_ye.js
+3
-12
pageshou_ye.json
dist/pages/pageshou_ye/pageshou_ye.json
+1
-3
pagewo_de_jiang_pin_ye_mian1.js
...ewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1.js
+1
-1
index$.worker.js
taobao1/.tea/entryFiles-development/index$.worker.js
+13
-16
No files found.
dist/.tea/entryFiles-development/config$.js
View file @
49e8c361
...
...
@@ -2,6 +2,6 @@
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
g
.
appXAppJson
=
{
"app"
:
{
"$homepage"
:
"pages/page
shou_ye/pageshou
_ye"
"$homepage"
:
"pages/page
huo_dong_ye/pagehuo_dong
_ye"
}
};
dist/.tea/entryFiles-development/index$.web.js
View file @
49e8c361
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'./config$'
);
require
(
'../../pages/pageshou_ye/pageshou_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagehuo_dong_ye/pagehuo_dong_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagejie_shu_ye/pagejie_shu_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/page
ju_xing729/pageju_xing729
?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/page
shou_ye/pageshou_ye
?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
dist/.tea/entryFiles-development/index$.worker.js
View file @
49e8c361
...
...
@@ -29,10 +29,9 @@ if(AFAppX.registerApp) {
function
success
()
{
require
(
'../../app'
);
require
(
'../../pages/pageshou_ye/pageshou_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagehuo_dong_ye/pagehuo_dong_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagejie_shu_ye/pagejie_shu_ye?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/page
ju_xing729/pageju_xing729
?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/page
shou_ye/pageshou_ye
?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
...
...
dist/app.json
View file @
49e8c361
{
"pages"
:
[
"pages/pageshou_ye/pageshou_ye"
,
"pages/pagehuo_dong_ye/pagehuo_dong_ye"
,
"pages/pagejie_shu_ye/pagejie_shu_ye"
,
"pages/pageju_xing729/pageju_xing729"
,
"pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1"
],
"window"
:
{}
}
\ No newline at end of file
{
"pages"
:[
"pages/pagehuo_dong_ye/pagehuo_dong_ye"
,
"pages/pagejie_shu_ye/pagejie_shu_ye"
,
"pages/pageshou_ye/pageshou_ye"
,
"pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1"
],
"window"
:{}}
\ No newline at end of file
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.acss
View file @
49e8c361
.huo_dong_ye {
top: 0rpx;
left: 0rpx;
width: 750rpx;
height: 1624rpx;
display: block;
position: absolute;
}
.huo_dong_ye .bei_jing_tu2 {
width: 750rpx;
height: 1624rpx;
opacity: 1;
display: block;
left: 0rpx;
top: 0rpx;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
}
.huo_dong_ye .huo_dong_ye_zhu_ti {
width: 750rpx;
height: 1153rpx;
opacity: 1;
display: block;
left: 0rpx;
top: 303rpx;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
}
.huo_dong_ye .tu2 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
tu2 {
width: 543rpx;
height: 494rpx;
opacity: 1;
...
...
@@ -14,7 +35,7 @@
top: 14rpx;
position: absolute;
}
.huo_dong_ye .an_niu2 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
an_niu2 {
width: 305rpx;
height: 80rpx;
opacity: 1;
...
...
@@ -23,7 +44,7 @@
top: 663rpx;
position: absolute;
}
.huo_dong_ye .dao_ji_shi87 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dao_ji_shi87 {
width: 440rpx;
height: 86rpx;
opacity: 1;
...
...
@@ -31,13 +52,13 @@
left: 156rpx;
position: absolute;
}
.huo_dong_ye .dao_ji_shi87 .di22 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dao_ji_shi87 .di22 {
width: 440rpx;
height: 86rpx;
opacity: 1;
position: absolute;
}
.huo_dong_ye .dao_ji_shi87 .tu_ceng2291 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dao_ji_shi87 .tu_ceng2291 {
width: 35rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -47,7 +68,7 @@
font-size: 14.41518rpx;
color: #ffffff;
}
.huo_dong_ye .dao_ji_shi87 .tu_ceng22_kao_bei90 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dao_ji_shi87 .tu_ceng22_kao_bei90 {
width: 35rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -57,7 +78,7 @@
font-size: 14.41518rpx;
color: #ffffff;
}
.huo_dong_ye .dao_ji_shi87 .tu_ceng2289 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dao_ji_shi87 .tu_ceng2289 {
width: 35rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -67,7 +88,7 @@
font-size: 14.41518rpx;
color: #ffffff;
}
.huo_dong_ye .dao_ji_shi87 .tu_ceng22_kao_bei388 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dao_ji_shi87 .tu_ceng22_kao_bei388 {
width: 35rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -77,7 +98,7 @@
font-size: 14.41518rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 {
width: 750rpx;
height: 308rpx;
opacity: 1;
...
...
@@ -85,13 +106,13 @@
top: 757rpx;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .zu116 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu116 {
width: 750rpx;
height: 308rpx;
opacity: 1;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .ju_xing67 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .ju_xing67 {
width: 374rpx;
height: 51rpx;
opacity: 1;
...
...
@@ -99,7 +120,7 @@
top: 23rpx;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .ji_fen_gai_lou_ying_qian_yuan_xin_pin_da_jiang {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .ji_fen_gai_lou_ying_qian_yuan_xin_pin_da_jiang {
width: 312rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -109,7 +130,7 @@
font-size: 16.17499rpx;
color: #f23f47;
}
.huo_dong_ye .jiang_pin78 .zu114 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 {
width: 680rpx;
height: 190rpx;
opacity: 1;
...
...
@@ -117,19 +138,19 @@
top: 75rpx;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 {
width: 680rpx;
height: 190rpx;
opacity: 1;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .ju_xing51_kao_bei2 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .ju_xing51_kao_bei2 {
width: 680rpx;
height: 136rpx;
opacity: 1;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .n20_lou_ceng86 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .n20_lou_ceng86 {
width: 105rpx;
height: 20rpx;
opacity: 0.70196078;
...
...
@@ -139,7 +160,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin85 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin85 {
width: 98rpx;
height: 21rpx;
opacity: 0.70196078;
...
...
@@ -149,7 +170,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .n20_lou_ceng84 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .n20_lou_ceng84 {
width: 105rpx;
height: 20rpx;
opacity: 0.70196078;
...
...
@@ -159,7 +180,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin83 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin83 {
width: 98rpx;
height: 21rpx;
opacity: 0.70196078;
...
...
@@ -169,7 +190,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .n20_lou_ceng82 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .n20_lou_ceng82 {
width: 105rpx;
height: 20rpx;
opacity: 0.70196078;
...
...
@@ -179,7 +200,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin81 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin81 {
width: 98rpx;
height: 21rpx;
opacity: 0.70196078;
...
...
@@ -189,7 +210,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .n20_lou_ceng80 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .n20_lou_ceng80 {
width: 105rpx;
height: 20rpx;
opacity: 0.70196078;
...
...
@@ -199,7 +220,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin79 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
jiang_pin78 .zu114 .zu128 .xxx_yuan_jiang_pin79 {
width: 98rpx;
height: 21rpx;
opacity: 0.70196078;
...
...
@@ -209,7 +230,7 @@
font-size: 13.68653rpx;
color: #ffffff;
}
.huo_dong_ye .mai_lou {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou {
width: 585rpx;
height: 69rpx;
opacity: 1;
...
...
@@ -218,7 +239,7 @@
top: 571rpx;
position: absolute;
}
.huo_dong_ye .mai_lou .wo_yao_gou_mai_ge_lou_ceng {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .wo_yao_gou_mai_ge_lou_ceng {
width: 585rpx;
height: 44rpx;
opacity: 1;
...
...
@@ -227,14 +248,14 @@
font-size: 28.61729rpx;
color: #ffffff;
}
.huo_dong_ye .mai_lou .di3 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .di3 {
width: 137rpx;
height: 69rpx;
opacity: 1;
left: 244rpx;
position: absolute;
}
.huo_dong_ye .mai_lou .di_kao_bei {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .di_kao_bei {
width: 46rpx;
height: 42rpx;
opacity: 1;
...
...
@@ -242,7 +263,7 @@
top: 13rpx;
position: absolute;
}
.huo_dong_ye .mai_lou .di_kao_bei2 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .di_kao_bei2 {
width: 46rpx;
height: 42rpx;
opacity: 1;
...
...
@@ -250,7 +271,7 @@
top: 13rpx;
position: absolute;
}
.huo_dong_ye .mai_lou .tu_ceng77 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .tu_ceng77 {
width: 24rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -258,7 +279,7 @@
top: 22rpx;
position: absolute;
}
.huo_dong_ye .mai_lou .tu_ceng76 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .tu_ceng76 {
width: 25rpx;
height: 7rpx;
opacity: 1;
...
...
@@ -267,7 +288,7 @@
position: absolute;
background-color: #091636;
}
.huo_dong_ye .mai_lou .xxx {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
mai_lou .xxx {
width: 86rpx;
height: 34rpx;
opacity: 1;
...
...
@@ -277,7 +298,7 @@
font-size: 28.61729rpx;
color: #f23f47;
}
.huo_dong_ye .dang_qian_zong_lou_ceng {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
dang_qian_zong_lou_ceng {
width: 120rpx;
height: 25rpx;
opacity: 1;
...
...
@@ -287,8 +308,9 @@
position: absolute;
font-size: 25.97279rpx;
color: #306faf;
display: block;
}
.huo_dong_ye .xxxxxx {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
xxxxxx {
width: 120rpx;
height: 24rpx;
opacity: 1;
...
...
@@ -299,7 +321,7 @@
font-size: 31.96651rpx;
color: #e7210a;
}
.huo_dong_ye .ji_fen {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
ji_fen {
width: 371rpx;
height: 52rpx;
opacity: 1;
...
...
@@ -308,13 +330,13 @@
top: 492rpx;
position: absolute;
}
.huo_dong_ye .ji_fen .di111 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
ji_fen .di111 {
width: 371rpx;
height: 52rpx;
opacity: 1;
position: absolute;
}
.huo_dong_ye .ji_fen .gou_mai_ji_lu75 {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
ji_fen .gou_mai_ji_lu75 {
width: 107rpx;
height: 27rpx;
opacity: 1;
...
...
@@ -324,7 +346,7 @@
font-size: 15.55287rpx;
color: #64a7e4;
}
.huo_dong_ye .ji_fen .dang_qian_ji_fenxxxx {
.huo_dong_ye .
huo_dong_ye_zhu_ti .
ji_fen .dang_qian_ji_fenxxxx {
width: 172rpx;
height: 25rpx;
opacity: 1;
...
...
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.axml
View file @
49e8c361
<view class="huo_dong_ye">
<image class="tu2" src={{resList['951029d5-8a27-41cd-98db-5b7a85eab38b'].url}} />
<image class="an_niu2" src={{resList['90db162a-23ca-42b4-b4eb-1a6d4fa5f0eb'].url}} />
<view class="dao_ji_shi87">
<image class="di22" src={{resList['5bfe12e0-bbdc-4a34-8c67-5839973c1ec5'].url}} />
<label class="tu_ceng2291">22</label>
<label class="tu_ceng22_kao_bei90">22</label>
<label class="tu_ceng2289">22</label>
<label class="tu_ceng22_kao_bei388">22</label>
</view>
<view class="jiang_pin78">
<image class="zu116" src={{resList['bc8dedd7-ec86-4c02-856e-1fb1517a522b'].url}} />
<image class="ju_xing67" src={{resList['36e0d253-74d4-4696-ac2e-18fee5dcbd54'].url}} />
<label class="ji_fen_gai_lou_ying_qian_yuan_xin_pin_da_jiang">· 积分盖楼 赢千元新品大奖 ·</label>
<view class="zu114">
<view class="zu128">
<image class="ju_xing51_kao_bei2" src={{resList['d196657b-b657-4bdd-a966-6ca0e72c53e4'].url}} />
<label class="n20_lou_ceng86">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin85">XXX元奖品</label>
<label class="n20_lou_ceng84">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin83">XXX元奖品</label>
<label class="n20_lou_ceng82">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin81">XXX元奖品</label>
<label class="n20_lou_ceng80">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin79">XXX元奖品</label>
<image class="bei_jing_tu2" src={{resList['a96b0452-f0f1-4ef8-b225-cfca9b511bd4'].url}} />
<view class="huo_dong_ye_zhu_ti">
<image class="tu2" src={{resList['951029d5-8a27-41cd-98db-5b7a85eab38b'].url}} />
<image class="an_niu2" src={{resList['90db162a-23ca-42b4-b4eb-1a6d4fa5f0eb'].url}} />
<view class="dao_ji_shi87">
<image class="di22" src={{resList['5bfe12e0-bbdc-4a34-8c67-5839973c1ec5'].url}} />
<label class="tu_ceng2291">22</label>
<label class="tu_ceng22_kao_bei90">22</label>
<label class="tu_ceng2289">22</label>
<label class="tu_ceng22_kao_bei388">22</label>
</view>
<view class="jiang_pin78">
<image class="zu116" src={{resList['bc8dedd7-ec86-4c02-856e-1fb1517a522b'].url}} />
<image class="ju_xing67" src={{resList['36e0d253-74d4-4696-ac2e-18fee5dcbd54'].url}} />
<label class="ji_fen_gai_lou_ying_qian_yuan_xin_pin_da_jiang">· 积分盖楼 赢千元新品大奖 ·</label>
<view class="zu114">
<view class="zu128">
<image class="ju_xing51_kao_bei2" src={{resList['d196657b-b657-4bdd-a966-6ca0e72c53e4'].url}} />
<label class="n20_lou_ceng86">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin85">XXX元奖品</label>
<label class="n20_lou_ceng84">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin83">XXX元奖品</label>
<label class="n20_lou_ceng82">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin81">XXX元奖品</label>
<label class="n20_lou_ceng80">n*20%楼层</label>
<label class="xxx_yuan_jiang_pin79">XXX元奖品</label>
</view>
</view>
</view>
</view
>
<view class="mai_lou"
>
<label class="wo_yao_gou_mai_ge_lou_ceng">我要购买 个楼层</label
>
<image class="di3" src={{resList['b0666d8c-2ba9-4e42-b6db-dc0f54f67db8
'].url}} />
<image class="di_kao_bei
" src={{resList['93ee38f2-3f0a-4550-93e4-e50a5e1e29cb'].url}} />
<image class="di_kao_bei2" src={{resList['93ee38f2-3f0a-4550-93e4-e50a5e1e29cb
'].url}} />
<image class="tu_ceng77" src={{resList['c064c8f7-ddd6-4db9-81be-7077d99f7053'].url}}
/>
<view class="tu_ceng76" /
>
<
label class="xxx">XXX</label
>
</view
>
<label class="dang_qian_zong_lou_ceng">当前总楼层
</label>
<label class="xxxxxx">XXXXXX</label
>
<view class="ji_fen"
>
<image class="di111" src={{resList['789df59d-2616-41e0-8111-d8009dfd0aaf'].url}} /
>
<label class="gou_mai_ji_lu75">购买记录>
</label>
<
label class="dang_qian_ji_fenxxxx">当前积分:xxxx</label
>
<view class="mai_lou"
>
<label class="wo_yao_gou_mai_ge_lou_ceng">我要购买 个楼层</label
>
<image class="di3" src={{resList['b0666d8c-2ba9-4e42-b6db-dc0f54f67db8'].url}} /
>
<image class="di_kao_bei" src={{resList['93ee38f2-3f0a-4550-93e4-e50a5e1e29cb
'].url}} />
<image class="di_kao_bei2
" src={{resList['93ee38f2-3f0a-4550-93e4-e50a5e1e29cb'].url}} />
<image class="tu_ceng77" src={{resList['c064c8f7-ddd6-4db9-81be-7077d99f7053
'].url}} />
<view class="tu_ceng76"
/>
<label class="xxx">XXX</label
>
<
/view
>
<label class="dang_qian_zong_lou_ceng">当前总楼层</label
>
<label class="xxxxxx">XXXXXX
</label>
<view class="ji_fen"
>
<image class="di111" src={{resList['789df59d-2616-41e0-8111-d8009dfd0aaf'].url}} /
>
<label class="gou_mai_ji_lu75">购买记录></label
>
<label class="dang_qian_ji_fenxxxx">当前积分:xxxx
</label>
<
/view
>
</view>
</view>
\ No newline at end of file
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.js
View file @
49e8c361
...
...
@@ -6,7 +6,7 @@ Page({
data
:
{},
onLoad
(
props
)
{
this
.
setData
({
this
.
setData
(
this
.
data
||
{
resList
:
resList
});
}
...
...
dist/pages/pagejie_shu_ye/pagejie_shu_ye.acss
View file @
49e8c361
This diff is collapsed.
Click to expand it.
dist/pages/pagejie_shu_ye/pagejie_shu_ye.axml
View file @
49e8c361
<view class="jie_shu_ye">
<view class="dao_ji_shi69">
<image class="di74" src={{resList['5bfe12e0-bbdc-4a34-8c67-5839973c1ec5'].url}} />
<label class="tu_ceng2273">22</label>
<label class="tu_ceng22_kao_bei72">22</label>
<label class="tu_ceng2271">22</label>
<label class="tu_ceng22_kao_bei370">22</label>
</view>
<label class="mai_zhongn20n50n80_lou_ceng_de_yong_hu_ke_huo_de_jiang_pinn_dai_biao_gai_lou_jie_shu_shi_de_zong_lou_ceng">
买中N*20%,N*50%,N*80%楼层的用户可获得奖品 N代表盖楼结束时的总楼层
</label>
<view class="zhong_jiang_ming_dan">
<image class="di953" src={{resList['53005b60-618e-4c1b-a714-1c8766d72150'].url}} />
<view class="zhong_jiang_zhuang_tai">
<view class="yi_zhong_jiang">
<label class="dixxx_ceng68">第XXX层</label>
<label class="dixxx_ceng67">第XXX层</label>
<label class="dixxx_ceng66">第XXX层</label>
<label class="ba_la65">巴***拉</label>
<label class="ba_la64">巴***拉</label>
<label class="ba_la63">巴***拉</label>
<image class="ju_xing728_kao_bei2" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<image class="ju_xing728_kao_bei" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<image class="ju_xing728_kao_bei3" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="tu_ceng62">?</label>
<label class="tu_ceng61">?</label>
<label class="tu_ceng60">?</label>
<image class="jiang_pin59" src={{resList['bfc8fc7f-b756-4fba-b10b-0f8969d09b79'].url}} />
<label class="dixxx_ceng58">第XXX层</label>
<label class="ba_la57">巴***拉</label>
<image class="ju_xing728_kao_bei4" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei">?</label>
<label class="dixxx_ceng_kao_bei">第XXX层</label>
<label class="ba_la_kao_bei">巴***拉</label>
<image class="ju_xing728_kao_bei5" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei2">?</label>
<label class="dixxx_ceng_kao_bei2">第XXX层</label>
<label class="ba_la_kao_bei2">巴***拉</label>
<image class="ju_xing728_kao_bei6" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei3">?</label>
<label class="dixxx_ceng_kao_bei3">第XXX层</label>
<label class="ba_la_kao_bei3">巴***拉</label>
<image class="ju_xing728_kao_bei7" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei4">?</label>
<label class="dixxx_ceng_kao_bei4">第XXX层</label>
<label class="ba_la_kao_bei4">巴***拉</label>
</view>
<view class="wei_zhong_jiang">
<label class="zong_lou_ceng_bu_zu_wu_ren_zhong_jiang">总楼层不足,无人中奖</label>
<image class="bei_jing_tu1" src={{resList['a96b0452-f0f1-4ef8-b225-cfca9b511bd4'].url}} />
<view class="jie_shu_ye_zhu_ti">
<view class="dao_ji_shi69">
<image class="di74" src={{resList['5bfe12e0-bbdc-4a34-8c67-5839973c1ec5'].url}} />
<label class="tu_ceng2273">22</label>
<label class="tu_ceng22_kao_bei72">22</label>
<label class="tu_ceng2271">22</label>
<label class="tu_ceng22_kao_bei370">22</label>
</view>
<label class="mai_zhongn20n50n80_lou_ceng_de_yong_hu_ke_huo_de_jiang_pinn_dai_biao_gai_lou_jie_shu_shi_de_zong_lou_ceng">
买中N*20%,N*50%,N*80%楼层的用户可获得奖品 N代表盖楼结束时的总楼层
</label>
<view class="zhong_jiang_ming_dan">
<image class="di953" src={{resList['53005b60-618e-4c1b-a714-1c8766d72150'].url}} />
<view class="zhong_jiang_zhuang_tai">
<view class="yi_zhong_jiang">
<label class="dixxx_ceng68">第XXX层</label>
<label class="dixxx_ceng67">第XXX层</label>
<label class="dixxx_ceng66">第XXX层</label>
<label class="ba_la65">巴***拉</label>
<label class="ba_la64">巴***拉</label>
<label class="ba_la63">巴***拉</label>
<image class="ju_xing728_kao_bei2" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<image class="ju_xing728_kao_bei" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<image class="ju_xing728_kao_bei3" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="tu_ceng62">?</label>
<label class="tu_ceng61">?</label>
<label class="tu_ceng60">?</label>
<image class="jiang_pin59" src={{resList['bfc8fc7f-b756-4fba-b10b-0f8969d09b79'].url}} />
<label class="dixxx_ceng58">第XXX层</label>
<label class="ba_la57">巴***拉</label>
<image class="ju_xing728_kao_bei4" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei">?</label>
<label class="dixxx_ceng_kao_bei">第XXX层</label>
<label class="ba_la_kao_bei">巴***拉</label>
<image class="ju_xing728_kao_bei5" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei2">?</label>
<label class="dixxx_ceng_kao_bei2">第XXX层</label>
<label class="ba_la_kao_bei2">巴***拉</label>
<image class="ju_xing728_kao_bei6" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei3">?</label>
<label class="dixxx_ceng_kao_bei3">第XXX层</label>
<label class="ba_la_kao_bei3">巴***拉</label>
<image class="ju_xing728_kao_bei7" src={{resList['c1c1e6fd-7dd4-42d9-86d8-688a76fe47fc'].url}} />
<label class="kao_bei4">?</label>
<label class="dixxx_ceng_kao_bei4">第XXX层</label>
<label class="ba_la_kao_bei4">巴***拉</label>
</view>
<view class="wei_zhong_jiang">
<label class="zong_lou_ceng_bu_zu_wu_ren_zhong_jiang">总楼层不足,无人中奖</label>
</view>
</view>
</view>
</view
>
<view class="gou_mai_ji_lu46"
>
<image class="di77" src={{resList['3dc9a99c-83e5-4cb0-ae52-46033667889d
'].url}} />
<image class="jin_du_tiao" src={{resList['b2c966d2-5515-45b8-9b1c-20a584e0fb99'].url}} /
>
<view class="zu13447"
>
<label class="tu_ceng09_yue15_ri56">09 月 15日
</label>
<label class="tu_ceng10012055
">100-120</label>
<label class="tu_ceng10012054
">100-120</label>
<label class="tu_ceng10012053">100-12
0</label>
<label class="tu_ceng20052
">200</label>
<label class="tu_ceng20051
">200</label>
<label class="tu_ceng20050">200
</label>
<label class="tu_ceng09_yue15_ri49
">09 月 15日</label>
<label class="tu_ceng09_yue15_ri48">09 月 15日
</label>
<label class="tu_ceng100120_kao_bei">100-12
0</label>
<label class="tu_ceng200_kao_bei">200
</label>
<label class="tu_ceng09_yue15_ri_kao_bei">09 月 15日
</label>
<label class="tu_ceng100120_kao_bei2">100-12
0</label>
<label class="tu_ceng200_kao_bei2">200
</label>
<label class="tu_ceng09_yue15_ri_kao_bei2">09 月 15日
</label>
<label class="tu_ceng100120_kao_bei3">100-12
0</label>
<label class="tu_ceng200_kao_bei3">200
</label>
<
label class="tu_ceng09_yue15_ri_kao_bei3">09 月 15日</label
>
<view class="gou_mai_ji_lu46"
>
<image class="di77" src={{resList['3dc9a99c-83e5-4cb0-ae52-46033667889d'].url}} /
>
<image class="jin_du_tiao" src={{resList['b2c966d2-5515-45b8-9b1c-20a584e0fb99
'].url}} />
<view class="zu13447"
>
<label class="tu_ceng09_yue15_ri56">09 月 15日</label
>
<label class="tu_ceng10012055">100-120
</label>
<label class="tu_ceng10012054
">100-120</label>
<label class="tu_ceng10012053
">100-120</label>
<label class="tu_ceng20052">20
0</label>
<label class="tu_ceng20051
">200</label>
<label class="tu_ceng20050
">200</label>
<label class="tu_ceng09_yue15_ri49">09 月 15日
</label>
<label class="tu_ceng09_yue15_ri48
">09 月 15日</label>
<label class="tu_ceng100120_kao_bei">100-120
</label>
<label class="tu_ceng200_kao_bei">20
0</label>
<label class="tu_ceng09_yue15_ri_kao_bei">09 月 15日
</label>
<label class="tu_ceng100120_kao_bei2">100-120
</label>
<label class="tu_ceng200_kao_bei2">20
0</label>
<label class="tu_ceng09_yue15_ri_kao_bei2">09 月 15日
</label>
<label class="tu_ceng100120_kao_bei3">100-120
</label>
<label class="tu_ceng200_kao_bei3">20
0</label>
<label class="tu_ceng09_yue15_ri_kao_bei3">09 月 15日
</label>
<
/view
>
</view>
</view>
</view>
\ No newline at end of file
dist/pages/pagejie_shu_ye/pagejie_shu_ye.js
View file @
49e8c361
...
...
@@ -6,7 +6,7 @@ Page({
data
:
{},
onLoad
(
props
)
{
this
.
setData
({
this
.
setData
(
this
.
data
||
{
resList
:
resList
});
}
...
...
dist/pages/pageshou_ye/pageshou_ye.axml
View file @
49e8c361
<view class="shou_ye">
<image class="bei_jing_tu" src={{resList['a96b0452-f0f1-4ef8-b225-cfca9b511bd4'].url}} />
<image class="logo" src={{resList['76d8e1fd-36f4-4c66-af33-58ceaa885b1e'].url}} />
<image class="jiang_pin" src={{resList['da365587-7a12-4272-b05e-e042e2e6430e'].url}} />
<image class="gui_ze" src={{resList['0c977f31-f5f8-4b5a-9cc8-cdaf00f0e64c'].url}} />
<view class="zhu_ti">
<image class="tu" src={{resList['8c476736-ed81-4e91-bcb4-6b2ac884d48d'].url}} />
<image class="an_niu" onTap="handleStart" src={{resList['84e9b0a1-0e07-4324-9073-40d28008ce1f'].url}} />
<image class="wen_an" src={{resList['7622c471-422b-4f1e-8897-785c4d91aeff'].url}} />
</view>
</view>
\ No newline at end of file
<image class="bei_jing_tu" src={{resList['a96b0452-f0f1-4ef8-b225-cfca9b511bd4'].url}} />
<image class="logo" src={{resList['76d8e1fd-36f4-4c66-af33-58ceaa885b1e'].url}} />
<image class="jiang_pin" src={{resList['da365587-7a12-4272-b05e-e042e2e6430e'].url}} />
<image class="gui_ze" src={{resList['0c977f31-f5f8-4b5a-9cc8-cdaf00f0e64c'].url}} />
<view class="zhu_ti">
<image class="tu" src={{resList['8c476736-ed81-4e91-bcb4-6b2ac884d48d'].url}} />
<image class="an_niu" src={{resList['84e9b0a1-0e07-4324-9073-40d28008ce1f'].url}} />
<image class="wen_an" src={{resList['7622c471-422b-4f1e-8897-785c4d91aeff'].url}} />
</view>
</view>
\ No newline at end of file
dist/pages/pageshou_ye/pageshou_ye.js
View file @
49e8c361
...
...
@@ -3,21 +3,12 @@
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
Page
({
data
:
{
},
data
:
{},
onLoad
(
props
)
{
this
.
setData
(
{
this
.
setData
(
this
.
data
||
{
resList
:
resList
});
},
handleStart
(){
this
.
navigateToPage
();
},
// 跳转页面
navigateToPage
(){
my
.
redirectTo
(
'/pages/pagehuo_dong_ye/pagehuo_dong_ye'
)
}
});
\ No newline at end of file
dist/pages/pageshou_ye/pageshou_ye.json
View file @
49e8c361
{
"usingComponents"
:
{
}
"usingComponents"
:
{}
}
\ No newline at end of file
dist/pages/pagewo_de_jiang_pin_ye_mian1/pagewo_de_jiang_pin_ye_mian1.js
View file @
49e8c361
...
...
@@ -6,7 +6,7 @@ Page({
data
:
{},
onLoad
(
props
)
{
this
.
setData
({
this
.
setData
(
this
.
data
||
{
resList
:
resList
});
}
...
...
taobao1/.tea/entryFiles-development/index$.worker.js
View file @
49e8c361
...
...
@@ -5,22 +5,19 @@ self.__appxInited = 1;
require
(
'./config$'
);
if
(
navigator
.
userAgent
&&
(
navigator
.
userAgent
.
indexOf
(
'LyraVM'
)
>
0
||
navigator
.
userAgent
.
indexOf
(
'AlipayIDE'
)
>
0
)
)
{
var
AFAppX
=
self
.
AFAppX
.
getAppContext
?
self
.
AFAppX
.
getAppContext
().
AFAppX
:
self
.
AFAppX
;
}
else
{
importScripts
(
'https://appx/af-appx.worker.min.js'
);
var
AFAppX
=
self
.
AFAppX
;
}
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
self
.
requirePlugin
=
AFAppX
.
requirePlugin
;
var
AFAppX
=
self
.
AFAppX
.
getAppContext
?
self
.
AFAppX
.
getAppContext
().
AFAppX
:
self
.
AFAppX
;
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
self
.
requirePlugin
=
AFAppX
.
requirePlugin
;
if
(
AFAppX
.
registerApp
)
{
AFAppX
.
registerApp
({
...
...
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