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
67154ae3
Commit
67154ae3
authored
Sep 13, 2020
by
汪欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d502f226
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
71 additions
and
9 deletions
+71
-9
comgou_mai_ji_lu32.acss
dist/components/comgou_mai_ji_lu32/comgou_mai_ji_lu32.acss
+1
-1
pagehuo_dong_ye.acss
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.acss
+19
-0
pagehuo_dong_ye.axml
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.axml
+7
-1
pagehuo_dong_ye.js
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.js
+23
-4
pagejie_shu_ye.acss
dist/pages/pagejie_shu_ye/pagejie_shu_ye.acss
+2
-2
pagejie_shu_ye.js
dist/pages/pagejie_shu_ye/pagejie_shu_ye.js
+1
-1
resList.js
dist/resconfig/resList.js
+18
-0
No files found.
dist/components/comgou_mai_ji_lu32/comgou_mai_ji_lu32.acss
View file @
67154ae3
...
...
@@ -56,7 +56,7 @@
.gou_mai_ji_lu32 .gou_mai_ji_lu_kao_bei33 .zu135 .list {
/* width: 453rpx; */
width: 5
0
0rpx;
width: 5
4
0rpx;
height: 400rpx;
opacity: 1;
top: 150rpx;
...
...
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.acss
View file @
67154ae3
...
...
@@ -27,6 +27,15 @@
position: absolute;
}
.huo_dong_ye .music {
width: 160rpx;
height: 58rpx;
opacity: 1;
left: 295rpx;
top: 230rpx;
position: absolute;
}
.huo_dong_ye .di_kao_bei2 {
width: 750rpx;
height: 1624rpx;
...
...
@@ -142,6 +151,16 @@
opacity: 1;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .zu010 {
width: 423rpx;
height: 25rpx;
opacity: 1;
left: 164rpx;
top: 32rpx;
position: absolute;
}
.huo_dong_ye .jiang_pin78 .zu5 {
width: 312rpx;
height: 25rpx;
...
...
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.axml
View file @
67154ae3
...
...
@@ -6,6 +6,9 @@
<image onTap="onPrizeBtnClick" class="jiang_pinicon" src={{resList['b7517eae-3bc2-4456-935a-e6e3e1fe995e'].url}} />
<image class="gui_zeicon" onTap="showRuleModal" src={{resList['d826a2f1-a3ec-4764-aad2-f6cacc43cfce'].url}} />
<image class="music" a:if="{{!musicswitch}}" onTap="musicOpen" src={{resList['0c115480-d22e-4902-a745-e55eadf7bf91'].url}} />
<image class="music" a:if="{{musicswitch}}" onTap="musicOpen" src={{resList['ddd2f68b-0059-4eb1-8667-4b7471b11ddd'].url}} />
<image class="tu2" src={{resList['d2cd8191-8fbd-423a-8c36-5bd52659317e'].url}} />
<!-- 立即购买 -->
<image class="an_niu2" onTap="buyFloors" src={{resList['34e91d1d-6c84-45f5-ab77-870939ca7b12'].url}} />
...
...
@@ -18,7 +21,10 @@
</view>
<view class="jiang_pin78">
<image class="zu116" src={{resList['51ca8493-ed2a-4273-a6b6-300bd9b2eb93'].url}} />
<image class="zu5" src={{resList['e7baa6fe-46fd-422f-ac6a-3298fb965e6f'].url}} />
<!-- <image class="zu5" src={{resList['e7baa6fe-46fd-422f-ac6a-3298fb965e6f'].url}} /> -->
<image class="zu010" src={{resList['4a77139f-59e4-4683-8234-0c8160d80eff'].url}} />
<view class="zu114">
<view class="zu128" a:for="{{prizeList}}" a:key="index" a:for-item="item" style="{{item.liststyle}}">
<!-- <image class="ju_xing51_kao_bei2" src={{resList['6b68feb2-7c84-473e-8f2c-b6571e7659e3'].url}} />
...
...
dist/pages/pagehuo_dong_ye/pagehuo_dong_ye.js
View file @
67154ae3
...
...
@@ -53,7 +53,8 @@ Page({
ruleData
:
''
,
screentop
:
''
,
maskVisible
:
false
maskVisible
:
false
,
musicswitch
:
true
},
...
...
@@ -68,7 +69,23 @@ Page({
this
.
getOrderList
();
// this.screenAdapt();
this
.
addMusic
();
// this.addMusic();
// this.musicOpen();
},
musicOpen
(){
let
{
musicswitch
}
=
this
.
data
if
(
musicswitch
){
this
.
addMusic
();
}
},
musicClose
(){
let
{
musicswitch
}
=
this
.
data
;
this
.
setData
({
musicswitch
:
true
})
},
// screenAdapt(){
...
...
@@ -401,7 +418,7 @@ Page({
top
:
50
*
(
lens
-
i
)
+
'rpx'
,
position
:
'absolute'
,
color
:
'white'
,
width
:
1
5
0
+
'rpx'
,
width
:
1
4
0
+
'rpx'
,
textAlign
:
'center'
,
overflow
:
'hidden'
}
...
...
@@ -489,8 +506,10 @@ Page({
fileId
:
'cloud://C7A066C702682E94326284DF8A2975CC//FILA_building_loop.mp3'
});
let
musicUrl
=
null
;
if
(
resultSrc
[
0
])
musicUrl
=
resultSrc
[
0
].
url
;
if
(
resultSrc
[
0
])
musicUrl
=
resultSrc
[
0
].
url
;
playBgMusic
(
true
,
musicUrl
)
console
.
log
(
'fuck music'
)
}
});
\ No newline at end of file
dist/pages/pagejie_shu_ye/pagejie_shu_ye.acss
View file @
67154ae3
...
...
@@ -487,7 +487,7 @@
position: absolute;
}
.jie_shu_ye .gou_mai_ji_lu46 .zu13447 {
width: 5
0
0rpx;
width: 5
5
0rpx;
height: 222rpx;
opacity: 1;
left: 61rpx;
...
...
@@ -499,7 +499,7 @@
.jie_shu_ye .gou_mai_ji_lu46 .zu13447 .item{
top:-10%;
width: 5
0
0rpx;
width: 5
4
0rpx;
height: 222rpx;
opacity: 1;
/* left: 10rpx; */
...
...
dist/pages/pagejie_shu_ye/pagejie_shu_ye.js
View file @
67154ae3
...
...
@@ -146,7 +146,7 @@ Page({
top
:
50
*
(
lens
-
i
)
+
'rpx'
,
position
:
'absolute'
,
color
:
'white'
,
width
:
1
5
0
+
'rpx'
,
width
:
1
4
0
+
'rpx'
,
textAlign
:
'center'
,
overflow
:
'hidden'
}
...
...
dist/resconfig/resList.js
View file @
67154ae3
...
...
@@ -359,5 +359,23 @@ const resList = {
url
:
'//yun.duiba.com.cn/spark-prod/assets/按钮__m.806646aca0a38b9dfa4ace6af6977e89f8c421e6.png'
,
uuid
:
'9720b3cc-2faa-4bac-8244-d5f0d018a6e7'
,
},
'0c115480-d22e-4902-a745-e55eadf7bf91'
:
{
name
:
'music_close'
,
ext
:
'.png'
,
url
:
'//yun.duiba.com.cn/spark/assets/music_close.40265b72959dd2b660b5fb974f09640e8686b32f.png'
,
uuid
:
'0c115480-d22e-4902-a745-e55eadf7bf91'
},
'ddd2f68b-0059-4eb1-8667-4b7471b11ddd'
:
{
name
:
'music_open'
,
ext
:
'.png'
,
url
:
'//yun.duiba.com.cn/spark/assets/music_open.43a6c8efa3fd2f5a34705315c5336e89f8381e80.png'
,
uuid
:
'ddd2f68b-0059-4eb1-8667-4b7471b11ddd'
},
'4a77139f-59e4-4683-8234-0c8160d80eff'
:
{
name
:
'listtext'
,
ext
:
'.png'
,
url
:
'//yun.duiba.com.cn/spark/assets/listtext.4f5b26d300d8225a9a182c3c537e8872cc838350.png'
,
uuid
:
'4a77139f-59e4-4683-8234-0c8160d80eff'
}
};
export
default
resList
;
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