Commit 2a996c1b by 周志凯

profile 文件

1 parent c20f319a
<template>
<view>
<headerComp :title="titleStr"></headerComp>
<view style="height: 25.36upx"></view>
<view class="prefix-elem"></view>
<view class="profile-item" @tap="switchConnect">
<span class="texts">切换服务器地址</span>
<img class="arrows" :src="rArrow" alt=""/>
......@@ -66,6 +66,9 @@
</script>
<style>
.prefix-elem {
height: 25.36upx;
}
.profile-item {
background: #FFFFFF;
position: relative;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!