update
This commit is contained in:
@@ -12,8 +12,10 @@ export default {
|
||||
if (!UserStore.isLogin && window.location.href.indexOf('/pages/register/index') < 0 && window.location.href.indexOf('/pages/fastInput/index') < 0) {
|
||||
toPage('/pages/login/index');
|
||||
}
|
||||
if (UserStore.isLogin) {
|
||||
const SystemStore = useSystemStore();
|
||||
SystemStore.getMessageCount();
|
||||
}
|
||||
// #endif
|
||||
},
|
||||
onHide: function () {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<script setup>
|
||||
import {onMounted, reactive} from "vue";
|
||||
import XModal from "./XModal.vue";
|
||||
import XQrCode from "./XQrCode.vue";
|
||||
import Api from "../api/index.js";
|
||||
|
||||
const show = defineModel('show');
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<script setup>
|
||||
import {onMounted, reactive} from "vue";
|
||||
import Api from "../../api/index.js";
|
||||
|
||||
const list = ['简单做轻松赚', '我是大圆宝 已提现304.46元', '路马克 已提现858.37元', 'Rainy day 已提现1634.78元', '邀请好友,更多奖励', '0成本轻创业,有手就行', '无套路,没门槛', '一边带娃一边赚钱,方便省心~', '舍友同学都在用,提现快捷'];
|
||||
const list1 = reactive([]);
|
||||
|
||||
Reference in New Issue
Block a user