shish 5 years ago
parent
commit
5d3ba5cf6d

+ 1 - 1
ghsApp/dist/.gitignore

@@ -1 +1 @@
-build
+dev

+ 1 - 1
ghsApp/dist/dev/mp-weixin/ext.json

@@ -4,7 +4,7 @@
   "directCommit": false,
   "directCommit": false,
   "ext": {
   "ext": {
     "account": 12362,
     "account": 12362,
-    "apiHost": "https://api.shop.hzghd.com",
+    "apiHost": "http://api.shop.hzghd.com",
     "imgHost": "https://img.hzghd.com",
     "imgHost": "https://img.hzghd.com",
     "name":"花掌柜"
     "name":"花掌柜"
   }
   }

+ 1 - 1
hdApp/dist/.gitignore

@@ -1 +1 @@
-build
+dev

File diff suppressed because it is too large
+ 0 - 0
hdApp/dist/dev/.sourcemap/mp-weixin/pagesInvite/list.js.map


+ 1 - 1
hdApp/dist/dev/mp-weixin/ext.json

@@ -4,7 +4,7 @@
   "directCommit": false,
   "directCommit": false,
   "ext": {
   "ext": {
     "account": 12362,
     "account": 12362,
-    "apiHost": "https://api.shop.huaml.com",
+    "apiHost": "http://api.shop.huaml.com",
     "imgHost": "https://img.huaml.com",
     "imgHost": "https://img.huaml.com",
     "name":"花美玲"
     "name":"花美玲"
   }
   }

File diff suppressed because it is too large
+ 0 - 0
hdApp/dist/dev/mp-weixin/pagesInvite/list.js


+ 3 - 3
hdApp/src/pagesInvite/list.vue

@@ -133,13 +133,13 @@ export default {
 	methods: {
 	methods: {
 		inviteGhs(){
 		inviteGhs(){
 
 
-			console.log('pagesClient/official/index '+this.loginInfo.shopAdminId)
+			console.log('pagesClient/official/index?hdShopAdminId='+this.loginInfo.shopAdminId)
 
 
 			getWeixinId().then(res => {
 			getWeixinId().then(res => {
 				uni.navigateToMiniProgram({
 				uni.navigateToMiniProgram({
 					appId: res.data.ghs.miniAppId,
 					appId: res.data.ghs.miniAppId,
 					path: 'pagesClient/official/index',
 					path: 'pagesClient/official/index',
-					//develop 开发 trial 体验版 release 正式版
+					//develop 开发 trial 体验版 release 正式版
 					envVersion: process.env.NODE_ENV === 'development' ? 'develop' : 'release',
 					envVersion: process.env.NODE_ENV === 'development' ? 'develop' : 'release',
 					extraData: {
 					extraData: {
 						'hdShopAdminId': this.loginInfo.shopAdminId
 						'hdShopAdminId': this.loginInfo.shopAdminId
@@ -148,7 +148,7 @@ export default {
 						// 打开成功
 						// 打开成功
 					}
 					}
 				})
 				})
-			});
+			})
 
 
 		},
 		},
 		async init() {
 		async init() {

+ 1 - 1
mallApp/dist/.gitignore

@@ -1 +1 @@
-build
+dev

File diff suppressed because it is too large
+ 0 - 0
mallApp/dist/dev/.sourcemap/mp-weixin/pages/home/index.js.map


+ 1 - 1
mallApp/dist/dev/mp-weixin/ext.json

@@ -4,7 +4,7 @@
   "directCommit": false,
   "directCommit": false,
   "ext": {
   "ext": {
     "account": 12358,
     "account": 12358,
-    "apiHost": "https://api.shop.theflorist.cn",
+    "apiHost": "http://api.shop.theflorist.cn",
     "imgHost": "https://img.theflorist.cn",
     "imgHost": "https://img.theflorist.cn",
     "name":"中花卉"
     "name":"中花卉"
   }
   }

+ 3 - 0
mallApp/dist/dev/mp-weixin/pages/home/index.js

@@ -266,6 +266,9 @@ var _default = {
           e.img = e.adImg;
           e.img = e.adImg;
           return e;
           return e;
         });
         });
+        uni.setNavigationBarTitle({
+          title: res.data.sj.name
+        });
         _this2.category = res.data.category;
         _this2.category = res.data.category;
         _this2.columnStyle = res.data.columnStyle;
         _this2.columnStyle = res.data.columnStyle;
       });
       });

Some files were not shown because too many files changed in this diff