张延森 před 3 roky
rodič
revize
32e5d85305

+ 1
- 1
config/prod.js Zobrazit soubor

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://sgl-v2-test.njyunzhi.com"',
6
+    HOST: '"https://sgl-v2.njyunzhi.com"',
7 7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8 8
   },
9 9
   mini: {},

+ 1
- 1
project.config.json Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
   "miniprogramRoot": "./dist",
3 3
   "projectname": "miniapp",
4 4
   "description": "十公里",
5
-  "appid": "wx835627a9b9b3932a",
5
+  "appid": "wx06a7372d48d56843",
6 6
   "setting": {
7 7
     "urlCheck": true,
8 8
     "es6": false,

+ 0
- 1
src/pages/MineUserAll/AllOrder/index.jsx Zobrazit soubor

@@ -10,7 +10,6 @@ const tabs = ['全部', '待支付', '待核销', '已使用','已过期'].map(x
10 10
 
11 11
 const TabBar = (props) => {
12 12
   const handleClick = (e) => {
13
-    console.log('-----------------handleTabChange----------------', e)
14 13
     const { index } = e.detail
15 14
     props.onClick(index)
16 15
   }