|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
|
<header style="height: 60px"></header> |
|
|
|
|
|
|
|
|
|
<div class="wechat_tip_content" v-if="agent === 'wxandroid'"> |
|
|
|
|
<div class="wechat_tip_content" v-if="agent === 'wxandroid' || agent === 'wxapple'"> |
|
|
|
|
<div class="wechat_tip"> |
|
|
|
|
<i class="triangle-up"></i>请点击右上角<br>选择"浏览器中打开" |
|
|
|
|
</div> |
|
|
|
@ -53,7 +53,7 @@ |
|
|
|
|
|
|
|
|
|
<div id="actions" class="actions" v-if="agent !==''"> |
|
|
|
|
|
|
|
|
|
<button type="info" round v-if="agent === 'wxandroid'">不支持在微信内下载安装 |
|
|
|
|
<button type="info" round v-if="agent === 'wxandroid' || agent === 'wxapple'">不支持在微信内下载安装 |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
<button type="button" v-else-if="wrong">{{ msg }}</button> |
|
|
|
|