@@ -25,7 +25,7 @@
</view>
- <view v-if="user != null" class="login-tip" style="text-align: center;">
+ <view v-if="user != null" class="login-tip" style="text-align: left;padding-left:164rpx">
{{ user.dept.deptName }}
@@ -39,7 +39,7 @@
<view style="margin:10px">
- <u-button text="开始配网" @click="doConnect" size="small" type="success"></u-button>
+ <u-button text="开始配网" @click="doConnect" size="small" type="primary"></u-button>
<u-picker @cancel="showWiftList=false" @confirm="chooseWifi" :show="showWiftList" :columns="wifiList"></u-picker>