shish 11 bulan lalu
induk
melakukan
a95f9b77da
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      mallApp/src/pages/billing/affirmGhs.vue

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

@@ -316,7 +316,7 @@ export default {
 				this.removeMemory()
 				this.removeMemory()
 				if(res.code && res.code == 1){
 				if(res.code && res.code == 1){
 					let account = this.option.account ? this.option.account : 0
 					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 } })
+					this.$util.pageTo({ url: "/pages/callback/pay", type: 2, query: { pageStatus: 1, ...res.data,hdId:hdId,account:account } })
 				}
 				}
 			});
 			});
 		},
 		},