Explorar el Código

商户信息修改

zhaoxiaohai hace 3 años
padre
commit
88db06de87
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  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;
 }