|
@@ -153,7 +153,7 @@ Page({
|
|
|
showClass: false,
|
|
|
showClassAfterLeave: false, // 离开后
|
|
|
buyerLoading: false,
|
|
|
- currentIndex: 1,
|
|
|
+ currentIndex: 0,
|
|
|
},
|
|
|
|
|
|
/**
|
|
@@ -389,6 +389,7 @@ Page({
|
|
|
onClose() {
|
|
|
this.setData({
|
|
|
popupShow: false,
|
|
|
+ currentIndex: 1,
|
|
|
userBeneficiaryId: '',
|
|
|
userBeneficiaryInfo: {
|
|
|
name: '',
|
|
@@ -451,7 +452,8 @@ Page({
|
|
|
url: `../orders/order-detail?orderInfo=${info}&userBeneficiaryId=${that.data.userBeneficiaryId}`,
|
|
|
success: () => {
|
|
|
that.setData({
|
|
|
- popupShow: false
|
|
|
+ popupShow: false,
|
|
|
+ currentIndex: 1,
|
|
|
})
|
|
|
}
|
|
|
})
|