页面源代码
<template>
<view class="version">
<u-popup v-model="show" mode="center" :mask-close-able="false">
<view class="upVersion">
<image class="top" src="../../static/icon/2.png" mode=""></image>
<view class="text">
<view class="til">版本升级</view>
<view class="cont">
<text>更新内容</text>
<text v-html="android.app_content"></text>
</view>
<view class="btn">
<u-button class="btn1" v-if="!upshow" @click="up">立即升级</u-button>
<u-li