소스 검색

提交

yxb
DESKTOP-2IO5MST\huting 1 년 전
부모
커밋
3d2f929a37
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      subpackage/after-sale/activation/activate.vue

+ 5
- 2
subpackage/after-sale/activation/activate.vue 파일 보기

@@ -82,7 +82,8 @@
id: "",
cardStatus: "",
obuStatus: "",
isSuccess: false //是否激活成功
isSuccess: false, //是否激活成功
showPopup: false
})
onLoad(() => {
//读取传入 存储的数据orderInfo
@@ -824,7 +825,9 @@
}
})
msg("激活成功")
state.showPopup = true
state.isSuccess = true

// #endif

DataSynchronizationRequest();
@@ -848,7 +851,7 @@
showLoading: true,
};
request(IFCODE.DataSynchronizationApi, options).then((res) => {
const data = stringToJson(res.bizContent);
uni.hideLoading()
})
}
const back = () => {

Loading…
취소
저장