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