diff --git a/mall4uni/.env.development b/mall4uni/.env.development index d881040..71f8f7f 100644 --- a/mall4uni/.env.development +++ b/mall4uni/.env.development @@ -10,7 +10,7 @@ VITE_APP_ENV = 'development' VITE_APP_MP_APPID = 'wx42bbe857570c5b40' # 统一接口域名 -VITE_APP_BASE_API = 'http://127.0.0.1:8086' +VITE_APP_BASE_API = 'https://wy6.test.jiutianda.cn' # 图片域名 VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' diff --git a/mall4uni/src/manifest.json b/mall4uni/src/manifest.json index 0d4e2ac..ccc6c08 100644 --- a/mall4uni/src/manifest.json +++ b/mall4uni/src/manifest.json @@ -1,99 +1,99 @@ -{ - "name" : "", - "appid" : "__UNI__2CF44C6", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "compatible" : { - "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 - }, - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : { - "Camera" : {}, - "LivePusher" : {} - }, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] - } - } - }, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wx6fa71e69231a4fa4", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true, - "permission" : { - "scope.userLocation" : { - "desc" : "你的位置信息将用于地址信息新增、修改以及获取附近门店" - } - }, - "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ] - }, - "h5" : { - "title" : "", - "domain" : "https://mini-h5.mall4j.com", - "router" : { - "mode" : "history" - }, - "uniStatistics" : { - "enable" : false - }, - "optimization" : { - "treeShaking" : { - "enable" : false - } - }, - "template" : "index.html", - "devServer" : { - "disableHostCheck" : true, - "port" : 80 - }, - "sdkConfigs" : { - "maps" : { - "qqmap" : { - // 用于h5端ip定位 - "key" : "" - } - } - } - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "3" +{ + "name": "甄味馆", + "appid": "__UNI__6140E53", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "compatible": { + "ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + }, + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": { + "Camera": {}, + "LivePusher": {} + }, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"] + } + } + }, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wx6fa71e69231a4fa4", + "setting": { + "urlCheck": false + }, + "usingComponents": true, + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于地址信息新增、修改以及获取附近门店" + } + }, + "requiredPrivateInfos": ["getLocation", "chooseLocation"] + }, + "h5": { + "title": "甄味馆", + "domain": "https://mini-h5.mall4j.com", + "router": { + "mode": "history" + }, + "uniStatistics": { + "enable": false + }, + "optimization": { + "treeShaking": { + "enable": false + } + }, + "template": "index.html", + "devServer": { + "disableHostCheck": true, + "port": 80 + }, + "sdkConfigs": { + "maps": { + "qqmap": { + // 用于h5端ip定位 + "key": "" + } + } + } + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3" } diff --git a/mall4uni/src/pages.json b/mall4uni/src/pages.json index 7a0fa2a..29057e5 100644 --- a/mall4uni/src/pages.json +++ b/mall4uni/src/pages.json @@ -1,196 +1,194 @@ -{ - "pages": [ - { - "path": "pages/index/index", - "style": { - "backgroundTextStyle": "dark", - "navigationBarBackgroundColor": "#fff", - "navigationBarTextStyle": "black", - "enablePullDownRefresh": true, - "navigationBarTitleText": "mall4j" - } - }, - { - "path": "pages/user/user", - "style": { - "navigationBarTitleText": "个人中心" - } - }, - { - "path": "pages/basket/basket", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "购物车", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/category/category", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "分类商品", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/sub-category/sub-category" - }, - { - "path": "pages/search-page/search-page", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "搜索", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/delivery-address/delivery-address", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "收货地址", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/editAddress/editAddress", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "编辑收货地址", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/orderList/orderList", - "style": { - "backgroundTextStyle": "light", - "navigationBarTitleText": "订单列表", - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#fafafa" - } - }, - { - "path": "pages/order-detail/order-detail", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "订单详情", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/submit-order/submit-order", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "提交订单", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/express-delivery/express-delivery", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "物流查询", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/pay-result/pay-result", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "支付结果", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/search-prod-show/search-prod-show", - "style": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "搜索结果", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/prod/prod", - "style": { - "navigationBarTitleText": "商品详情" - } - }, - { - "path": "pages/prod-classify/prod-classify", - "style": { - "onReachBottomDistance": 0 - } - }, - { - "path": "pages/recent-news/recent-news", - "style": { - "backgroundTextStyle": "light", - "navigationBarTitleText": "最新公告", - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#fafafa" - } - }, - { - "path": "pages/news-detail/news-detail", - "style": { - "backgroundTextStyle": "light", - "navigationBarTitleText": "最新公告", - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#fafafa" - } - }, - { - "path": "pages/accountLogin/accountLogin" - }, - { - "path": "pages/register/register" - } - ], - "tabBar": { - "selectedColor": "#3a86b9", - "color": "#b8b8b8", - "list": [ - { - "pagePath": "pages/index/index", - "text": "首页", - "iconPath": "/static/images/tabbar/homepage.png", - "selectedIconPath": "/static/images/tabbar/homepage-sel.png" - }, - { - "pagePath": "pages/category/category", - "text": "分类", - "iconPath": "/static/images/tabbar/category.png", - "selectedIconPath": "/static/images/tabbar/category-sel.png" - }, - { - "pagePath": "pages/basket/basket", - "text": "购物车", - "iconPath": "/static/images/tabbar/basket.png", - "selectedIconPath": "/static/images/tabbar/basket-sel.png" - }, - { - "pagePath": "pages/user/user", - "text": "我的", - "iconPath": "/static/images/tabbar/user.png", - "selectedIconPath": "/static/images/tabbar/user-sel.png" - } - ] - }, - "sitemapLocation": "sitemap.json", - "globalStyle": { - "backgroundTextStyle": "light", - "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "WeChat", - "navigationBarTextStyle": "black" - }, - "subPackages": [] +{ + "pages": [{ + "path": "pages/index/index", + "style": { + "backgroundTextStyle": "dark", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black", + "enablePullDownRefresh": true, + "navigationBarTitleText": "甄味馆" + } + }, + { + "path": "pages/user/user", + "style": { + "navigationBarTitleText": "个人中心" + } + }, + { + "path": "pages/basket/basket", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "购物车", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/category/category", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "分类商品", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/sub-category/sub-category" + }, + { + "path": "pages/search-page/search-page", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "搜索", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/delivery-address/delivery-address", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "收货地址", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/editAddress/editAddress", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "编辑收货地址", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/orderList/orderList", + "style": { + "backgroundTextStyle": "light", + "navigationBarTitleText": "订单列表", + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#fafafa" + } + }, + { + "path": "pages/order-detail/order-detail", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "订单详情", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/submit-order/submit-order", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "提交订单", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/express-delivery/express-delivery", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "物流查询", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/pay-result/pay-result", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "支付结果", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/search-prod-show/search-prod-show", + "style": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "搜索结果", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/prod/prod", + "style": { + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "pages/prod-classify/prod-classify", + "style": { + "onReachBottomDistance": 0 + } + }, + { + "path": "pages/recent-news/recent-news", + "style": { + "backgroundTextStyle": "light", + "navigationBarTitleText": "最新公告", + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#fafafa" + } + }, + { + "path": "pages/news-detail/news-detail", + "style": { + "backgroundTextStyle": "light", + "navigationBarTitleText": "最新公告", + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#fafafa" + } + }, + { + "path": "pages/accountLogin/accountLogin" + }, + { + "path": "pages/register/register" + } + ], + "tabBar": { + "selectedColor": "#3a86b9", + "color": "#b8b8b8", + "list": [{ + "pagePath": "pages/index/index", + "text": "首页", + "iconPath": "/static/images/tabbar/homepage.png", + "selectedIconPath": "/static/images/tabbar/homepage-sel.png" + }, + { + "pagePath": "pages/category/category", + "text": "分类", + "iconPath": "/static/images/tabbar/category.png", + "selectedIconPath": "/static/images/tabbar/category-sel.png" + }, + { + "pagePath": "pages/basket/basket", + "text": "购物车", + "iconPath": "/static/images/tabbar/basket.png", + "selectedIconPath": "/static/images/tabbar/basket-sel.png" + }, + { + "pagePath": "pages/user/user", + "text": "我的", + "iconPath": "/static/images/tabbar/user.png", + "selectedIconPath": "/static/images/tabbar/user-sel.png" + } + ] + }, + "sitemapLocation": "sitemap.json", + "globalStyle": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "WeChat", + "navigationBarTextStyle": "black" + }, + "subPackages": [] } diff --git a/mall4uni/src/pages/accountLogin/accountLogin.scss b/mall4uni/src/pages/accountLogin/accountLogin.scss index fdbdd26..51fa73c 100644 --- a/mall4uni/src/pages/accountLogin/accountLogin.scss +++ b/mall4uni/src/pages/accountLogin/accountLogin.scss @@ -5,12 +5,10 @@ } image { display: block; - width: 150rpx; + width: 180rpx; height: 150rpx; margin: auto; - border-radius: 50%; - width: 150rpx; - height: 150rpx; + // border-radius: 50%; margin-bottom: 8%; } .login-form { diff --git a/mall4uni/src/pages/index/index.vue b/mall4uni/src/pages/index/index.vue index 70a8c77..226cca2 100644 --- a/mall4uni/src/pages/index/index.vue +++ b/mall4uni/src/pages/index/index.vue @@ -1,507 +1,399 @@ - - - - - diff --git a/mall4uni/src/pages/register/register.scss b/mall4uni/src/pages/register/register.scss index fdbdd26..51fa73c 100644 --- a/mall4uni/src/pages/register/register.scss +++ b/mall4uni/src/pages/register/register.scss @@ -5,12 +5,10 @@ } image { display: block; - width: 150rpx; + width: 180rpx; height: 150rpx; margin: auto; - border-radius: 50%; - width: 150rpx; - height: 150rpx; + // border-radius: 50%; margin-bottom: 8%; } .login-form { diff --git a/mall4uni/src/pages/user/user.vue b/mall4uni/src/pages/user/user.vue index 51aed0b..26f166a 100644 --- a/mall4uni/src/pages/user/user.vue +++ b/mall4uni/src/pages/user/user.vue @@ -1,375 +1,293 @@ - - - - - diff --git a/mall4uni/src/static/logo.png b/mall4uni/src/static/logo.png index 671753e..961ec6e 100644 Binary files a/mall4uni/src/static/logo.png and b/mall4uni/src/static/logo.png differ diff --git a/mall4v/src/components/tiny-mce/index.vue b/mall4v/src/components/tiny-mce/index.vue index 7bce9d0..aa8238e 100644 --- a/mall4v/src/components/tiny-mce/index.vue +++ b/mall4v/src/components/tiny-mce/index.vue @@ -78,9 +78,9 @@ const props = defineProps({ const toxFullscreen = ref(false) let hasInit = false -let hasChange = false +let hasChange = -1 watch(() => props.modelValue, (val) => { - if (!hasChange && hasInit) { + if (hasChange < 1 && hasInit) { setContent(val) } }) @@ -151,7 +151,7 @@ const initTinymce = () => { } hasInit = true editor.on('NodeChange Change KeyUp SetContent', () => { - hasChange = true + hasChange += 1 emit('update:modelValue', editor.getContent()) }) }, diff --git a/mall4v/src/layout/main-navbar.vue b/mall4v/src/layout/main-navbar.vue index e5cd724..173516c 100644 --- a/mall4v/src/layout/main-navbar.vue +++ b/mall4v/src/layout/main-navbar.vue @@ -15,14 +15,14 @@ v-if="!sidebarFold" class="site-navbar-lg" > - mall4j建站后台 + 甄味馆后台 - mall4j + 甄味馆 diff --git a/mall4v/src/views/common/home/index.vue b/mall4v/src/views/common/home/index.vue index 025b98b..85f239c 100644 --- a/mall4v/src/views/common/home/index.vue +++ b/mall4v/src/views/common/home/index.vue @@ -1,6 +1,6 @@ diff --git a/mall4v/src/views/modules/shop/transport/add-or-update.vue b/mall4v/src/views/modules/shop/transport/add-or-update.vue index e077e2c..aee78aa 100644 --- a/mall4v/src/views/modules/shop/transport/add-or-update.vue +++ b/mall4v/src/views/modules/shop/transport/add-or-update.vue @@ -432,7 +432,7 @@ const addOrUpdateRef = ref(null) */ const onAddOrUpdate = () => { ElMessage({ - message: '该功能未开源', + message: '功能开发中', type: 'warning', duration: 1500 })