From b0577347661c661478c6446ab445b1a7ed97e124 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Sat, 1 Jun 2024 11:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 41 ++++++++++------------ pages/goods/detail.vue | 78 ++++++++++++++++++++++++++++++++++++++++-- pages/goods/list.vue | 2 +- pages/index/index.vue | 65 ++++++++++++++++++++++------------- pages/search/index.vue | 4 +-- 5 files changed, 139 insertions(+), 51 deletions(-) diff --git a/pages.json b/pages.json index bf6bfa2..ca02aa9 100644 --- a/pages.json +++ b/pages.json @@ -15,10 +15,10 @@ "selectedIconPath": "static/tabbar/cate-active.png", "text": "分类" }, { - "pagePath": "pages/shopList/index", - "iconPath": "static/tabbar/shop.png", - "selectedIconPath": "static/tabbar/shop-active.png", - "text": "商户" + "pagePath": "pages/serve/index", + "iconPath": "static/tabbar/serve.png", + "selectedIconPath": "static/tabbar/serve-active.png", + "text": "服务" }, { "pagePath": "pages/cart/index", "iconPath": "static/tabbar/cart.png", @@ -40,6 +40,13 @@ "navigationStyle": "custom" } }, + { + "path": "pages/serve/index", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "服务" + } + }, { "path": "pages/category/index", "style": { @@ -64,6 +71,13 @@ } } }, + { + "path": "pages/serve/install", + "style": { + "enablePullDownRefresh": false, + "navigationBarTitleText": "安装报修" + } + }, { "path": "pages/member/index", "style": { @@ -812,25 +826,6 @@ } ] }, - { - "root": "pages/serve/", - "pages": [ - { - "path": "index", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "服务" - } - }, - { - "path": "install", - "style": { - "enablePullDownRefresh": false, - "navigationBarTitleText": "安装报修" - } - } - ] - }, { "root": "pages/wallet/", "pages": [ diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index 9e67ee9..ef62ebb 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -136,6 +136,18 @@ + + + + + 啊是巨大手机打开拉萨的领导可口可乐爱神的箭卡的黄金卡上的卡号的 + + + + 自营 + + + 已选 @@ -529,6 +541,13 @@ } } }, + computed: { + storeVersion() { + const version = uni.getStorageSync('storeVersion') == 1 ? 1 : 0; + console.log(version); + return version; + } + }, onLoad(options) { console.log(options) const that = this; @@ -1161,6 +1180,11 @@ this.showGoodsPosterPopup = true; } }, + toShop() { + uni.navigateTo({ + url: `/pages/shopList/shopPage?id=${this.goods.merchant_id}`, + }) + }, }, /** * 分享当前页面 @@ -1189,7 +1213,7 @@ imageUrl: app.goods.goods_image, path: `/pages/goods/detail?${params}` } - } + }, }