Просмотр исходного кода

隐藏除第三方配送的其他方式

hulh 8 лет назад
Родитель
Сommit
8ea04ac428
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/webapp/resources/view/usercenter/forstore/order_pay.html

+ 2 - 2
src/main/webapp/resources/view/usercenter/forstore/order_pay.html

@@ -521,8 +521,8 @@
 							<span class="style01" style="width: 60%;">配送方式:
 							<span class="style01" style="width: 60%;">配送方式:
 								<select ng-if="order.status == 501" class="select" ng-switch="order.deliverytype" style="opacity: 1;" >
 								<select ng-if="order.status == 501" class="select" ng-switch="order.deliverytype" style="opacity: 1;" >
 									<option ng-switch-when="1301">第三方配送</option>
 									<option ng-switch-when="1301">第三方配送</option>
-									<option ng-switch-when="1301">卖家配送</option>
-									<option ng-switch-when="1301">上门自提</option>
+									<!--<option ng-switch-when="1301">卖家配送</option>-->
+									<!--<option ng-switch-when="1301">上门自提</option>-->
 									<!--<option ng-switch-when="1302">上门自提</option>-->
 									<!--<option ng-switch-when="1302">上门自提</option>-->
 								</select>
 								</select>
 								<em ng-if="order.status != 501">物流配送</em>
 								<em ng-if="order.status != 501">物流配送</em>