filecache

This commit is contained in:
cansnow
2025-12-27 07:08:30 +08:00
parent 974d149d25
commit 09c7889525
54 changed files with 10485 additions and 164 deletions
+5 -3
View File
@@ -2,7 +2,7 @@
<view class="page_container">
<view class="login">
<view class="logo">
<img src="static/images/about_logo.png" alt="" />
<img :src="cdn(config.app_logo)" alt="" />
<view class="title">欢迎使用{{ config.name }}</view>
</view>
<u-tabs v-if="1 == 2" :list="list" :current="active" @click="click"></u-tabs>
@@ -67,6 +67,7 @@ import AreaPicker from "@/components/AreaPicker";
import { checkLoginError } from "@/util/common";
import { SmsUserFor } from "@/constant";
import IMSDK from "openim-uniapp-polyfill";
import util from "@/util/index.js"
let timer;
@@ -119,6 +120,7 @@ export default {
this.init();
},
methods: {
...util,
click({ index }) {
this.active = index;
},
@@ -148,7 +150,7 @@ export default {
this.eying = !this.eying;
},
toRegisterOrForget(isRegister) {
uni.$u.route("/pages/login/common/index", {
uni.$u.route("/pages/common/login/index", {
isRegister,
});
},
@@ -279,7 +281,7 @@ export default {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
align-items: center;
img {
width: 160rpx;