Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lea guo
6 years ago
Commit
161b190a4142cb83610ea912ab9779b529631f1f
1 parent
bd727393
yohood原价购
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
pages/zeroSell/originalPriceSell.js
pages/zeroSell/originalPriceSell.wxml
pages/zeroSell/originalPriceSell.js
View file @
161b190
...
...
@@ -321,14 +321,6 @@ Page(
lottery
:
JSON
.
parse
(
product
.
lottery_info
||
'{}'
),
});
this
.
service
.
getRecentAvatars
({
actPrizeId
:
product
.
id
}).
then
(
r2
=>
{
this
.
setData
({
avatars
:
(
r2
.
code
===
200
?
r2
.
data
:
[]).
map
(
i
=>
{
i
.
user_name
=
wrapperName
(
i
.
user_name
);
i
.
user_thumb
=
formatImageUrl
(
i
.
user_thumb
,
200
,
200
);
return
i
;
}),});
})
this
.
_setActionStatus
();
}
else
{
return
Promise
.
reject
();
...
...
pages/zeroSell/originalPriceSell.wxml
View file @
161b190
...
...
@@ -6,7 +6,7 @@
<text>活动流程</text>
<help url="https://activity.yoho.cn/feature/5901.html" text="活动规则" title="原价购活动说明"></help>
</view>
<image
class="jion-tips-image" src="./images/lottery_flow_tip 16@3x
.png"></image>
<image
mode="aspectFill" class="jion-tips-image" src="https://cdn.yoho.cn/o_1dhlc14l11pm01c8q6p01ur718at8
.png"></image>
</view>
<view class="machine {{shareFlag ? 'machine-t-m' : 'machine-t-l'}}">
<view class="open-shadow"></view>
...
...
Please
register
or
login
to post a comment