zhaoxiaohai 4 年之前
父節點
當前提交
ec48eaf96f
共有 4 個文件被更改,包括 10 次插入6 次删除
  1. 1 1
      app.js
  2. 0 2
      pages/tabbar-pages/customer-service-staff/index.wxml
  3. 2 1
      pages/tradeShow/index.js
  4. 7 2
      project.private.config.json

+ 1 - 1
app.js

@@ -20,7 +20,7 @@ App({
         "fclienttype": "MOBILE"
         "fclienttype": "MOBILE"
       }
       }
     }).then(res => {
     }).then(res => {
-      console.log(res)
+      console.log("banner", res)
       that.globalData.bannerDataList = res.data;
       that.globalData.bannerDataList = res.data;
     })
     })
 
 

+ 0 - 2
pages/tabbar-pages/customer-service-staff/index.wxml

@@ -1,4 +1,2 @@
 <!-- 自定义头部 -->
 <!-- 自定义头部 -->
 <My_navBar></My_navBar>
 <My_navBar></My_navBar>
-
-<van-dialog id="van-dialog" />

+ 2 - 1
pages/tradeShow/index.js

@@ -36,7 +36,8 @@ Page({
             "classname": "publicmethod.live.live",
             "classname": "publicmethod.live.live",
             "method": "getLiveChannelData",
             "method": "getLiveChannelData",
             "content": {
             "content": {
-                "tactivityid": options.id
+                "tactivityid": options.id,
+                "siteid":"BWJ"
             }
             }
         }
         }
         /* 云展会直播大厅 */
         /* 云展会直播大厅 */

+ 7 - 2
project.private.config.json

@@ -124,8 +124,13 @@
                     "name": "商户主页",
                     "name": "商户主页",
                     "pathName": "pages/storeMessage/storehomepage",
                     "pathName": "pages/storeMessage/storehomepage",
                     "query": "id=27303",
                     "query": "id=27303",
-                    "scene": null,
-                    "launchMode": "default"
+                    "scene": null
+                },
+                {
+                    "name": "在线客服",
+                    "pathName": "pages/tabbar-pages/customer-service-staff/index",
+                    "query": "",
+                    "scene": null
                 }
                 }
             ]
             ]
         }
         }