shish 1 yıl önce
ebeveyn
işleme
2743e6d0ed
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      mallApp/src/pages/billing/affirmGhs.vue

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

@@ -315,7 +315,8 @@ export default {
 				uni.hideLoading()
 				uni.hideLoading()
 				this.removeMemory()
 				this.removeMemory()
 				if(res.code && res.code == 1){
 				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 } })
 				}
 				}
 			});
 			});
 		},
 		},