diff --git a/pages.json b/pages.json
index ffdd56b..ebf973a 100644
--- a/pages.json
+++ b/pages.json
@@ -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",
diff --git a/pages/equity/index.vue b/pages/equity/index.vue
index b36009f..13444d3 100644
--- a/pages/equity/index.vue
+++ b/pages/equity/index.vue
@@ -52,15 +52,6 @@
¥{{item.original_price}}
- ¥{{position.one.original_price}}
- {{position.one.specal_tags.is_self}}
-
-
-
-
- {{item.name}}
- ¥{{item.original_price}}
-
diff --git a/pages/equity/search.vue b/pages/equity/search.vue
index a70ffba..ff42ffd 100644
--- a/pages/equity/search.vue
+++ b/pages/equity/search.vue
@@ -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;