fixing bug

This commit is contained in:
2020-09-09 17:21:33 +08:00
parent 45c087bf14
commit a9477b9657
5 changed files with 25 additions and 14 deletions

View File

@@ -15,6 +15,10 @@
<text class="tips" v-if="version" @click="updateVersion">发现新版本: {{ version }}</text>
<text class="tips" v-else>已是最新版本</text>
</view>
<view>
<text class="title">联系我们</text>
<text class="tips">0539-09875421</text>
</view>
</view>
</view>
</template>
@@ -96,7 +100,7 @@ export default {
}
.tips {
color: #999;
font-size: 22rpx;
font-size: 28rpx;
}
.version-view {
.tips {