提交
This commit is contained in:
@@ -478,8 +478,9 @@ export default {
|
||||
watch: {
|
||||
isDefaultCurrency: {
|
||||
immediate: true,
|
||||
handler(newRoute) {
|
||||
handler(newRoute) { console.log('this.isDefaultCurrency at line 482:', this.isDefaultCurrency)
|
||||
if (this.isDefaultCurrency) {
|
||||
|
||||
if (platform == "ios") {
|
||||
this.selectPayIndex = 0;
|
||||
} else {
|
||||
@@ -523,7 +524,7 @@ export default {
|
||||
goodsDataList: [],
|
||||
orderModalShowInfo: {},
|
||||
orderModalShow: false,
|
||||
payType: 2,
|
||||
payType: 1,
|
||||
freightNum: 0,
|
||||
addressData: {
|
||||
address: "",
|
||||
@@ -718,7 +719,7 @@ export default {
|
||||
},
|
||||
]
|
||||
this.selectPayIndex = 1;
|
||||
this.payType=2
|
||||
this.payType=1
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user