邓雄飞 4 years ago
parent
commit
0a23f4be22
2 changed files with 2 additions and 2 deletions
  1. 2
      pages/add-account/index.vue
  2. 2
      pages/mine/index.vue

2
pages/add-account/index.vue

@ -38,7 +38,7 @@
v-model="form.name" v-model="form.name"
:inputBorder="false" :inputBorder="false"
text="right" text="right"
placeholder="请输入用户"
placeholder="请输入用户"
></qn-easyinput> ></qn-easyinput>
</view> </view>
</view> </view>

2
pages/mine/index.vue

@ -113,7 +113,7 @@
</view> </view>
</view> </view>
</view> </view>
<view @click="loginGo2('enterprise-info')">enterprise-info</view>
<!-- <view @click="loginGo2('enterprise-info')">enterprise-info</view> -->
</view> </view>
</template> </template>

Loading…
Cancel
Save