chenkainan 7 months ago
parent
commit
938be01e0e
  1. 2
      subPackages/order/detail.vue
  2. 3
      subPackages/order/trades.vue
  3. 2
      subPackages/user/travelerList.vue
  4. 2
      subPackages/venue/venueList.vue

2
subPackages/order/detail.vue

@ -417,7 +417,7 @@
<view class="consult-subtitle">服务时间周一至周五<br>8:30-11:3014:30-18:00</view>
<view class="consult-btns">
<view @click="$refs.popup.close()">取消</view>
<view @click="clickPhone('19941894602')">确定</view>
<view @click="clickPhone('18915532527')">确定</view>
</view>
</view>
</uni-popup>

3
subPackages/order/trades.vue

@ -426,7 +426,6 @@ view {
.common-type.active:after {
display: block;
width: 60%;
background-color: rgba(0, 215, 237, 1);
font-size: 0;
content: '1';
margin: auto;
@ -435,7 +434,7 @@ view {
right: 0;
bottom: 1rpx;
height: 4rpx;
background: #71B580;
background: #00AEA0;
border-radius: 2rpx;
}

2
subPackages/user/travelerList.vue

@ -225,7 +225,7 @@
span {
padding: 3rpx 9rpx;
background: #71B580;
background: #00AEA0;
border-radius: 7rpx;
font-weight: bold;
font-size: 24rpx;

2
subPackages/venue/venueList.vue

@ -3,7 +3,7 @@
<view class="search-box flex-center">
<view class="search flex-center">
<uni-icons type="search" size="25" color="#B3B3B3"></uni-icons>
<input type="text" @confirm="getList()" placeholder="搜索场馆" v-model="title" />
<input type="text" @confirm="list=[];getList()" placeholder="搜索场馆" v-model="title" />
</view>
</view>

Loading…
Cancel
Save