fix
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user