| | |
| | | <div>{{ userInfo.phone }}</div> |
| | | </div> |
| | | <div class="tui-rightsetting flex-center"> |
| | | <img src="@/assets/img/services.png" alt="" @click="$router.push('/webview?phone'+ userInfo.phone)" /> |
| | | <img src="@/assets/img/services.png" alt="" @click="$router.push('/webview?phone='+ userInfo.phone)" /> |
| | | <img src="@/assets/img/setting.png" alt="" @click="$router.push('/setting')" /> |
| | | </div> |
| | | </div> |
| | |
| | | <div> |
| | | <div class="text-xs">{{ $t("平仓盈亏") }}</div> |
| | | <div class="price" style="font-size: .3rem;"> |
| | | {{ moneyData.symbol }} {{ moneyData.cumulativeProfitAndLoss }} |
| | | {{ moneyData.symbol }}<span v-if="moneyData.isZf==1">-</span> {{ moneyData.cumulativeProfitAndLoss }} |
| | | </div> |
| | | </div> |
| | | </div> |