This commit is contained in:
cao123
2026-09-02 10:13:06 +08:00
parent 5ba02d0b84
commit 1033136997
+1 -4
View File
@@ -3,7 +3,7 @@
import UrlParamsHandler from "../../../utils/store"; import UrlParamsHandler from "../../../utils/store";
import { htmlToWxNodes } from "../../../utils/html-to-wx-nodes"; import { htmlToWxNodes } from "../../../utils/html-to-wx-nodes";
import { request } from "../../../utils/request"; import { request } from "../../../utils/request";
import { version, appversion, appId } from "../../../env"; import { appId } from "../../../env";
import { receiveRedPacket } from "../../../utils/util"; import { receiveRedPacket } from "../../../utils/util";
const isMobileEnvironment = (): boolean => { const isMobileEnvironment = (): boolean => {
@@ -313,9 +313,6 @@ Page({
icon: "success", icon: "success",
duration: 2000, duration: 2000,
}); });
this.setData({
showRedPackage: true,
});
} }
// if (pass) { // if (pass) {
// wx.showModal({ // wx.showModal({