|
@@ -6,7 +6,7 @@
|
|
|
<view class="header-info">
|
|
|
<text class="info-name">{{ userInfo.nickName }}</text>
|
|
|
<text class="info-id">ID: {{ data.volunteerId }}</text>
|
|
|
- <text class="info-edit" @click="handLsetTing">设置> </text>
|
|
|
+ <text class="info-edit" @click="handLsetTing" v-if="userType == 1">设置> </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|