修改更新
This commit is contained in:
5
App.vue
5
App.vue
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user