fixing bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user