tanxue před 4 týdny
rodič
revize
f262b782e2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      pages/mall/mallPage.vue

+ 2 - 2
pages/mall/mallPage.vue

@@ -95,9 +95,9 @@
 				<icon class="apple-icon"></icon>apple
 			</view>
 
-			<view v-if="currentPlatform =='android'" class="open-svip-btn" @touchstart="creatOrder">立即支付
+			<view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder">立即支付
 			</view>
-			<view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;" class="open-svip-btn"
+			<view v-if="currentPlatform =='ios'" class="pay-btn"
 				@touchstart="creatOrderIos">立即支付</view>
 		</view>
 		<detail-dialog ref="mallDetailPopup" :selected-list="getSelectedProducts"></detail-dialog>