['解决冲突']

This commit is contained in:
2021-11-03 19:00:38 +08:00
parent 87b8fe22d0
commit 3e22daa807
3 changed files with 3 additions and 26 deletions

View File

@@ -52,15 +52,6 @@
<view class="price"><text>¥</text>{{item.original_price}}</view>
</view>
</view>
<view class="price"><text>¥</text>{{position.one.original_price}}</view>
<span class='is_self' v-if='position.one.specal_tags.is_self'>{{position.one.specal_tags.is_self}}</span>
</view>
<view class="itme">
<view class="itme-list" v-for="(item, index) in position.two" :key="index" @click="onGoods(item)">
<image class="cover" :src="item.cover" mode="aspectFill"></image>
<view class="title">{{item.name}}</view>
<view class="price"><text>¥</text>{{item.original_price}}</view>
</view>
</view>
</view>
<!-- 优惠券 -->

View File

@@ -50,7 +50,6 @@
nameVal: '',
searchArr: [],
marketType: 'asc', // 排序
<<<<<<< HEAD
pvType:'asc',
categoryArr: [], // 分类数组--企业
companyId: '', // 分类数组--企业id
@@ -71,21 +70,11 @@
let wechaUrl = '' // 定义接口来源名称
if (this.searchType == '0') wechaUrl = 'mall/randgoods' //商品关键字
if (this.searchType == '1') wechaUrl = 'companies/rand' //商品关键字
randgoodsUrl(wechaUrl, {
=======
// 分页
pageStatus: '',
goodsPage: 1
}
},
onLoad() {
randgoodsUrl('mall/randgoods', {
>>>>>>> 72a3d53a17d6eb8e9823c8383c6eb07b896d9c4a
type: 1
}).then(res => {
this.nameVal = res.name
})
<<<<<<< HEAD
// 企业分类数据
if (this.searchType == '1') {
@@ -93,9 +82,6 @@
this.categoryArr = res
})
}
=======
>>>>>>> 72a3d53a17d6eb8e9823c8383c6eb07b896d9c4a
},
methods: {
getShopSelf(){
@@ -237,7 +223,7 @@
font-size: $title-size-m;
color: $text-gray;
.activess{
color: $main-color;
color: $mian-color;
}
.icon {
width: 32rpx;