|
|
@@ -951,7 +951,7 @@ export default {
|
|
|
this.setSelectInfoByType({ type: this.pageType, info: list })
|
|
|
const realHdId = this.hdId || uni.getStorageSync('hdId') || 0
|
|
|
this.$util.pageTo({
|
|
|
- url: '/pages/billing/affirmGhs',
|
|
|
+ url: '/pages/billing/affirmMix',
|
|
|
query: { account, hdId: realHdId },
|
|
|
type: 2
|
|
|
})
|
|
|
@@ -970,7 +970,7 @@ export default {
|
|
|
this.setSelectInfoByType({ type: this.pageType, info: list })
|
|
|
const realHdId = this.hdId || uni.getStorageSync('hdId') || 0
|
|
|
this.$util.pageTo({
|
|
|
- url: '/pages/billing/affirmGhs',
|
|
|
+ url: '/pages/billing/affirmMix',
|
|
|
query: { account, hdId: realHdId },
|
|
|
type: 2
|
|
|
})
|