解决砍价页面未登录情况下,跳转登录页面无法回跳的问题

This commit is contained in:
Gaoxs
2020-09-19 16:55:50 +08:00
parent 6a33c4ec80
commit 5b8633f4b6
4 changed files with 20 additions and 25 deletions

View File

@ -2,7 +2,6 @@
import Vue from 'vue'
export default {
onLaunch: function() {
// debugger
const updateManager = uni.getUpdateManager()
updateManager.onCheckForUpdate(function (res) {
// 请求完新版本信息的回调