tanxue 4 週間 前
コミット
f262b782e2
1 ファイル変更2 行追加2 行削除
  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>