@@ -126,7 +126,7 @@
text: '粮信',
midButton: true,
customIcon: false,
- // pagePath:'/pages/home/home'
+ pagePath:'/pages/home/home'
},
{
iconPath: "https://taohaoliang.oss-cn-beijing.aliyuncs.com/tmp/wuliu.png",
@@ -304,8 +304,21 @@
})
uni.hideTabBar()
// this.loadData()
-
+ uni.preloadPage({
+ url:"/pages/buy/transaction",
+ complete(e) {
+ console.log("预加载成功"+JSON.stringify(e))
+ },
+ fail(e) {
+ console.log("预加载失败"+JSON.stringify(e))
+ }
+ })
+ url:"/pages/tran/tran"
+ url:"/pages/user/user"
onPageScroll(e) {
this.scrollTop = e.scrollTop;
@@ -166,7 +166,7 @@
@@ -245,7 +245,7 @@