修改更新

This commit is contained in:
YeMingfei666 2024-12-12 13:55:03 +08:00
parent 6fe850ed20
commit 0a27d79563
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<script> <script>
import config from '@/common/config.js'
export default { export default {
onLaunch: function() { onLaunch: function() {
let that = this let that = this
@ -468,6 +469,8 @@
content: res.des, content: res.des,
success: res => { success: res => {
if (res.confirm) { if (res.confirm) {
plus.runtime.openURL(config.APIHOST2+'/pages/login/appEq')
return
uni.showLoading({ uni.showLoading({
title: '下载中...', title: '下载中...',
mask: true mask: true
@ -528,6 +531,8 @@
content: res.des, content: res.des,
success: res => { success: res => {
if (res.confirm) { if (res.confirm) {
plus.runtime.openURL(config.APIHOST2+'/pages/login/appEq')
return
uni.showLoading({ uni.showLoading({
title: '下载中...', title: '下载中...',
mask: true mask: true