Browse Source

合并冲突

zyh
Gao xiaosong 4 years ago
parent
commit
43ac4aaab9
  1. 11
      assets/css/style.css
  2. 14
      assets/css/style.less
  3. 5
      pages/activity/GroupRule/index.vue
  4. 4
      pages/order/Logistics/index.vue

11
assets/css/style.css

@ -1879,7 +1879,11 @@ page {
height: 100%; height: 100%;
} }
.shoppingCart .list { .shoppingCart .list {
<<<<<<< HEAD
margin-top: 76rpx; margin-top: 76rpx;
=======
margin-top: 80rpx;
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
} }
.shoppingCart .list .item { .shoppingCart .list .item {
padding: 25rpx 30rpx; padding: 25rpx 30rpx;
@ -6871,8 +6875,8 @@ page {
right: 0; right: 0;
top: 0; top: 0;
/* #ifdef H5 */ /* #ifdef H5 */
top: -webkit-calc(44px + env(safe-area-inset-top)); top: -webkit-calc(0 + env(safe-area-inset-top));
top: calc(44px + env(safe-area-inset-top)); top: calc(0 + env(safe-area-inset-top));
/* #endif */ /* #endif */
z-index: 9; z-index: 9;
} }
@ -6916,8 +6920,6 @@ page {
overflow-x: hidden; overflow-x: hidden;
overflow-scrolling: touch; overflow-scrolling: touch;
/* #ifdef H5 */ /* #ifdef H5 */
top: -webkit-calc(44px + env(safe-area-inset-top) + 88rpx);
top: calc(44px + env(safe-area-inset-top) + 88rpx);
/* #endif */ /* #endif */
} }
.productSort .aside .item { .productSort .aside .item {
@ -6937,7 +6939,6 @@ page {
.productSort .conter { .productSort .conter {
margin-left: 180rpx; margin-left: 180rpx;
padding: 0 14rpx; padding: 0 14rpx;
margin-top: 96rpx;
} }
.productSort .conter .listw { .productSort .conter .listw {
padding-top: 20rpx; padding-top: 20rpx;

14
assets/css/style.less

@ -2005,7 +2005,11 @@ page {
z-index: 5; z-index: 5;
top: 0; top: 0;
/* #ifdef H5 */ /* #ifdef H5 */
<<<<<<< HEAD
// top: calc(44px + env(safe-area-inset-top)); // top: calc(44px + env(safe-area-inset-top));
=======
// top: calc(0 + env(safe-area-inset-top));
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
/* #endif */ /* #endif */
} }
@ -2059,7 +2063,11 @@ page {
} }
.shoppingCart .list { .shoppingCart .list {
<<<<<<< HEAD
margin-top: 76rpx; margin-top: 76rpx;
=======
margin-top: .8 * 100rpx;
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
} }
.shoppingCart .list .item { .shoppingCart .list .item {
@ -7576,7 +7584,7 @@ page {
top: 0; top: 0;
/* #ifdef H5 */ /* #ifdef H5 */
top: calc(44px + env(safe-area-inset-top)); top: calc(0 + env(safe-area-inset-top));
/* #endif */ /* #endif */
z-index: 9; z-index: 9;
// border-bottom: 1px solid #555; // border-bottom: 1px solid #555;
@ -7617,7 +7625,7 @@ page {
overflow-scrolling: touch; overflow-scrolling: touch;
/* #ifdef H5 */ /* #ifdef H5 */
top: calc(44px + env(safe-area-inset-top) + 88rpx); // top: calc(0 + env(safe-area-inset-top) + 88rpx);
/* #endif */ /* #endif */
} }
@ -7640,7 +7648,7 @@ page {
.productSort .conter { .productSort .conter {
margin-left: 1.8 * 100rpx; margin-left: 1.8 * 100rpx;
padding: 0 0.14 * 100rpx; padding: 0 0.14 * 100rpx;
margin-top: 0.96 * 100rpx; // margin-top: 0.96 * 100rpx;
} }
.productSort .conter .listw { .productSort .conter .listw {

5
pages/activity/GroupRule/index.vue

@ -42,8 +42,13 @@
</view> </view>
<!-- <view class="tui-nickname">不许人间见白头</view> --> <!-- <view class="tui-nickname">不许人间见白头</view> -->
</view> </view>
<<<<<<< HEAD
<view class="tui-user__item" v-for="(item, index) in Array(storeCombination.people - 1)" :key="index"> <view class="tui-user__item" v-for="(item, index) in Array(storeCombination.people - 1)" :key="index">
<view class="tui-avatar__box tui-size" v-if="pinkAll[i]"><image class="tui-size" :src="pinkAll[i].avatar"></image></view> <view class="tui-avatar__box tui-size" v-if="pinkAll[i]"><image class="tui-size" :src="pinkAll[i].avatar"></image></view>
=======
<view class="tui-user__item" v-for="(item, index) in Array(storeCombination.people-1)" :key="index">
<view class="tui-avatar__box tui-size" v-if="pinkAll[index]"><image class="tui-size" :src="pinkAll[index].avatar"></image></view>
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
<view class="tui-avatar__box tui-user__none" v-else><image class="tui-size" :src="`${$VUE_APP_RESOURCES_URL}/images/vacancy.png`"></image></view> <view class="tui-avatar__box tui-user__none" v-else><image class="tui-size" :src="`${$VUE_APP_RESOURCES_URL}/images/vacancy.png`"></image></view>
<!-- <view class="tui-nickname">小可爱本人</view> --> <!-- <view class="tui-nickname">小可爱本人</view> -->
</view> </view>

4
pages/order/Logistics/index.vue

@ -135,7 +135,11 @@ export default {
} }
express(params) express(params)
.then(res => { .then(res => {
<<<<<<< HEAD
this.logisticsList = res.data.traces.reverse() this.logisticsList = res.data.traces.reverse()
=======
this.logisticsList = res.data.Traces.reverse();
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
}) })
.catch(err => { .catch(err => {
uni.showToast({ uni.showToast({

Loading…
Cancel
Save