From 075dbbf854585a37a9af5cb7e93fea0654cbed26 Mon Sep 17 00:00:00 2001
From: gzy <1370682505@qq.com>
Date: Wed, 31 Jul 2024 09:21:30 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fuintAdmin/.env.development | 7 +-
fuintAdmin/.env.production | 4 +-
fuintAdmin/.env.staging | 4 +-
fuintAdmin/package.json | 2 +-
fuintAdmin/src/views/login.vue | 4 +-
fuintAdmin/vue.config.js | 2 +-
fuintUniapp/config.js | 3 +-
fuintUniapp/package.json | 2 +-
fuintUniapp/pages.json | 732 +++++++++++++++--------------
fuintUniapp/pages/goods/detail.vue | 4 +-
fuintUniapp/pages/index/index.vue | 22 +-
11 files changed, 405 insertions(+), 381 deletions(-)
diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development
index 82849da..b3e75d6 100644
--- a/fuintAdmin/.env.development
+++ b/fuintAdmin/.env.development
@@ -1,14 +1,15 @@
# 页面标题
-VUE_APP_TITLE = 会员演示营销管理系统
+VUE_APP_TITLE = 李学武牡丹瓷官方旗舰店
# 开发环境配置
ENV = 'development'
-# 会员演示营销系统/开发环境
+# 李学武牡丹瓷官方旗舰店/开发环境
VUE_APP_BASE_API = '/dev-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
-VUE_APP_SERVER_URL = 'http://127.0.0.1:8999/'
+#VUE_APP_SERVER_URL = 'http://127.0.0.1:8999/'
+VUE_APP_SERVER_URL = 'http://192.168.10.70:8999/'
diff --git a/fuintAdmin/.env.production b/fuintAdmin/.env.production
index 59433cb..a27ec9d 100644
--- a/fuintAdmin/.env.production
+++ b/fuintAdmin/.env.production
@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE = 会员演示营销管理系统
+VUE_APP_TITLE = 李学武牡丹瓷官方旗舰店
# 生产环境配置
ENV = 'production'
-# 会员演示营销系统/生产环境
+# 李学武牡丹瓷官方旗舰店/生产环境
VUE_APP_BASE_API = '/dev-api'
# 发布目录
diff --git a/fuintAdmin/.env.staging b/fuintAdmin/.env.staging
index 0818993..7fb6ded 100644
--- a/fuintAdmin/.env.staging
+++ b/fuintAdmin/.env.staging
@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE = 会员演示营销管理系统
+VUE_APP_TITLE = 李学武牡丹瓷官方旗舰店
# 测试环境配置
ENV = 'staging'
-# 会员演示营销系统/测试环境
+# 李学武牡丹瓷官方旗舰店/测试环境
VUE_APP_BASE_API = '/stage-api'
# 发布目录
diff --git a/fuintAdmin/package.json b/fuintAdmin/package.json
index d4801e2..0664d54 100644
--- a/fuintAdmin/package.json
+++ b/fuintAdmin/package.json
@@ -1,7 +1,7 @@
{
"name": "fuintAdmin",
"version": "3.0.3",
- "description": "会员演示营销系统后台管理端",
+ "description": "李学武牡丹瓷官方旗舰店",
"author": "FSQ",
"license": "MIT",
"scripts": {
diff --git a/fuintAdmin/src/views/login.vue b/fuintAdmin/src/views/login.vue
index 6de03cf..e3efb5f 100644
--- a/fuintAdmin/src/views/login.vue
+++ b/fuintAdmin/src/views/login.vue
@@ -65,7 +65,9 @@
-
Copyright © 2022-2024 演示 All Rights Reserved.
+
华码科技 © 2022-2024
+
+ All Rights Reserved.
diff --git a/fuintAdmin/vue.config.js b/fuintAdmin/vue.config.js
index 23c870b..e547703 100644
--- a/fuintAdmin/vue.config.js
+++ b/fuintAdmin/vue.config.js
@@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
-const name = process.env.VUE_APP_TITLE || '会员演示营销管理系统' // 网页标题
+const name = process.env.VUE_APP_TITLE || '李学武牡丹瓷官方旗舰店' // 网页标题
const port = process.env.port || process.env.npm_config_port || 81 // 端口
diff --git a/fuintUniapp/config.js b/fuintUniapp/config.js
index 60a029e..9696886 100644
--- a/fuintUniapp/config.js
+++ b/fuintUniapp/config.js
@@ -3,7 +3,8 @@ module.exports = {
name: '会员系统',
// 必填: 后端api地址, 斜杠/结尾
// apiUrl: 'http://192.168.1.103:8999/',
- apiUrl: 'http://192.168.10.31:8999/',//服务器
+ // apiUrl: 'http://192.168.10.31:8999/',//服务器
+ apiUrl: 'http://192.168.10.70:8999/',
// 必填: 默认商户号,从后台商户列表获取
merchantNo: '10001',
}
diff --git a/fuintUniapp/package.json b/fuintUniapp/package.json
index 9b59f52..24a969c 100644
--- a/fuintUniapp/package.json
+++ b/fuintUniapp/package.json
@@ -6,4 +6,4 @@
"keywords": [
"数字键盘、密码键盘、支付键盘"
]
-}
\ No newline at end of file
+}
diff --git a/fuintUniapp/pages.json b/fuintUniapp/pages.json
index 24f2708..14c045c 100644
--- a/fuintUniapp/pages.json
+++ b/fuintUniapp/pages.json
@@ -1,359 +1,375 @@
{
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#ff0000",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "fontSize":"30rpx",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home-active.png",
- "text": "首页"
- }, {
- "pagePath": "pages/category/index",
- "iconPath": "static/tabbar/shop.png",
- "selectedIconPath": "static/tabbar/shop-active.png",
- "text": "微店"
- },{
- "pagePath": "pages/user/index",
- "iconPath": "static/tabbar/user.png",
- "selectedIconPath": "static/tabbar/user-active.png",
- "text": "我的"
- }]
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#00acac",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/category/index",
- "style": {
- "navigationBarTitleText": "微店",
- "navigationBarBackgroundColor": "#00acac",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/cart/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "会员中心",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/user/setting",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/user/code",
- "style": {
- "navigationBarTitleText": "我的会员码"
- }
- },
- {
- "path": "pages/user/card",
- "style": {
- "navigationBarTitleText": "领取会员卡"
- }
- },
- {
- "path": "pages/user/password",
- "style": {
- "navigationBarTitleText": "我的密码"
- }
- },
- {
- "path": "pages/custom/index",
- "style": {
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/search/index",
- "style": {
- "navigationBarTitleText": "商品搜索"
- }
- },
- {
- "path": "pages/location/index",
- "style": {
- "navigationBarTitleText": "切换店铺"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "会员登录"
- }
- },
- {
- "path": "pages/login/auth",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },
- {
- "path": "pages/help/index",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- },
- {
- "path": "pages/coupon/list",
- "style": {
- "navigationBarTitleText": "领券中心"
- }
- },
- {
- "path": "pages/coupon/detail",
- "style": {
- "navigationBarTitleText": "优惠券详情"
- }
- },
- {
- "path": "pages/timer/detail",
- "style": {
- "navigationBarTitleText": "计次卡详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/prestore/buy",
- "style": {
- "navigationBarTitleText": "购买储值卡",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/prestore/detail",
- "style": {
- "navigationBarTitleText": "储值卡详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/confirm/doConfirm",
- "style": {
- "navigationBarTitleText": "核销确认"
- }
- },
- {
- "path": "pages/confirm/result",
- "style": {
- "navigationBarTitleText": "核销结果"
- }
- },
- {
- "path": "pages/goods/list",
- "style": {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/goods/detail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/my-coupon/index",
- "style": {
- "navigationBarTitleText": "我的卡券",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/address/index",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- {
- "path": "pages/address/create",
- "style": {
- "navigationBarTitleText": "新增收货地址"
- }
- },
- {
- "path": "pages/address/update",
- "style": {
- "navigationBarTitleText": "编辑收货地址"
- }
- },
- {
- "path": "pages/points/detail",
- "style": {
- "navigationBarTitleText": "积分明细"
- }
- },
- {
- "path": "pages/points/gift",
- "style": {
- "navigationBarTitleText": "积分转赠"
- }
- },
- {
- "path": "pages/give/index",
- "style": {
- "navigationBarTitleText": "转赠记录"
- }
- },
- {
- "path": "pages/wallet/index",
- "style": {
- "navigationBarTitleText": "我的余额"
- }
- },
- {
- "path": "pages/wallet/recharge/index",
- "style": {
- "navigationBarTitleText": "我要充值"
- }
- },
- {
- "path": "pages/wallet/recharge/order",
- "style": {
- "navigationBarTitleText": "充值记录"
- }
- },
- {
- "path": "pages/wallet/balance/log",
- "style": {
- "navigationBarTitleText": "账单详情"
- }
- },
- {
- "path": "pages/settlement/index",
- "style": {
- "navigationBarTitleText": "结算中心"
- }
- },
- {
- "path": "pages/settlement/goods",
- "style": {
- "navigationBarTitleText": "订单确认"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#00acac"
- }
- },
- {
- "path": "pages/order/result",
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- },
- {
- "path": "pages/refund/index",
- "style": {
- "navigationBarTitleText": "退换/售后"
- }
- },
- {
- "path": "pages/refund/detail",
- "style": {
- "navigationBarTitleText": "售后详情"
- }
- },
- {
- "path": "pages/refund/apply",
- "style": {
- "navigationBarTitleText": "申请售后"
- }
- },
- {
- "path": "pages/pay/index",
- "style": {
- "navigationBarTitleText": "向商家付款"
- }
- },
- {
- "path": "pages/pay/result",
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- },
- {
- "path": "pages/merchant/index",
- "style": {
- "navigationBarTitleText": "商家管理"
- }
- },
- {
- "path": "pages/pay/cashier",
- "style": {
- "navigationBarTitleText": "扫码收款"
- }
- },
- {
- "path": "pages/merchant/member/index",
- "style": {
- "navigationBarTitleText": "会员列表"
- }
- },
- {
- "path": "pages/merchant/order/index",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "pages/article/index",
- "style": {
- "navigationBarTitleText": "文章列表"
- }
- },
- {
- "path": "pages/article/detail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- },
- {
- "path": "pages/coupon/receive",
- "style": {
- "navigationBarTitleText": "卡券兑换"
- }
- }
- ],
- "globalStyle": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "backgroundTextStyle": "dark"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- }
- }
-}
+ "tabBar": {
+ "color": "#000000",
+ "selectedColor": "#ff0000",
+ "borderStyle": "black",
+ "backgroundColor": "#ffffff",
+ "fontSize": "30rpx",
+ "list": [
+ {
+ "pagePath": "pages/index/index",
+ "iconPath": "static/tabbar/home.png",
+ "selectedIconPath": "static/tabbar/home-active.png",
+ "text": "首页"
+ },
+ {
+ "pagePath": "pages/category/index",
+ "iconPath": "static/tabbar/shop.png",
+ "selectedIconPath": "static/tabbar/shop-active.png",
+ "text": "微店"
+ },
+ {
+ "pagePath": "pages/user/index",
+ "iconPath": "static/tabbar/user.png",
+ "selectedIconPath": "static/tabbar/user-active.png",
+ "text": "我的"
+ }
+ ]
+ },
+ "pages": [
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "首页",
+ "navigationBarBackgroundColor": "#00acac",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/category/index",
+ "style": {
+ "navigationBarTitleText": "微店",
+ "navigationBarBackgroundColor": "#00acac",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "pages/cart/index",
+ "style": {
+ "navigationBarTitleText": "购物车"
+ }
+ },
+ {
+ "path": "pages/user/index",
+ "style": {
+ "navigationBarTitleText": "会员中心",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/user/setting",
+ "style": {
+ "navigationBarTitleText": "个人信息"
+ }
+ },
+ {
+ "path": "pages/user/code",
+ "style": {
+ "navigationBarTitleText": "我的会员码"
+ }
+ },
+ {
+ "path": "pages/user/card",
+ "style": {
+ "navigationBarTitleText": "领取会员卡"
+ }
+ },
+ {
+ "path": "pages/user/password",
+ "style": {
+ "navigationBarTitleText": "我的密码"
+ }
+ },
+ {
+ "path": "pages/custom/index",
+ "style": {
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/search/index",
+ "style": {
+ "navigationBarTitleText": "商品搜索"
+ }
+ },
+ {
+ "path": "pages/location/index",
+ "style": {
+ "navigationBarTitleText": "切换店铺"
+ }
+ },
+ {
+ "path": "pages/login/index",
+ "style": {
+ "navigationBarTitleText": "会员登录"
+ }
+ },
+ {
+ "path": "pages/login/auth",
+ "style": {
+ "navigationBarTitleText": "授权登录"
+ }
+ },
+ {
+ "path": "pages/help/index",
+ "style": {
+ "navigationBarTitleText": "帮助中心"
+ }
+ },
+ {
+ "path": "pages/coupon/list",
+ "style": {
+ "navigationBarTitleText": "领券中心"
+ }
+ },
+ {
+ "path": "pages/coupon/detail",
+ "style": {
+ "navigationBarTitleText": "优惠券详情"
+ }
+ },
+ {
+ "path": "pages/timer/detail",
+ "style": {
+ "navigationBarTitleText": "计次卡详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/prestore/buy",
+ "style": {
+ "navigationBarTitleText": "购买储值卡",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/prestore/detail",
+ "style": {
+ "navigationBarTitleText": "储值卡详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/confirm/doConfirm",
+ "style": {
+ "navigationBarTitleText": "核销确认"
+ }
+ },
+ {
+ "path": "pages/confirm/result",
+ "style": {
+ "navigationBarTitleText": "核销结果"
+ }
+ },
+ {
+ "path": "pages/goods/list",
+ "style": {
+ "navigationBarTitleText": "商品列表",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/goods/detail",
+ "style": {
+ "navigationBarTitleText": "商品详情"
+ }
+ },
+ {
+ "path": "pages/my-coupon/index",
+ "style": {
+ "navigationBarTitleText": "我的卡券",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/address/index",
+ "style": {
+ "navigationBarTitleText": "收货地址"
+ }
+ },
+ {
+ "path": "pages/address/create",
+ "style": {
+ "navigationBarTitleText": "新增收货地址"
+ }
+ },
+ {
+ "path": "pages/address/update",
+ "style": {
+ "navigationBarTitleText": "编辑收货地址"
+ }
+ },
+ {
+ "path": "pages/points/detail",
+ "style": {
+ "navigationBarTitleText": "积分明细"
+ }
+ },
+ {
+ "path": "pages/points/gift",
+ "style": {
+ "navigationBarTitleText": "积分转赠"
+ }
+ },
+ {
+ "path": "pages/give/index",
+ "style": {
+ "navigationBarTitleText": "转赠记录"
+ }
+ },
+ {
+ "path": "pages/wallet/index",
+ "style": {
+ "navigationBarTitleText": "我的余额"
+ }
+ },
+ {
+ "path": "pages/wallet/recharge/index",
+ "style": {
+ "navigationBarTitleText": "我要充值"
+ }
+ },
+ {
+ "path": "pages/wallet/recharge/order",
+ "style": {
+ "navigationBarTitleText": "充值记录"
+ }
+ },
+ {
+ "path": "pages/wallet/balance/log",
+ "style": {
+ "navigationBarTitleText": "账单详情"
+ }
+ },
+ {
+ "path": "pages/settlement/index",
+ "style": {
+ "navigationBarTitleText": "结算中心"
+ }
+ },
+ {
+ "path": "pages/settlement/goods",
+ "style": {
+ "navigationBarTitleText": "订单确认"
+ }
+ },
+ {
+ "path": "pages/order/index",
+ "style": {
+ "navigationBarTitleText": "我的订单",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/order/detail",
+ "style": {
+ "navigationBarTitleText": "订单详情",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#00acac"
+ }
+ },
+ {
+ "path": "pages/order/result",
+ "style": {
+ "navigationBarTitleText": "支付结果"
+ }
+ },
+ {
+ "path": "pages/refund/index",
+ "style": {
+ "navigationBarTitleText": "退换/售后"
+ }
+ },
+ {
+ "path": "pages/refund/detail",
+ "style": {
+ "navigationBarTitleText": "售后详情"
+ }
+ },
+ {
+ "path": "pages/refund/apply",
+ "style": {
+ "navigationBarTitleText": "申请售后"
+ }
+ },
+ {
+ "path": "pages/pay/index",
+ "style": {
+ "navigationBarTitleText": "向商家付款"
+ }
+ },
+ {
+ "path": "pages/pay/result",
+ "style": {
+ "navigationBarTitleText": "支付结果"
+ }
+ },
+ {
+ "path": "pages/merchant/index",
+ "style": {
+ "navigationBarTitleText": "商家管理"
+ }
+ },
+ {
+ "path": "pages/pay/cashier",
+ "style": {
+ "navigationBarTitleText": "扫码收款"
+ }
+ },
+ {
+ "path": "pages/merchant/member/index",
+ "style": {
+ "navigationBarTitleText": "会员列表"
+ }
+ },
+ {
+ "path": "pages/merchant/order/index",
+ "style": {
+ "navigationBarTitleText": "订单列表"
+ }
+ },
+ {
+ "path": "pages/article/index",
+ "style": {
+ "navigationBarTitleText": "文章列表"
+ }
+ },
+ {
+ "path": "pages/article/detail",
+ "style": {
+ "navigationBarTitleText": "文章详情"
+ }
+ },
+ {
+ "path": "pages/coupon/receive",
+ "style": {
+ "navigationBarTitleText": "卡券兑换"
+ }
+ },
+ {
+ "path": "pages/companyInformation/companyInformation",
+ "style": {
+ "navigationBarTitleText": "公司信息"
+ }
+ },
+ {
+ "path": "pages/companyDetil/companyDetil",
+ "style": {
+ "navigationBarTitleText": "公司详情"
+ }
+ }
+ ],
+ "globalStyle": {
+ "navigationBarBackgroundColor": "#ffffff",
+ "navigationBarTitleText": "",
+ "navigationBarTextStyle": "black",
+ "backgroundTextStyle": "dark"
+ },
+ "easycom": {
+ "autoscan": true,
+ "custom": {
+ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
+ }
+ }
+}
\ No newline at end of file
diff --git a/fuintUniapp/pages/goods/detail.vue b/fuintUniapp/pages/goods/detail.vue
index c01abe4..d209432 100644
--- a/fuintUniapp/pages/goods/detail.vue
+++ b/fuintUniapp/pages/goods/detail.vue
@@ -104,9 +104,9 @@
联系电话:{{ storeList.phone }}
-
+
diff --git a/fuintUniapp/pages/index/index.vue b/fuintUniapp/pages/index/index.vue
index cf3615a..f2f1edd 100644
--- a/fuintUniapp/pages/index/index.vue
+++ b/fuintUniapp/pages/index/index.vue
@@ -15,15 +15,15 @@
-
+
-
+
+ -->
-
+
@@ -67,11 +67,15 @@
"background": "#ffffff",
},
"navBar": [{
- "imgUrl": "/static/nav/1.png",
+ // "imgUrl": "/static/nav/1.png",
+ "imgUrl": "/static/nav/gsxx.png",
"imgName": "icon-1.png",
- "linkUrl": "pages\/pay\/index",
- "text": "买单支付",
- "tip": "支付攒积分",
+ // "linkUrl": "pages\/pay\/index",
+ // "text": "买单支付",
+ "linkUrl": "pages\/companyInformation\/companyInformation",
+ "text": "公司信息",
+ // "tip": "支付攒积分",
+ "tip": "公司信息",
"color": "#666666"
}, {
"imgUrl": "/static/nav/3.png",
From 196e51f25dac33795c0933503e770905e57d6ad8 Mon Sep 17 00:00:00 2001
From: gzy <1370682505@qq.com>
Date: Wed, 31 Jul 2024 09:22:38 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fuintUniapp/api/indexDeil.js | 11 +
fuintUniapp/node_modules/.package-lock.json | 7 +
fuintUniapp/package-lock.json | 12 +
.../pages/companyDetil/companyDetil.vue | 80 +++++++
.../companyInformation/companyInformation.vue | 222 ++++++++++++++++++
fuintUniapp/static/nav/gsxx.png | Bin 0 -> 1616 bytes
6 files changed, 332 insertions(+)
create mode 100644 fuintUniapp/api/indexDeil.js
create mode 100644 fuintUniapp/node_modules/.package-lock.json
create mode 100644 fuintUniapp/package-lock.json
create mode 100644 fuintUniapp/pages/companyDetil/companyDetil.vue
create mode 100644 fuintUniapp/pages/companyInformation/companyInformation.vue
create mode 100644 fuintUniapp/static/nav/gsxx.png
diff --git a/fuintUniapp/api/indexDeil.js b/fuintUniapp/api/indexDeil.js
new file mode 100644
index 0000000..956d34a
--- /dev/null
+++ b/fuintUniapp/api/indexDeil.js
@@ -0,0 +1,11 @@
+import request from '@/utils/request'
+
+// api地址
+const api = {
+ list: 'clientApi/store/detail',
+}
+
+// 帮助中心列表
+export const listDetil = (param) => {
+ return request.get(api.list, param)
+}
diff --git a/fuintUniapp/node_modules/.package-lock.json b/fuintUniapp/node_modules/.package-lock.json
new file mode 100644
index 0000000..ecb0bd1
--- /dev/null
+++ b/fuintUniapp/node_modules/.package-lock.json
@@ -0,0 +1,7 @@
+{
+ "name": "身份证/数字键盘/密码键盘/支付键盘",
+ "version": "1.0.3",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {}
+}
diff --git a/fuintUniapp/package-lock.json b/fuintUniapp/package-lock.json
new file mode 100644
index 0000000..d79b43c
--- /dev/null
+++ b/fuintUniapp/package-lock.json
@@ -0,0 +1,12 @@
+{
+ "name": "身份证/数字键盘/密码键盘/支付键盘",
+ "version": "1.0.3",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "身份证/数字键盘/密码键盘/支付键盘",
+ "version": "1.0.3"
+ }
+ }
+}
diff --git a/fuintUniapp/pages/companyDetil/companyDetil.vue b/fuintUniapp/pages/companyDetil/companyDetil.vue
new file mode 100644
index 0000000..d47ee3b
--- /dev/null
+++ b/fuintUniapp/pages/companyDetil/companyDetil.vue
@@ -0,0 +1,80 @@
+
+
+
+
+ 公司简介
+
+ {{ list.name }}
+
+
+
+
+ 公司地址
+ {{ list.address }}
+
+
+ 联系电话
+ {{ list.phone }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/fuintUniapp/pages/companyInformation/companyInformation.vue b/fuintUniapp/pages/companyInformation/companyInformation.vue
new file mode 100644
index 0000000..34d4b32
--- /dev/null
+++ b/fuintUniapp/pages/companyInformation/companyInformation.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ 营业时间:{{ item.hours }}
+ {{ item.address }}
+ 联系电话:{{ item.phone }}
+
+
+ {{ parseFloat(item.distance).toFixed(1) }}公里
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fuintUniapp/static/nav/gsxx.png b/fuintUniapp/static/nav/gsxx.png
new file mode 100644
index 0000000000000000000000000000000000000000..3e17ce17b0b01d68402e9bfb9c5bfeb594361007
GIT binary patch
literal 1616
zcmaJpr<;3=PVDv-{8fwdXnS^E~hKKF{yG@9+Jk?)KZJue(wg
z0Q9}Ld-`LMt6ti8%-6Xce1!#s?Z1r$_%xc0@s~1v0LnL#Zh8Sm;P^(
zoF<8R`zgY(+RkDZSuuX|z$J_B^Y~1@3%Tm}P?jowS>*H_)0L^M@Wc|7eYQ{t>nTmp4-;zQ=hlY2LbH3BIrP+(g}lyME#R
zhN`vFKch&HR!WtLm2ZQ3+!R)BuFotzrJ-T+A(7ppkKO6nhK>%Itg!2GuG!!VBLBdl
zOGiGm#s{aHp0<6l?xO>I>lv?-of>o$-(N_$0Bc+dLc1<{_m}uGM1c$vc)k5)b^eRF
zGj9Uln{|oMW21`vqXowzm#I#=<6}5xDt6(arr^DqF3!#(f}~CVV(I(=
zzuRGs899r9s>C=5;PxsocWD(I)YfG&d~JNr$J~55VwgZ0$W8M
zb^Pg8g49$ccs{(;EDly}w+7PrC?B2zz`=9QyTmZ?^
z&xI|e6yc5Dg>z&OHUUU-lOv`VaV3bS7OK_iCCNgiip?A6+G=)Yt2xWs_CawA_rxN7
z&1A3k7xFM?KcA?Kk~zLBlu2t|nafqT_Ci)t(do#WP+I#zp#e;M2?p=B$cECoq6-8N
z3_+1qKrsQM+C)=Xy)o}8W6U^=MqLX37~`ZSeJ?84O^y&oUnuwEMsvb79wL=gBD87<
z32JpPn3{CQEg!6c!-&3+iD_gXu3VF$v(J#%>MK-|li9$eFmA%Yv=gBf-^6hRl#;TB
zw9_mb{ec&XyO@p++qZLeN;^F;ET91g`|)8!4en%%%ZoRYQ#Gx5jrOgZk;akZ3zNaW$@yrbzF(tDa%|hvjClhQql=GtU=~RaX~9FtHrEOjpdmV`>j+Sv
z9v7lOxbT~^|2Bcb9J~FX}3ax`RueYLKPfoH1LSp3F0P++TiwK7^9m1+W
zvN@mMp#glWrXYJLPY-3y0Ls#-%+!OD)!BR+Wc>8JWB~Wykwu6as;XXoHq;a&7QDUu
KJVkWInZE%u>&bKg
literal 0
HcmV?d00001