Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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
bevishuang
6 years ago
Commit
60f6c749df1da2e38af6a0376a01380a847218cc
1 parent
cc6f23d3
替换详情底部图片
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
app/pages/product/detail/detail.js
app/pages/product/detail/detail.wxml
app/static/images/bottom.png
app/pages/product/detail/detail.js
View file @
60f6c74
...
...
@@ -88,6 +88,7 @@ const ASSIST_FAIL = 2;
Page
(
Object
.
assign
({
data
:
{
bottomSrc
:
'https://img11.static.yhbimg.com/yhb-img01/2019/08/20/16/01d8d8964fa9fb42fe83b1aa3d0e669f37.jpg'
,
productSkn
:
0
,
productName
:
''
,
limitProductCode
:
''
,
...
...
app/pages/product/detail/detail.wxml
View file @
60f6c74
...
...
@@ -53,7 +53,7 @@
</view>
</view>
<image class="bottom-image" lazy-load bindtap="goYohobuy" src="
../../../static/images/bottom.png
"></image>
<image class="bottom-image" lazy-load bindtap="goYohobuy" src="
{{bottomSrc}}
"></image>
<view wx:if="{{showAssistList}}" style="height:70rpx;"></view>
<view style="height:100rpx;"></view>
...
...
app/static/images/bottom.png
deleted
100644 → 0
View file @
cc6f23d
218 KB
Please
register
or
login
to post a comment