Просмотр исходного кода

Merge branch 'master' into minus

shish 1 год назад
Родитель
Сommit
361ed5eba9

+ 2 - 2
hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "1.9.6",
-    "versionCode" : 196,
+    "versionName" : "1.9.7",
+    "versionCode" : 197,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 1
mallApp/src/pages/billing/affirmGhs.vue

@@ -315,7 +315,8 @@ export default {
 				uni.hideLoading()
 				this.removeMemory()
 				if(res.code && res.code == 1){
-					this.$util.pageTo({ url: "/pages/callback/index", type: 2, query: { pageStatus: 1, ...res.data,hdId:hdId } })
+					let account = this.option.account ? this.option.account : 0
+					this.$util.pageTo({ url: "/pages/callback/index", type: 2, query: { pageStatus: 1, ...res.data,hdId:hdId,account:account } })
 				}
 			});
 		},

+ 2 - 2
开发http/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "1.9.6",
-    "versionCode" : 196,
+    "versionName" : "1.9.7",
+    "versionCode" : 197,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
开发https/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "1.9.6",
-    "versionCode" : 196,
+    "versionName" : "1.9.7",
+    "versionCode" : 197,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
线上/hdApp/src/manifest.json

@@ -2,8 +2,8 @@
     "name" : "花掌柜",
     "appid" : "__UNI__4079DC1",
     "description" : "花店管家婆",
-    "versionName" : "1.9.6",
-    "versionCode" : 196,
+    "versionName" : "1.9.7",
+    "versionCode" : 197,
     "transformPx" : true,
     /* 5+App特有相关 */
     "app-plus" : {