瀏覽代碼

样式修改

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
 				<icon class="apple-icon"></icon>apple
 			</view>
 			</view>
 
 
-			<view v-if="currentPlatform =='android'" class="open-svip-btn" @touchstart="creatOrder">立即支付
+			<view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder">立即支付
 			</view>
 			</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>
 				@touchstart="creatOrderIos">立即支付</view>
 		</view>
 		</view>
 		<detail-dialog ref="mallDetailPopup" :selected-list="getSelectedProducts"></detail-dialog>
 		<detail-dialog ref="mallDetailPopup" :selected-list="getSelectedProducts"></detail-dialog>