|
@@ -101,8 +101,9 @@
|
|
onLoad(opts) {
|
|
onLoad(opts) {
|
|
this.currentGold = this.$store.state.vuex_userData.currentGold
|
|
this.currentGold = this.$store.state.vuex_userData.currentGold
|
|
console.log(this.currentGold,'currentGold')
|
|
console.log(this.currentGold,'currentGold')
|
|
- console.log(opts)
|
|
|
|
this.store = JSON.parse(decodeURIComponent(opts.store))
|
|
this.store = JSON.parse(decodeURIComponent(opts.store))
|
|
|
|
+ this.partnerNo = this.store.officialPartnerNo
|
|
|
|
+ // console.log(this.store,'22222')
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
// 跳转到设置支付密码页
|
|
// 跳转到设置支付密码页
|