Explorar o código

Merge branch 'feature-wangcz-offline-pay-1103' into offline-1103

hulh %!s(int64=8) %!d(string=hai) anos
pai
achega
b3bb08e436

+ 11 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_transfer.html

@@ -291,6 +291,8 @@ table>tbody>tr>td .btn-primary {
 }
  .uploadImages {
      position:relative;
+	 width:100px;
+	 height:100px;
  }
  .delete{
     position: absolute;
@@ -476,6 +478,14 @@ table>tbody>tr>td .btn-primary {
 								</div>
 							</div>
 						</div>
+						<div ng-if="buyAccountInfos.length>1"
+							 class="pull-right action-tag">
+							<span role="button" ng-if="!buyExpose"
+								  ng-click="doExpose(true, true)"><i
+									class="fa fa-angle-double-down"></i>&nbsp;展开列表</span> <span
+								role="button" ng-if="buyExpose" ng-click="doExpose(false, true)"><i
+								class="fa fa-angle-double-up"></i>&nbsp;收起列表</span>
+						</div>
 					</div>
 				</div>
 				<div class="marginbot30">
@@ -488,8 +498,8 @@ table>tbody>tr>td .btn-primary {
                                 <span class="delete" ng-click="triggerDeleteTip(qType.businessLicense)" title="删除"><i class="fa fa-trash"></i></span>
                                 <a ng-click="showQualification(qualifications[qType.businessLicense], true)"><i class="fa fa-search"></i>查看</a>
                             </div>
-							<span class="help-block font-size-12 text-inverse">建议图片大小在3M以内,支持图片格式jpg、png、gif</span>
 						</div>
+						<span class="help-block font-size-12 text-inverse">建议图片大小在3M以内,支持图片格式jpg、png、gif</span>
 					</div>
 				</div>
 			</div>