Commit 311c95f0 authored by youjie's avatar youjie

no message

parent 5fd7f784
......@@ -134,7 +134,7 @@
class="normalBtn"
value="查询"
/>
<input v-if="list&&list.length==0" type="button" @click="AddAccount" class="normalBtn" :value="$t('pub.addBtn')" />
<input type="button" @click="AddAccount" class="normalBtn" :value="$t('pub.addBtn')" />
</li>
</ul>
</div>
......@@ -268,7 +268,7 @@
methods: {
AddAccount(){
if(this.list&&this.list.length==1){
this.$message.info('已有账户')
this.$message.info('已有账户,试试编辑已有账户吧!')
return
}
this.outerVisible = true,
......
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