zhaoxiaohai пре 3 година
родитељ
комит
88db06de87
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 1 1
      pages/storeMessage/index.wxml
  2. 4 0
      pages/storeMessage/index.wxss

+ 1 - 1
pages/storeMessage/index.wxml

@@ -10,7 +10,7 @@
         </My_GreyRectangleForm>
 
         <My_GreyRectangleForm title="经营类目" required>
-            <view class="manage u-line-1" bindtap="showPop">{{showSaleprodclass}}</view>
+            <view class="manage u-line-1 {{showSaleprodclass==''?'ismanage':''}}" bindtap="showPop">{{showSaleprodclass==''?'点击选择':showSaleprodclass}}</view>
         </My_GreyRectangleForm>
 
         <My_GreyRectangleForm title="联系人" required>

+ 4 - 0
pages/storeMessage/index.wxss

@@ -8,4 +8,8 @@
     text-align: right;
     width: 380rpx;
     height: 100%;
+}
+
+.ismanage {
+    color: #E1E0E0;
 }