|
@@ -76,12 +76,12 @@
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <button class="s_item" open-type="share" @click="go('/pages/help/my')" hover-class="none">
|
|
|
+ <button class="s_item" open-type="share" hover-class="none">
|
|
|
<text class="icon ic" style="color: #f44336"></text>
|
|
|
<text class="title">分享应用</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</button>
|
|
|
- <button class="s_item" open-type="feedback" @click="go('/pages/help/my')">
|
|
|
+ <button class="s_item" open-type="feedback" hover-class="none">
|
|
|
<text class="icon ic" style="color: #4caf50"></text>
|
|
|
<text class="title">建议反馈</text>
|
|
|
<text class="icon arrow"></text>
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
padding-left: 15px;
|
|
|
.nickName {
|
|
|
padding-top: 5px;
|
|
|
- .relationship{
|
|
|
+ .relationship {
|
|
|
color: #7c7c7c;
|
|
|
font-size: 13px;
|
|
|
padding-left: 3px;
|