Browse Source

订单客服

chenjj 2 days ago
parent
commit
8478368626
2 changed files with 11 additions and 8 deletions
  1. 1 1
      config.js
  2. 10 7
      pages_home/pages/Volunteerside/goodsDetails.vue

+ 1 - 1
config.js

@@ -5,7 +5,7 @@ const config = {
   baseUrl: 'http://192.168.100.139:9527', //嵘哥
   // baseUrl: 'http://192.168.100.122:9527',//龙哥
   // baseUrl: 'http://192.168.100.122:9527',
-  // baseUrl: 'https://goldshulin.com/prod-api',
+  baseUrl: 'https://goldshulin.com/prod-api',
   mapKey: 'KFEBZ-P2GKZ-A5PX4-7Q6Y7-KXOBF-XCB4C',
   appName: '金邻助家',
   // 应用信息

+ 10 - 7
pages_home/pages/Volunteerside/goodsDetails.vue

@@ -495,10 +495,10 @@ const options = ref([
     icon: 'headphones',
     text: '客服',
   },
-  {
-    icon: 'shop',
-    text: '收藏',
-  },
+  // {
+  //   icon: 'shop',
+  //   text: '收藏',
+  // },
 ])
 
 // 详情底部立即购买样式
@@ -511,9 +511,12 @@ const buttonGroup = ref([
 ])
 // 底部帮助客服方法
 const onClick = (e) => {
-  uni.showToast({
-    title: `点击${e.content.text}`,
-    icon: 'none',
+  // uni.showToast({
+  //   title: `点击${e.content.text}`,
+  //   icon: 'none',
+  // })
+  uni.navigateTo({
+                url: `/pages_orderuser/pages/talk/pages/index/index?customerService=true&conversationType=3`
   })
 }
 // 修改详情页底部样式