feat: 客服接入 订单问题修改

This commit is contained in:
2025-10-01 11:21:58 +08:00
parent ce63c1a954
commit 0efcd36aa7
9 changed files with 217 additions and 139 deletions

View File

@@ -1,17 +1,24 @@
import { Component, ReactNode } from "react";
import "./nutui-theme.scss";
import "./nutui-theme.scss";
import "./app.scss";
import "./scss/qweather-icons/qweather-icons.css";
import { useGlobalStore } from "./store/global";
import { removeStorage } from "./store/storage";
interface AppProps {
children: ReactNode;
}
function clearSpecStorage() {
removeStorage('list_reload_page_number')
removeStorage('backFlag')
}
class App extends Component<AppProps> {
onLaunch(options) {
console.log('launch options: ', options)
console.log("小程序启动,初始化逻辑写这里");
clearSpecStorage()
}
componentDidMount() {
@@ -20,9 +27,9 @@ class App extends Component<AppProps> {
// this.getLocation()
}
componentDidShow() {}
componentDidShow() { }
componentDidHide() {}
componentDidHide() { }