wzh преди 2 години
родител
ревизия
e21d775edb
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      pages/mine/index.vue
  2. 1 1
      pages/wifi/index.vue

+ 1 - 1
pages/mine/index.vue

@@ -25,7 +25,7 @@
         </view>
 
       </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 }}
       </view>
     </view>

+ 1 - 1
pages/wifi/index.vue

@@ -39,7 +39,7 @@
 
     </view>
     <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>
 
     </view>
     <u-picker @cancel="showWiftList=false" @confirm="chooseWifi"  :show="showWiftList" :columns="wifiList"></u-picker>