|
@@ -43,12 +43,12 @@
|
|
|
<div>
|
|
|
<van-field class="relationClass" v-model="cofficentForm.phone" :placeholder="$t('user.phoneNumberPlace')">
|
|
|
<template #button>
|
|
|
- <van-button type="primary" @click="mailboxChg(cofficentForm.phone, 1)" size="small" >{{ $t("user.confirmLog") }}
|
|
|
+ <van-button type="primary" @click="mailboxChg(cofficentForm.phone, 1)" size="small" >确定
|
|
|
</van-button>
|
|
|
</template>
|
|
|
</van-field>
|
|
|
</div>
|
|
|
- <van-icon name="edit" class="editIcon" @click="editClk(1)" />
|
|
|
+ <van-icon name="close" class="editIcon" @click="editClk(1)" />
|
|
|
</div>
|
|
|
<div v-else class="userInfo l-flex-between">
|
|
|
<span class="userInfoLeft">{{ $t("user.phoneNumber") }}: </span>
|
|
@@ -60,18 +60,20 @@
|
|
|
<span class="userInfoLeft">{{ $t("user.mailbox") }}: </span>
|
|
|
<div>
|
|
|
<van-field class="relationClass" v-model="cofficentForm.mailBox" :placeholder="$t('user.mailboxPlace')">
|
|
|
+ <!-- 邮箱修改按钮 -->
|
|
|
<template #button>
|
|
|
<van-button type="primary" @click="mailboxChg(cofficentForm.mailBox, 2)" size="small">{{ $t("user.confirmLog") }}
|
|
|
</van-button>
|
|
|
</template>
|
|
|
</van-field>
|
|
|
</div>
|
|
|
- <van-icon name="edit" class="editIcon" @click="editClk(2)" />
|
|
|
+ <van-icon name="close" class="editIcon" @click="editClk(2)" />
|
|
|
</div>
|
|
|
<div v-else class="userInfo l-flex-between">
|
|
|
<span class="userInfoLeft">{{ $t("user.mailbox") }}: </span>
|
|
|
<span>{{ accountDetail.email }}</span>
|
|
|
- <van-icon name="edit" class="editIcon" @click="editClk(2)" />
|
|
|
+ <!-- 编辑按钮 -->
|
|
|
+ <!-- <van-icon name="edit" class="editIcon" @click="editClk(2)" /> -->
|
|
|
</div>
|
|
|
|
|
|
<!-- 支付宝账号 payeeCode -->
|