| 
														
															@@ -57,11 +57,17 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                             Balance:{{currencyInfoData.balance | floatPrice(2)}} {{currencyInfoData.tokenSymbol}} 
														 | 
														
														 | 
														
															                             Balance:{{currencyInfoData.balance | floatPrice(2)}} {{currencyInfoData.tokenSymbol}} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         </div> 
														 | 
														
														 | 
														
															                         </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     </div> 
														 | 
														
														 | 
														
															                     </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    <div class="item" @click="achPay(true, Report.objectType.mastercardPayButton)"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        v-if="ifShowAch" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        class="item" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        @click="achPay(true, Report.objectType.mastercardPayButton)"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         <img src="../../static/payment/icon_master_card.png" /> 
														 | 
														
														 | 
														
															                         <img src="../../static/payment/icon_master_card.png" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         <span>MasterCard</span> 
														 | 
														
														 | 
														
															                         <span>MasterCard</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     </div> 
														 | 
														
														 | 
														
															                     </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    <div class="item" @click="achPay(true, Report.objectType.visaPayButton)"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <div 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        v-if="ifShowAch" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        class="item" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        @click="achPay(true, Report.objectType.visaPayButton)"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         <img src="../../static/payment/icon_visa.png" /> 
														 | 
														
														 | 
														
															                         <img src="../../static/payment/icon_visa.png" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         <span>VISA</span> 
														 | 
														
														 | 
														
															                         <span>VISA</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     </div> 
														 | 
														
														 | 
														
															                     </div> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -336,6 +342,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             usdAmountData: {}, 
														 | 
														
														 | 
														
															             usdAmountData: {}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Report: Report, 
														 | 
														
														 | 
														
															             Report: Report, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ifShowMetaMask: false, 
														 | 
														
														 | 
														
															             ifShowMetaMask: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            ifShowAch: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     head() { 
														 | 
														
														 | 
														
															     head() { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -541,6 +548,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     } 
														 | 
														
														 | 
														
															                     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     // 购买成功 
														 | 
														
														 | 
														
															                     // 购买成功 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     this.step = 4; 
														 | 
														
														 | 
														
															                     this.step = 4; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    this.reportSuccessView(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } else { 
														 | 
														
														 | 
														
															                 } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     this.payError(code) 
														 | 
														
														 | 
														
															                     this.payError(code) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } 
														 | 
														
														 | 
														
															                 } 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -591,9 +599,12 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.maskUrlLink = url; 
														 | 
														
														 | 
														
															             this.maskUrlLink = url; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         goNext() { 
														 | 
														
														 | 
														
															         goNext() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            this.$router.push({ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                path: `/nft/${this.$route.query.nftProjectId}/${this.$route.query.account}/show`, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            }) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            this.reportSuccessClick() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            setTimeout(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                this.$router.push({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    path: `/nft/${this.$route.query.nftProjectId}/${this.$route.query.account}/show`, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            }, 300) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         pay(isReport = true) { 
														 | 
														
														 | 
														
															         pay(isReport = true) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (this.payDisabled || Number(this.usdAmountData.rechargeAmountValue) > 0) return; 
														 | 
														
														 | 
														
															             if (this.payDisabled || Number(this.usdAmountData.rechargeAmountValue) > 0) return; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -612,6 +623,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     } 
														 | 
														
														 | 
														
															                     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     // 购买成功 
														 | 
														
														 | 
														
															                     // 购买成功 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     this.step = 4; 
														 | 
														
														 | 
														
															                     this.step = 4; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    this.reportSuccessView(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } else { 
														 | 
														
														 | 
														
															                 } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     this.payError(code) 
														 | 
														
														 | 
														
															                     this.payError(code) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } 
														 | 
														
														 | 
														
															                 } 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -872,6 +884,33 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } 
														 | 
														
														 | 
														
															                 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }) 
														 | 
														
														 | 
														
															             }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        reportSuccessView() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            Report.log({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                pageSource: Report.pageSource.nftPurchaseSuccessPage, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                params: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    eventData: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        businessType: Report.businessType.pageView, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    extParams: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        userAgent: window.navigator.userAgent, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        reportSuccessClick() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            Report.log({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                pageSource: Report.pageSource.nftPurchaseSuccessPage, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                params: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    eventData: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        businessType: Report.businessType.buttonClick, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        objectType: Report.objectType.finishPurchaseButton, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    extParams: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        userAgent: window.navigator.userAgent, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </script> 
														 | 
														
														 | 
														
															 </script> 
														 |