This commit is contained in:
X1627315083
2024-07-10 09:49:16 +08:00
parent 038275b454
commit 938a30cd72
4 changed files with 2 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ NODE_ENV = 'development'
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
VUE_APP_BASE_URL = 'https://api.aida.com.hk'
# VUE_APP_BASE_URL = 'http://192.168.1.9:17088' # VUE_APP_BASE_URL = 'http://192.168.1.9:17088'
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567' # VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
# 佩佩 # 佩佩

View File

@@ -474,7 +474,6 @@ export default defineComponent({
} }
}, },
computeZindex(resolve,prints){ computeZindex(resolve,prints){
console.log(prints);
prints.sort((a, b) => { prints.sort((a, b) => {
var a_num = a.priority; var a_num = a.priority;
var b_num = b.priority; var b_num = b.priority;

View File

@@ -475,7 +475,6 @@ export default defineComponent({
} }
}, },
computeZindex(resolve,prints){ computeZindex(resolve,prints){
console.log(prints);
prints.sort((a, b) => { prints.sort((a, b) => {
var a_num = a.priority; var a_num = a.priority;
var b_num = b.priority; var b_num = b.priority;

View File

@@ -242,7 +242,7 @@ export default defineComponent({
if(this.modeOfPayment == 'paypal'){ if(this.modeOfPayment == 'paypal'){
httpsUrl = Https.httpUrls.payPaypal+`/${this.price.num}?returnUrl=${url}` httpsUrl = Https.httpUrls.payPaypal+`/${this.price.num}?returnUrl=${url}`
}else{ }else{
httpsUrl = Https.httpUrls.payAlipayHK+`?amount=${this.price.num}&wallet=${this.modeOfPaymentDetail}` httpsUrl = Https.httpUrls.payAlipayHK+`/${this.modeOfPaymentDetail}/${this.price.num}`
} }
Https.axiosPost(httpsUrl).then( Https.axiosPost(httpsUrl).then(
(rv: any) => { (rv: any) => {