['解决冲突']
This commit is contained in:
@@ -28,11 +28,11 @@
|
|||||||
"path": "pages/equity/index",
|
"path": "pages/equity/index",
|
||||||
"name": "equity",
|
"name": "equity",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "通证商城",
|
"navigationBarTitleText": "通证商城 购你所想",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"app-plus":{
|
"app-plus":{
|
||||||
"titleNView": {
|
"titleNView": {
|
||||||
"backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)",
|
"backgroundColor": "#7c52fc",
|
||||||
"buttons": [{
|
"buttons": [{
|
||||||
"text": "\ue603",
|
"text": "\ue603",
|
||||||
"fontSrc":"/static/iconfont.ttf",
|
"fontSrc":"/static/iconfont.ttf",
|
||||||
|
|||||||
@@ -52,15 +52,6 @@
|
|||||||
<view class="price"><text>¥</text>{{item.original_price}}</view>
|
<view class="price"><text>¥</text>{{item.original_price}}</view>
|
||||||
</view>
|
</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>
|
</view>
|
||||||
<!-- 优惠券 -->
|
<!-- 优惠券 -->
|
||||||
|
|||||||
@@ -50,7 +50,6 @@
|
|||||||
nameVal: '',
|
nameVal: '',
|
||||||
searchArr: [],
|
searchArr: [],
|
||||||
marketType: 'asc', // 排序
|
marketType: 'asc', // 排序
|
||||||
<<<<<<< HEAD
|
|
||||||
pvType:'asc',
|
pvType:'asc',
|
||||||
categoryArr: [], // 分类数组--企业
|
categoryArr: [], // 分类数组--企业
|
||||||
companyId: '', // 分类数组--企业id
|
companyId: '', // 分类数组--企业id
|
||||||
@@ -71,21 +70,11 @@
|
|||||||
let wechaUrl = '' // 定义接口来源名称
|
let wechaUrl = '' // 定义接口来源名称
|
||||||
if (this.searchType == '0') wechaUrl = 'mall/randgoods' //商品关键字
|
if (this.searchType == '0') wechaUrl = 'mall/randgoods' //商品关键字
|
||||||
if (this.searchType == '1') wechaUrl = 'companies/rand' //商品关键字
|
if (this.searchType == '1') wechaUrl = 'companies/rand' //商品关键字
|
||||||
randgoodsUrl(wechaUrl, {
|
|
||||||
=======
|
|
||||||
// 分页
|
|
||||||
pageStatus: '',
|
|
||||||
goodsPage: 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
onLoad() {
|
|
||||||
randgoodsUrl('mall/randgoods', {
|
randgoodsUrl('mall/randgoods', {
|
||||||
>>>>>>> 72a3d53a17d6eb8e9823c8383c6eb07b896d9c4a
|
|
||||||
type: 1
|
type: 1
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.nameVal = res.name
|
this.nameVal = res.name
|
||||||
})
|
})
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
// 企业分类数据
|
// 企业分类数据
|
||||||
if (this.searchType == '1') {
|
if (this.searchType == '1') {
|
||||||
@@ -93,9 +82,6 @@
|
|||||||
this.categoryArr = res
|
this.categoryArr = res
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 72a3d53a17d6eb8e9823c8383c6eb07b896d9c4a
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getShopSelf(){
|
getShopSelf(){
|
||||||
@@ -237,7 +223,7 @@
|
|||||||
font-size: $title-size-m;
|
font-size: $title-size-m;
|
||||||
color: $text-gray;
|
color: $text-gray;
|
||||||
.activess{
|
.activess{
|
||||||
color: $main-color;
|
color: $mian-color;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
width: 32rpx;
|
width: 32rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user