张延森 vor 4 Jahren
Ursprung
Commit
cabcb76577
3 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 1
    1
      config/prod.js
  2. 1
    1
      project.config.json
  3. 1
    0
      src/components/GetUserIcon/index.vue

+ 1
- 1
config/prod.js Datei anzeigen

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    SERVER_API: '"https://dev.fangdeal.cn/liyuanhui/api/wx"'
6
+    SERVER_API: '"https://outer.fangdeal.cn/liyuanhui/api/wx"'
7 7
   },
8 8
   mini: {},
9 9
   h5: {

+ 1
- 1
project.config.json Datei anzeigen

@@ -2,7 +2,7 @@
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "myApp",
4 4
 	"description": "",
5
-	"appid": "wx842b0af4df4552a5",
5
+	"appid": "wxd9ee3a9480a4e544",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,

+ 1
- 0
src/components/GetUserIcon/index.vue Datei anzeigen

@@ -54,6 +54,7 @@ export default {
54 54
       })
55 55
     },
56 56
     ToGetUserIcon (res) { // 获取用户头像
57
+      console.log(JSON.stringify(res))
57 58
       wx.showToast({
58 59
         title: JSON.stringify(res),
59 60
         icon: 'none',