Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
6f289b0b
Commit
6f289b0b
authored
Apr 08, 2019
by
Junling Bu
Browse files
fix[litemall-wx]: 商品详情页刷新后,详情图片会变小.
parent
c38a659f
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/goods/goods.js
View file @
6f289b0b
...
@@ -687,17 +687,6 @@ Page({
...
@@ -687,17 +687,6 @@ Page({
onReady
:
function
()
{
onReady
:
function
()
{
// 页面渲染完成
// 页面渲染完成
},
}
// 下拉刷新
onPullDownRefresh
()
{
wx
.
showNavigationBarLoading
()
//在标题栏中显示加载
this
.
getGoodsInfo
();
wx
.
hideNavigationBarLoading
()
//完成停止加载
wx
.
stopPullDownRefresh
()
//停止下拉刷新
},
//根据已选的值,计算其它值的状态
setSpecValueStatus
:
function
()
{
},
})
})
\ No newline at end of file
renard-wx/pages/goods/goods.js
View file @
6f289b0b
...
@@ -661,14 +661,5 @@ Page({
...
@@ -661,14 +661,5 @@ Page({
// 页面渲染完成
// 页面渲染完成
this
.
sharePop
=
this
.
selectComponent
(
"
#sharePop
"
);
this
.
sharePop
=
this
.
selectComponent
(
"
#sharePop
"
);
this
.
notify
=
this
.
selectComponent
(
"
#van-notify
"
);
this
.
notify
=
this
.
selectComponent
(
"
#van-notify
"
);
},
}
// 下拉刷新
onPullDownRefresh
()
{
wx
.
showNavigationBarLoading
()
//在标题栏中显示加载
this
.
getGoodsInfo
();
wx
.
hideNavigationBarLoading
()
//完成停止加载
wx
.
stopPullDownRefresh
()
//停止下拉刷新
},
//根据已选的值,计算其它值的状态
setSpecValueStatus
:
function
()
{},
})
})
\ No newline at end of file
Write
Preview
Supports
Markdown
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