fix
This commit is contained in:
1
.env.dev
1
.env.dev
@@ -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'
|
||||||
# 佩佩
|
# 佩佩
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user