flat: 登陆对接,等待加密
This commit is contained in:
13
App.vue
13
App.vue
@@ -10,7 +10,7 @@ const appword = 'aKd20dbGdFvmuwrt'; // 固定值
|
|||||||
|
|
||||||
onLaunch((options) => {
|
onLaunch((options) => {
|
||||||
getUserInfo();
|
getUserInfo();
|
||||||
useUserStore().initSeesionId(); //更新
|
// useUserStore().initSeesionId(); //更新
|
||||||
useDictStore().getDictData();
|
useDictStore().getDictData();
|
||||||
// uni.hideTabBar();
|
// uni.hideTabBar();
|
||||||
// 登录
|
// 登录
|
||||||
@@ -28,14 +28,7 @@ onLaunch((options) => {
|
|||||||
// }
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {});
|
||||||
// #ifndef MP-WEIXIN
|
|
||||||
// appendScriptTagElement('https://qd.zhaopinzao8dian.com/file/csn/jweixin-1.4.0.js').then(() => {
|
|
||||||
// console.log('✅ 微信 JSSDK 加载完成');
|
|
||||||
// // signatureFn();
|
|
||||||
// });
|
|
||||||
// #endif
|
|
||||||
});
|
|
||||||
|
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
console.log('App Show');
|
console.log('App Show');
|
||||||
@@ -180,4 +173,4 @@ uni-modal,
|
|||||||
body {
|
body {
|
||||||
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ onLoad(() => {
|
|||||||
|
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
// 获取消息列表
|
// 获取消息列表
|
||||||
useReadMsg().fetchMessages();
|
// useReadMsg().fetchMessages();
|
||||||
});
|
});
|
||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
|
|||||||
Reference in New Issue
Block a user