瀏覽代碼

提交

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…
取消
儲存