@@ -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 = () => { |