Quellcode durchsuchen

Merge remote-tracking branch 'origin/bobo/feat/statistics'

xing.li vor 3 Jahren
Ursprung
Commit
d7f367aae0
2 geänderte Dateien mit 1 neuen und 9 gelöschten Zeilen
  1. 0 8
      api/welfareMall.js
  2. 1 1
      pages/welfareMall/index/index.js

+ 0 - 8
api/welfareMall.js

@@ -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);
   }
 

+ 1 - 1
pages/welfareMall/index/index.js

@@ -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
     }
   },