加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
QIQI 提交于 2024-05-23 15:00 . fix 优化好几个点
<script>
import {queryPublicKey} from '@/apis/index'
export default {
onLaunch() {
console.log('onLaunch-----');
try {
// queryPublicKey().then((result) => {
// // const cryptPhone = Encrypt.encrypt(res.data,result.data)
// const cryptPhone = result?.data || 'phone'
// uni.setStorageSync('h5EncryptPhone',cryptPhone)
// });
} catch (error) {
console.log('error: ', error);
}
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
@import './styles/quill/quill.bubble.css';
@import './styles/quill/quill.core.css';
@import './styles/quill/quill.snow.css';
page {
height: 100%;
background:rgba(251, 251, 251, 1);
line-break: anywhere;
}
uni-toast.uni-toast__content { font-size: 42rpx;}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化