zhaoxiaohai 4 gadi atpakaļ
vecāks
revīzija
ff2506b8e4
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      pages/tradeShow/index.js

+ 2 - 1
pages/tradeShow/index.js

@@ -42,10 +42,11 @@ Page({
         }
         }
         /* 云展会直播大厅 */
         /* 云展会直播大厅 */
         _Http.basic(data).then(res => {
         _Http.basic(data).then(res => {
+            console.log(res)
             if (res.msg != "成功") {
             if (res.msg != "成功") {
                 wx.showToast({
                 wx.showToast({
                     title: '直播大厅加载失败,请重新进入页面',
                     title: '直播大厅加载失败,请重新进入页面',
-                    icon: "error",
+                    icon: "none",
                     duration: 5000
                     duration: 5000
                 })
                 })
             } else {
             } else {