浏览代码

do not show launch options if unavailable

pull/13/head
Jonathan Cobb 4 年前
父节点
当前提交
8f25d189cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/account/NewNetworkPage.vue

+ 1
- 1
src/account/NewNetworkPage.vue 查看文件

@@ -74,7 +74,7 @@
<hr/>

</div>
<div v-else>
<div v-else-if="typeof accountPayMethods !== 'undefined' && accountPayMethods !== null && accountPayMethods.length > 0">
<form @submit.prevent="handleSubmit">

<div class="form-group">


正在加载...
取消
保存