fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import UrlParamsHandler from "../../../utils/store";
|
||||
import { htmlToWxNodes } from "../../../utils/html-to-wx-nodes";
|
||||
import { request } from "../../../utils/request";
|
||||
import { version, appversion, appId } from "../../../env";
|
||||
import { appId } from "../../../env";
|
||||
import { receiveRedPacket } from "../../../utils/util";
|
||||
|
||||
const isMobileEnvironment = (): boolean => {
|
||||
@@ -313,9 +313,6 @@ Page({
|
||||
icon: "success",
|
||||
duration: 2000,
|
||||
});
|
||||
this.setData({
|
||||
showRedPackage: true,
|
||||
});
|
||||
}
|
||||
// if (pass) {
|
||||
// wx.showModal({
|
||||
|
||||
Reference in New Issue
Block a user