Style:图标更换
This commit is contained in:
@@ -43,8 +43,18 @@
|
||||
<view class="verify-title v12-font-28 v12-primary-text">核销码:{{orderInfo.verifyCode}}</view>
|
||||
<image class="qr-code" :src="orderInfo.verifyQrCode" mode="aspectFit"></image>
|
||||
<view class="contact-buttons">
|
||||
<button class="contact-btn merchant-phone" @click="showPhoneDialog('phone')">商家电话</button>
|
||||
<button class="contact-btn merchant-wechat" @click="showPhoneDialog('wechat')">商家微信</button>
|
||||
<button class="contact-btn merchant-phone" @click="showPhoneDialog('phone')">
|
||||
<view>
|
||||
<u-icon :name="webUrl + '/home/pho.png'" size="18"></u-icon>
|
||||
</view>
|
||||
<view>商家电话</view>
|
||||
</button>
|
||||
<button class="contact-btn merchant-wechat" @click="showPhoneDialog('wechat')">
|
||||
<view>
|
||||
<u-icon :name="webUrl + '/home/wx.png'" size="18"></u-icon>
|
||||
</view>
|
||||
<view>商家微信</view>
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -139,7 +149,12 @@
|
||||
|
||||
<!-- 底部按钮 -->
|
||||
<view class="bottom-buttons">
|
||||
<button class="btn customer-service" @click="showPhoneDialog('company')">平台客服</button>
|
||||
<button class="btn customer-service" @click="showPhoneDialog('company')">
|
||||
<view>
|
||||
<u-icon name="account" size="20"></u-icon>
|
||||
</view>
|
||||
<view>平台客服</view>
|
||||
</button>
|
||||
<view class="v12-align-center" v-if="orderInfo._status && ['1','2'].includes(orderInfo._status._type)">
|
||||
<button class="btn v12-primary-border v12-primary-text modify-time" @click="modifyStayTime">修改入住时间</button>
|
||||
<button class="btn v12-primary-border v12-primary-text refund" @click="applyRefund">申请退款</button>
|
||||
@@ -485,11 +500,13 @@ export default {
|
||||
margin-top: 30rpx;
|
||||
.contact-btn {
|
||||
margin: 0 20rpx;
|
||||
padding: 0 40rpx;
|
||||
padding: 0 20rpx;
|
||||
border-radius: 40rpx;
|
||||
font-size: 28rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&.merchant-phone {
|
||||
background-color: #fff;
|
||||
border: 2rpx solid #333;
|
||||
@@ -560,6 +577,8 @@ export default {
|
||||
background-color: #fff;
|
||||
border: 2rpx solid #333;
|
||||
color: #333;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
&.modify-time {
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user