diff --git a/.env b/.env index 7e7b528..d69df8d 100644 --- a/.env +++ b/.env @@ -17,4 +17,7 @@ MALL_DEV_PORT = 3000 MALL_STATIC_URL = https://file.sheepjs.com # 是否开启直播 1 开启直播 | 0 关闭直播 (小程序官方后台未审核开通直播权限时请勿开启) -MALL_MPLIVE_ON = 0 \ No newline at end of file +MALL_MPLIVE_ON = 0 + +# APP 下载地址 +MALL_APP_DOWNLOAD_PATH = '' \ No newline at end of file diff --git a/pages.json b/pages.json index 6a8eee2..20c9dfa 100644 --- a/pages.json +++ b/pages.json @@ -147,7 +147,8 @@ { "path": "point/loglist", "style": { - "navigationBarTitleText": "历史积分" + "navigationBarTitleText": "历史积分", + "enablePullDownRefresh": true }, "meta": { "auth": true diff --git a/pages/index/index.vue b/pages/index/index.vue index d196ebc..ee17f3d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,12 +1,17 @@