shish 8 месяцев назад
Родитель
Сommit
a8603b7369
2 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      ghsApp/src/admin/home/member.vue
  2. 3 3
      ghsApp/src/pagesClient/member/detail.vue

+ 1 - 1
ghsApp/src/admin/home/member.vue

@@ -53,7 +53,7 @@
                 <text v-if="Number(item.black)==2" style="color:red;font-weight:bold;margin-left:20upx;">黑名单</text>
                 <text v-if="Number(item.delStatus)==1" style="color:red;font-weight:bold;margin-left:20upx;">已删除</text>
 
-                <text v-if="item.distName!=''" style="color:#b9a5a5;font-weight:bold;margin-left:20upx;">{{ item.distName }}</text>
+                <text v-if="item.distName!=''" style="color:#ceb8b8;font-weight:bold;margin-left:20upx;">{{ item.distName }}</text>
 
               </div>
             </div>

+ 3 - 3
ghsApp/src/pagesClient/member/detail.vue

@@ -11,7 +11,7 @@
                       <text style="font-weight:bold;" @click="changeNameFn()">{{userInfo.name}}</text> <text @click="changeNameFn()" style="color:#3385ff;margin-left:32upx;font-size:30upx;">修改</text>
                   </view>
                   <view>{{userInfo.originName}}</view>
-                  <view style="font-size:30upx;">
+                  <view style="font-size:28upx;">
                     ID {{userInfo.sn}}
                     <text v-if="userInfo.overTimeUnExpend && userInfo.overTimeUnExpend == 10000" style="margin-left:40upx;color:green;font-weight:bold;">没有下过单</text>
                     <text v-if="userInfo.overTimeUnExpend && userInfo.overTimeUnExpend == 7" style="margin-left:40upx;color:green;font-weight:bold;">超1周未下单</text>
@@ -22,8 +22,8 @@
                     <text v-if="Number(userInfo.black)==2" style="color:red;font-weight:bold;margin-left:40upx;">黑名单</text>
                     <text v-if="Number(userInfo.delStatus)==1" style="color:red;font-weight:bold;margin-left:40upx;">已删除</text>
 
-                    <text v-if="userInfo.distName!=''" style="margin-left:40upx;color:#009688;" @click="openDistSelect">{{ userInfo.distName }}</text>
-                    <text v-else style="margin-left:40upx;color:#b9a5a5;" @click="openDistSelect">请设片区</text>
+                    <text v-if="userInfo.distName!=''" style="margin-left:40upx;color:#ceb8b8;" @click="openDistSelect">{{ userInfo.distName }}</text>
+                    <text v-else style="margin-left:40upx;color:#ceb8b8;" @click="openDistSelect">请设置片区</text>
                   </view>
                 </view>
             </view>