代码拉取完成,页面将自动刷新
<!--
* @Description:
* @Author: FangYaoTang
* @Date: 2023-08-16 08:57:26
* @LastEditor: FangYaoTang
* @LastEditTime: 2023-09-08 11:22:45
* @Copyright: by 南阳迈特网络科技有限公司 禁止任何形式(包含二次开发)转售系统源码,违者必究。
-->
<script>
// #ifdef APP-PLUS
const request = require('./common/request/index').default
const utils = require('./common/utils/index.js').default
import checkappupdate from '@/common/utils/checkappupdate.js'
import api from '@/common/request/api.js'
// #endif
import {imgAxios} from "@/components/jqueryImg.js"
import { mapState, mapGetters, mapMutations, mapActions } from "vuex"
export default {
globalData:{
status:1,
isColor:'',
isBgColor:''
},
async onLaunch(options) {
let that = this
//做img接口请求
console.log("App Launch");
// 保存分享参数(H5、小程序)
options.query.scene && this.setShare({ spm: options.query.scene })
// 获取配置信息
await this.getConfigInfo()
// #ifdef APP-PLUS
// nvue变量
this.request = request
this.utils = utils
plus.screen.lockOrientation('portrait-primary'); // 锁定竖屏模式
// app版本检测
checkappupdate.check({
api: this.$BASE_URL + api.common.update.url
})
// #endif
// #ifdef H5
// 非微信浏览器拦截
// const useragent = navigator.userAgent
// if (useragent.match(/MicroMessenger/i) != 'MicroMessenger') {
// window.location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=888"
// }
// #endif
// #ifdef MP-WEIXIN
// 朋友圈场景
if(options.scene === 1155) {
if(options.path != 'pages/home/index') {
uni.switchTab({
url: '/pages/home/index'
})
}
}
// 小程序更新
const updateManager = uni.getUpdateManager()
// #endif
that.$isResolve()
},
async onShow() {
// #ifdef H5
imgAxios().then(res=>{
})
// #endif
//小程序自动登陆
this.isLogin()
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
methods: {
async isLogin(){
// #ifdef H5
console.log('进入')
const obj = {
host: this.$WXOA_CALLBACK,
event: 'login',
};
const payload = encodeURIComponent(JSON.stringify(obj));
const redirect_uri = encodeURIComponent(`${this.$BASE_URL}/addons/drama/user/wxOfficialAccountOauth/sign/${this.$SIGN}?payload=${payload}`);
const oauthUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${this.$store.state.app.appid}&redirect_uri=${redirect_uri}&response_type=code&scope=snsapi_userinfo&state=1`
const page = getCurrentPages();
const prevPage = page[page.length - 2]
const lastPage = prevPage.__page__.fullPath
uni.setStorageSync("lastPage", lastPage);
window.location.href = oauthUrl;
// #endif
},
...mapActions("user", ["getUserInfo"]),
...mapActions("app", ["getConfigInfo"]),
...mapMutations("app", ["setShare"])
},
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "@/uview-ui/index.scss";
@import "@/common/style/style.scss";
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。