@@ -514,6 +514,7 @@
<script>
$(window).bind("pageshow", function (event) {
if (event.originalEvent.persisted) {
+ sessionStorage.liveActiveCode_new = "";
window.location.reload();
}
});
@@ -687,6 +687,7 @@ func PayCancel(userId, product_type, entname string) bool {
})
if bl {
util.MsgRemind.Delete(qutil.IntAll(v["id"]))
+ util.ActiveMsgRemind.Delete(qutil.IntAll(v["id"]))
i++
@@ -92,7 +92,7 @@
"order_code":{{.T.order_code}}
},
success: function (data) {
- console.log(data)
+ // console.log(data)
appendList(data.list,data.order_money);