From f1e20feafa89c8d50af5e69c0333a9efc239ee49 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 01 四月 2024 14:09:11 +0800 Subject: [PATCH] 图书详情页bug修改,我的错题、收藏模式下答题卡添加题目类型,非单选题添加查看解析按钮 --- packagePersonal/pages/myOrder/index.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packagePersonal/pages/myOrder/index.js b/packagePersonal/pages/myOrder/index.js index 0559897..f89f220 100644 --- a/packagePersonal/pages/myOrder/index.js +++ b/packagePersonal/pages/myOrder/index.js @@ -40,7 +40,9 @@ isBackTop: false, setScrollValue: 0, skeletonLoding: true, - queryFilter: [] + queryFilter: [], + isPaySuccess: false, + isPayComplete: false, }, /** @@ -290,9 +292,7 @@ }, "complete": function (res) { if (res.errMsg == 'requestPayment:ok') { - that.setData({ - isPayComplete: true - }) + that.getDataList(false) } if (that.data.isPaySuccess && that.data.isPayComplete) { that.navToBack() -- Gitblit v1.9.1