<script>
export default {
data() {
return {
title: 'Hello',
info: [{
img:Image1
}, {
img:Image2
}, {
img:Image3
}],
current: 0,
mode: 'round',
iconfontArr:[
{
url:"../EmpireSupermarket/EmpireSupermarket",
title:"帝國超市",
icon:"iconPath icon-shangcheng"
},
{
url:"../contactUs/contactUs",
title:"聯系我們",
icon:"iconPath icon-guanjiaowangtubiao10"
},
{
url:"../CommunityPictures/CommunityPictures",
title:"社區圖片",
icon:"iconPath icon-tupian"
},
{
url:"../LearningVideo/LearningVideo",
title:"學習視頻",
icon:"iconPath icon-shipin"
},
],
footerContentArr:[
{
footer_imgUrl:"../../static/15.png",
Price_true:"¥3999",
Price_flase:"¥6320",
title:"華為 HUAWEI P30 Pro 超感光徠卡四攝10倍混合變焦麒麟980芯片屏內指紋 8GB+256GB極光色全網通版雙4G手機"
},
{
footer_imgUrl:"../../static/16.png",
Price_true:"¥3350",
Price_flase:"¥5780",
title:"【超級爆款】華為 HUAWEI P30 超感光徠卡三攝麒麟980AI智能芯片全面屏屏內 指紋版手機8GB+128GB天空之境全網通雙4G手機"
},
{
footer_imgUrl:"../../static/17.png",
Price_true:"¥7590",
Price_flase:"¥9999",
title:"華為 HUAWEI P40 Pro+ 麒麟990 5G SoC芯片 5000萬超感知徠卡五攝 100倍 雙目變焦8GB+256GB陶瓷黑全網通5G"
}
]
}
},
onLoad() {
},
onPullDownRefresh() {
// window.location.reload();
// this.$router.go(0);
// this.info=[];
setTimeout(function(){
uni.stopPullDownRefresh()
},2000)
},
}
</script>
uj5u.com熱心網友回復:
用uniapp開發APP, 想要實作下拉重繪和下拉加載, 需要先在pages.json中開啟下拉重繪在pages.json中找到需要開啟的頁面. 在style中輸入
"enablePullDownRefresh": true,
開啟下拉重繪之后, 下拉對應的頁面就會出現下拉的影片, 但是影片不會自動關閉, 所以手動關閉
onPullDownRefresh () {
//關閉重繪影片
setTimeout(function () {
uni.stopPullDownRefresh()
}, 1000)
},
uj5u.com熱心網友回復:
影片都是沒有問題的 就是資料進行重繪不了 用過// window.location.reload(); 和// this.$router.go(0);但是小程式不認可的 愁死了轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/17065.html
標籤:HTML(CSS)
上一篇:怎樣截取這樣的url的引數(http://localhost:8080/passer_war_exploded/page/detail/jing/1)
