Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_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
new_taobao
Commits
081be87a
Commit
081be87a
authored
Nov 23, 2020
by
shenyangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f6efac92
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
96 additions
and
93 deletions
+96
-93
comren_wu_zhong_xin.acss
...t/components/comren_wu_zhong_xin/comren_wu_zhong_xin.acss
+1
-1
comren_wu_zhong_xin.axml
...t/components/comren_wu_zhong_xin/comren_wu_zhong_xin.axml
+2
-2
comren_wu_zhong_xin.js
...ent/components/comren_wu_zhong_xin/comren_wu_zhong_xin.js
+4
-3
pageshou_ye.acss
taobao_mini/client/pages/pageshou_ye/pageshou_ye.acss
+4
-4
pageshou_ye.axml
taobao_mini/client/pages/pageshou_ye/pageshou_ye.axml
+76
-81
pageshou_ye.js
taobao_mini/client/pages/pageshou_ye/pageshou_ye.js
+9
-2
No files found.
taobao_mini/client/components/comren_wu_zhong_xin/comren_wu_zhong_xin.acss
View file @
081be87a
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
transform-origin: 0rpx 0rpx 0rpx;
transform-origin: 0rpx 0rpx 0rpx;
}
}
.ren_wu_zhong_xin .ren_wu_1 .wen_an_7 .guan_zhu_dian_pu {
.ren_wu_zhong_xin .ren_wu_1 .wen_an_7 .guan_zhu_dian_pu {
width: 1
1
0rpx;
width: 1
2
0rpx;
height: 27rpx;
height: 27rpx;
opacity: 1;
opacity: 1;
left: 1rpx;
left: 1rpx;
...
...
taobao_mini/client/components/comren_wu_zhong_xin/comren_wu_zhong_xin.axml
View file @
081be87a
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
<image class="qu_liu_lan_m " src={{resList['8473ab9f-df8e-4c4e-b249-8d1cad9f04ae'].url}} />
<image class="qu_liu_lan_m " src={{resList['8473ab9f-df8e-4c4e-b249-8d1cad9f04ae'].url}} />
<image class="ming_ri_zai_lai_m " src={{resList['a3b76ef9-f877-4aa1-b07a-b1c971fd8c6d'].url}} />
<image class="ming_ri_zai_lai_m " src={{resList['a3b76ef9-f877-4aa1-b07a-b1c971fd8c6d'].url}} />
<view class="wen_an_7 ">
<view class="wen_an_7 ">
<
span class="guan_zhu_dian_pu ">关注店铺</span
>
<
label class="guan_zhu_dian_pu ">关注店铺</label
>
<
span class="fan_pai_ci_shu_10 ">翻牌次数 +10</span
>
<
label class="fan_pai_ci_shu_10 ">翻牌次数 +10</label
>
</view>
</view>
</view>
</view>
</view>
</view>
\ No newline at end of file
taobao_mini/client/components/comren_wu_zhong_xin/comren_wu_zhong_xin.js
View file @
081be87a
...
@@ -3,13 +3,14 @@
...
@@ -3,13 +3,14 @@
import
resList
from
'../../resconfig/resList'
;
import
resList
from
'../../resconfig/resList'
;
Component
({
Component
({
props
:
{},
props
:
{},
data
:
{},
data
:
{
resList
:
resList
},
methods
:
{},
methods
:
{},
onInit
(
props
)
{
didMount
(
)
{
this
.
setData
({
this
.
setData
({
resList
:
resList
});
});
this
.
methods
.
close
()
}
}
});
});
\ No newline at end of file
taobao_mini/client/pages/pageshou_ye/pageshou_ye.acss
View file @
081be87a
...
@@ -454,11 +454,11 @@
...
@@ -454,11 +454,11 @@
width: 22rpx;
width: 22rpx;
height: 15rpx;
height: 15rpx;
opacity: 1;
opacity: 1;
left:
11
rpx;
left:
9
rpx;
top:
14
rpx;
top:
8
rpx;
position: absolute;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
transform-origin: 0rpx 0rpx 0rpx;
font-size: 1
3.09217
rpx;
font-size: 1
5
rpx;
color: #4b2b0a;
color: #4b2b0a;
}
}
.shou_ye .shou_ye_kuang .shou_ye_xiao_ti_shi {
.shou_ye .shou_ye_kuang .shou_ye_xiao_ti_shi {
...
@@ -482,7 +482,7 @@
...
@@ -482,7 +482,7 @@
height: 23rpx;
height: 23rpx;
opacity: 1;
opacity: 1;
left: 34rpx;
left: 34rpx;
top:
11
rpx;
top:
3
rpx;
position: absolute;
position: absolute;
transform-origin: 0rpx 0rpx 0rpx;
transform-origin: 0rpx 0rpx 0rpx;
font-size: 21rpx;
font-size: 21rpx;
...
...
taobao_mini/client/pages/pageshou_ye/pageshou_ye.axml
View file @
081be87a
This diff is collapsed.
Click to expand it.
taobao_mini/client/pages/pageshou_ye/pageshou_ye.js
View file @
081be87a
'use strict'
;
'use strict'
;
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
const
{
commonToast
,
getAuthUserInfo
,
navigateToOutside
,
ConsoleStyle
,
checkShopFavoredStatus
,
debounce
,
getSystemInfo
}
=
tbcc
.
tb
;
Page
({
Page
({
...
@@ -9,7 +8,9 @@ Page({
...
@@ -9,7 +8,9 @@ Page({
onLoad
(
props
)
{
onLoad
(
props
)
{
this
.
setData
({
this
.
setData
({
resList
:
resList
resList
:
resList
,
lottery_count
:
100
,
isShow
:
true
});
});
},
},
...
@@ -20,6 +21,12 @@ Page({
...
@@ -20,6 +21,12 @@ Page({
isStart
()
{
isStart
()
{
console
.
log
(
112
);
console
.
log
(
112
);
},
close
(){
this
.
setData
({
isShow
:
false
})
}
}
});
});
\ No newline at end of file
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