['解决冲突']
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
"path": "pages/equity/index",
|
||||
"name": "equity",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通证商城",
|
||||
"navigationBarTitleText": "通证商城 购你所想",
|
||||
"navigationBarTextStyle": "white",
|
||||
"app-plus":{
|
||||
"titleNView": {
|
||||
"backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)",
|
||||
"backgroundColor": "#7c52fc",
|
||||
"buttons": [{
|
||||
"text": "\ue603",
|
||||
"fontSrc":"/static/iconfont.ttf",
|
||||
|
||||
@@ -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>
|
||||
<!-- 优惠券 -->
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user