@@ -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" : {
@@ -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 } })
}
});
},