Prechádzať zdrojové kódy

commit -m 修改协销机构列表

zhengjinyi 2 rokov pred
rodič
commit
425c665ad9

+ 1 - 1
pages/login/binding.vue

@@ -55,7 +55,7 @@
 					<view class="form-label">机构地址</view>
 					<view class="form-input">{{ clubInfo.provincialAddress }}</view>		
 				</view>
-				<view class="main-form-item">
+				<view class="main-form-item none">
 					<view class="form-textarea">{{ clubInfo.address }}</view>		
 				</view>
 				<view class="main-form-item">

+ 19 - 1
pages/seller/club/list.vue

@@ -32,7 +32,7 @@
 						v-model="listQuery.name"
 						@input="onShowClose"
 						@confirm="GetSellerClubList()"
-						placeholder="机构名称/联系人"
+						placeholder="机构名称/联系人/手机号"
 						maxlength="16"
 						:style="{ lineHeight: capsule.height + 'px' }"
 					/>
@@ -96,6 +96,7 @@
 									"
 									mode=""
 								></image>
+								<text class="list-id">ID:{{ club.clubId }}</text>
 							</view>
 							<view class="list-content">
 								<view class="list-name">
@@ -642,11 +643,28 @@ page,
 				width: 140rpx;
 				height: 140rpx;
 				float: left;
+				position: relative;
 				image {
 					width: 140rpx;
 					height: 140rpx;
 					border-radius: 8rpx;
 				}
+				.list-id{
+					display: inline-block;
+					width: 100%;
+					height: 32rpx;
+					line-height: 32rpx;
+					background: rgba(0,0,0,0.1);
+					color: #333;
+					position: absolute;
+					top: 0;
+					left: 0;
+					box-sizing: border-box;
+					text-align: left;
+					font-size: 22rpx;
+					padding-left: 8rpx;
+					border-radius: 8rpx 8rpx 0 0;
+				}
 			}
 			.list-content {
 				width: 498rpx;

+ 5 - 4
pages/seller/login/register-member.vue

@@ -91,7 +91,7 @@
 					v-model="params.address"
 					placeholder="详细地址:如道路、门牌号、小区等"
 					placeholder-class="placeholder"
-					maxlength="35"
+					maxlength="500"
 					@input="onTextareaInput"
 					@blur="hideTextareaFocus"
 					:class="isShowInput ? '' : ''"
@@ -317,7 +317,7 @@
 				<view class="form-label">机构地址</view>
 				<view class="form-input">{{ clubInfo.provincialAddress }}</view>
 			</view>
-			<view class="main-form-item">
+			<view class="main-form-item none">
 				<view class="form-textarea">{{ clubInfo.address }}</view>
 			</view>
 			<view class="main-form-item">
@@ -952,14 +952,15 @@ page {
 				}
 			}
 			&.textarea {
-				height: 142rpx;
+				height: 200rpx;
 				.textarea {
 					width: 100%;
-					height: 142rpx;
+					height: 200rpx;
 					box-sizing: border-box;
 					font-size: $font-size-28;
 					color: $text-color;
 					z-index: 1;
+					overflow: hidden;
 				}
 				.textarea.hide {
 					opacity: 0;