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
htoooth
2018-07-24 14:05:55 +0800
Commit
f7f656dc74805073637946fabc739146f3fc3d0a
1 parent
53f2412f
fix
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
2 deletions
app/pages/index/index.json
app/pages/product/detail/detail.js
app/pages/product/detail/detail.wxml
app/pages/product/detail/detail.wxss
app/router/jump-to-miniapp.js
app/static/images/bottom.png
app/pages/index/index.json
View file @
f7f656d
{
"navigationBarTitleText"
:
"有货限定
频道
"
,
"navigationBarTitleText"
:
"有货限定
发售
"
,
"enablePullDownRefresh"
:
true
,
"backgroundColor"
:
"#ebebeb"
,
"backgroundTextStyle"
:
"light"
,
...
...
app/pages/product/detail/detail.js
View file @
f7f656d
...
...
@@ -572,6 +572,9 @@ Page(Object.assign({
buyNow
()
{
router
.
goUrl
(
`
miniapp
.
yohobuy
.
com
/
pages
/
goodsDetail
/
goodsDetail
?
app
=
yohobuy
&
productSkn
=
$
{
this
.
data
.
productSkn
}
`
);
},
goYohobuy
()
{
router
.
goUrl
(
`
miniapp
.
yohobuy
.
com
/
pages
/
index
/
index
?
app
=
yohobuy
`
);
},
goHelp
()
{
router
.
goUrl
(
'https://activity.yoho.cn/feature/2593.html?share_id=5035&title=限定频道说明'
);
},
...
...
app/pages/product/detail/detail.wxml
View file @
f7f656d
...
...
@@ -34,6 +34,9 @@
</view>
</view>
</view>
<image class="bottom-image" bindtap="goYohobuy" src="../../../static/images/bottom.png"></image>
<view wx:if="{{showAssistList}}" style="height:70rpx;"></view>
<view style="height:100rpx;"></view>
...
...
app/pages/product/detail/detail.wxss
View file @
f7f656d
...
...
@@ -243,6 +243,10 @@
height:234rpx;
}
.bottom-image {
width: 750rpx;
height: 540rpx;
}
.modal-content .btn-info {
padding: 0 0;
width: 200rpx;
...
...
app/router/jump-to-miniapp.js
View file @
f7f656d
...
...
@@ -16,7 +16,8 @@ const appData = {
page
:
{
productDetail
:
'/pages/goodsDetail/goodsDetail'
,
brandDetail
:
'/pages/goodsList/brand'
,
guangDetail
:
'/pages/guang/detail'
guangDetail
:
'/pages/guang/detail'
,
index
:
'/pages/index/index'
}
},
anotherApp
:
{
...
...
app/static/images/bottom.png
0 → 100644
View file @
f7f656d
218 KB
Please
register
or
login
to post a comment