Commit e9c753d7 authored by honghy's avatar honghy Committed by wux

个人信息调整

parent d5d69879
<template> <template>
<view> <view>
<dHeader :left-icon="!first" :title="first ? '个人信息填写' : $lang.lang.myInfo.info"></dHeader> <dHeader :left-icon="!first" :title="$lang.lang.myInfo.info"></dHeader>
<view class="start-bar"></view> <view class="start-bar"></view>
<view class="consultAdd"> <view class="consultAdd">
<view class="consult-item"> <view class="consult-item">
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</view> </view>
</view> </view>
<view class="consult-btn"> <view class="consult-btn">
<view class="" @click="submitForm">{{ first ? '完成' : $lang.lang.myInfo.edit }}</view> <view class="" @click="submitForm">{{ first ? $lang.lang.create.confirm : $lang.lang.myInfo.edit }}</view>
</view> </view>
</view> </view>
</template> </template>
......
...@@ -580,7 +580,7 @@ export default { ...@@ -580,7 +580,7 @@ export default {
loginOff() { loginOff() {
let that = this let that = this
uni.showModal({ uni.showModal({
title: '提示', title: that.$lang.lang.create.tips,
content: that.$lang.lang.site.logNotice, content: that.$lang.lang.site.logNotice,
success: function (res) { success: function (res) {
if (res.confirm) { if (res.confirm) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment