@@ -95,14 +95,6 @@ class WelfareMall extends request {
* 获取首页信息
*/
static getIndexList(params ={}) {
- this.postRequest(`${this.BASE_URL}open/statistics/record-app-visit-log`, {
- module: 'signin',
- action: 'visit',
- source: 'WX_MINI_APP',
- path: '/xx'
-
- }).then(_ => {});
return this.postRequest(`${this.BASE_URL}open/welfare-mall/homepage-data`, params);
}
@@ -76,7 +76,7 @@ Page({
onShareAppMessage: function () {
return {
title: "沪上阿姨福利GO",
- path: "/pages/welfareMall/index",
+ path: "/pages/welfareMall/index/index",
imageUrl: this.data.bannerList[0]?.figure
},