fix: 系统名称修改、商品详情回显修复,logo,环境修改

main
wx-jincw 2 weeks ago
parent 13f4167e37
commit 45423ea6a7

@ -10,7 +10,7 @@ VITE_APP_ENV = 'development'
VITE_APP_MP_APPID = 'wx42bbe857570c5b40' 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/' VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/'

@ -1,34 +1,34 @@
{ {
"name" : "", "name": "甄味馆",
"appid" : "__UNI__2CF44C6", "appid": "__UNI__6140E53",
"description" : "", "description": "",
"versionName" : "1.0.0", "versionName": "1.0.0",
"versionCode" : "100", "versionCode": "100",
"transformPx" : false, "transformPx": false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus": {
"compatible" : { "compatible": {
"ignoreVersion" : true //trueHBuilderX1.9.0 "ignoreVersion": true //trueHBuilderX1.9.0
}, },
"usingComponents" : true, "usingComponents": true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion" : 3, "compilerVersion": 3,
"splashscreen" : { "splashscreen": {
"alwaysShowBeforeRender" : true, "alwaysShowBeforeRender": true,
"waiting" : true, "waiting": true,
"autoclose" : true, "autoclose": true,
"delay" : 0 "delay": 0
}, },
/* */ /* */
"modules" : { "modules": {
"Camera" : {}, "Camera": {},
"LivePusher" : {} "LivePusher": {}
}, },
/* */ /* */
"distribute" : { "distribute": {
/* android */ /* android */
"android" : { "android": {
"permissions" : [ "permissions": [
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
@ -46,54 +46,54 @@
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
], ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"]
} }
} }
}, },
/* */ /* */
"mp-weixin" : { "mp-weixin": {
"appid" : "wx6fa71e69231a4fa4", "appid": "wx6fa71e69231a4fa4",
"setting" : { "setting": {
"urlCheck" : false "urlCheck": false
}, },
"usingComponents" : true, "usingComponents": true,
"permission" : { "permission": {
"scope.userLocation" : { "scope.userLocation": {
"desc" : "你的位置信息将用于地址信息新增、修改以及获取附近门店" "desc": "你的位置信息将用于地址信息新增、修改以及获取附近门店"
} }
}, },
"requiredPrivateInfos" : [ "getLocation", "chooseLocation" ] "requiredPrivateInfos": ["getLocation", "chooseLocation"]
}, },
"h5" : { "h5": {
"title" : "", "title": "甄味馆",
"domain" : "https://mini-h5.mall4j.com", "domain": "https://mini-h5.mall4j.com",
"router" : { "router": {
"mode" : "history" "mode": "history"
}, },
"uniStatistics" : { "uniStatistics": {
"enable" : false "enable": false
}, },
"optimization" : { "optimization": {
"treeShaking" : { "treeShaking": {
"enable" : false "enable": false
} }
}, },
"template" : "index.html", "template": "index.html",
"devServer" : { "devServer": {
"disableHostCheck" : true, "disableHostCheck": true,
"port" : 80 "port": 80
}, },
"sdkConfigs" : { "sdkConfigs": {
"maps" : { "maps": {
"qqmap" : { "qqmap": {
// h5ip // h5ip
"key" : "" "key": ""
} }
} }
} }
}, },
"uniStatistics" : { "uniStatistics": {
"enable" : false "enable": false
}, },
"vueVersion" : "3" "vueVersion": "3"
} }

@ -1,13 +1,12 @@
{ {
"pages": [ "pages": [{
{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"backgroundTextStyle": "dark", "backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"navigationBarTitleText": "mall4j" "navigationBarTitleText": "甄味馆"
} }
}, },
{ {
@ -158,8 +157,7 @@
"tabBar": { "tabBar": {
"selectedColor": "#3a86b9", "selectedColor": "#3a86b9",
"color": "#b8b8b8", "color": "#b8b8b8",
"list": [ "list": [{
{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"text": "首页", "text": "首页",
"iconPath": "/static/images/tabbar/homepage.png", "iconPath": "/static/images/tabbar/homepage.png",

@ -5,12 +5,10 @@
} }
image { image {
display: block; display: block;
width: 150rpx; width: 180rpx;
height: 150rpx; height: 150rpx;
margin: auto; margin: auto;
border-radius: 50%; // border-radius: 50%;
width: 150rpx;
height: 150rpx;
margin-bottom: 8%; margin-bottom: 8%;
} }
.login-form { .login-form {

@ -2,14 +2,8 @@
<view class="container"> <view class="container">
<view class="bg-sear"> <view class="bg-sear">
<view class="scrolltop"> <view class="scrolltop">
<view <view class="section" @tap="toSearchPage">
class="section" <image src="@/static/images/icon/search.png" class="search-img" />
@tap="toSearchPage"
>
<image
src="@/static/images/icon/search.png"
class="search-img"
/>
<text class="placeholder"> <text class="placeholder">
搜索 搜索
</text> </text>
@ -19,30 +13,13 @@
<view class="content"> <view class="content">
<!-- swiper --> <!-- swiper -->
<swiper <swiper :autoplay="autoplay" :indicator-color="indicatorColor" :interval="interval" :duration="duration"
:autoplay="autoplay" :indicator-active-color="indicatorActiveColor + ' '" :circular="true" class="pic-swiper" indicator-dots
:indicator-color="indicatorColor" previous-margin="20rpx" next-margin="20rpx">
:interval="interval" <block v-for="(item, index) in indexImgs" :key="index">
:duration="duration"
:indicator-active-color="indicatorActiveColor + ' '"
:circular="true"
class="pic-swiper"
indicator-dots
previous-margin="20rpx"
next-margin="20rpx"
>
<block
v-for="(item, index) in indexImgs"
:key="index"
>
<swiper-item class="banner-item"> <swiper-item class="banner-item">
<view class="img-box"> <view class="img-box">
<image <image :src="item.imgUrl" :data-prodid="item.relation" class="banner" @tap="toProdPage" />
:src="item.imgUrl"
:data-prodid="item.relation"
class="banner"
@tap="toProdPage"
/>
</view> </view>
</swiper-item> </swiper-item>
</block> </block>
@ -50,60 +27,29 @@
<!-- end swiper --> <!-- end swiper -->
<view class="cat-item"> <view class="cat-item">
<view <view class="item" data-sts="1" @tap="toClassifyPage">
class="item"
data-sts="1"
@tap="toClassifyPage"
>
<image src="@/static/images/icon/newProd.png" /> <image src="@/static/images/icon/newProd.png" />
<text>新品推荐</text> <text>新品推荐</text>
</view> </view>
<view <view class="item" data-sts="1" @tap="toClassifyPage">
class="item"
data-sts="1"
@tap="toClassifyPage"
>
<image src="@/static/images/icon/timePrice.png" /> <image src="@/static/images/icon/timePrice.png" />
<text>限时特惠</text> <text>限时特惠</text>
</view> </view>
<view <view class="item" data-sts="3" @tap="toClassifyPage">
class="item"
data-sts="3"
@tap="toClassifyPage"
>
<image src="@/static/images/icon/neweveryday.png" /> <image src="@/static/images/icon/neweveryday.png" />
<text>每日疯抢</text> <text>每日疯抢</text>
</view> </view>
<view <view class="item" @tap="toCouponCenter">
class="item"
@tap="toCouponCenter"
>
<image src="@/static/images/icon/newprods.png" /> <image src="@/static/images/icon/newprods.png" />
<text>领优惠券</text> <text>领优惠券</text>
</view> </view>
</view> </view>
<!-- 消息播放 --> <!-- 消息播放 -->
<view <view v-if="news && news.length" class="message-play" @tap="onNewsPage">
v-if="news && news.length" <image src="@/static/images/icon/horn.png" class="hornpng" />
class="message-play" <swiper :vertical="true" :autoplay="true" :circular="true" duration="1000" class="swiper-cont">
@tap="onNewsPage" <block v-for="(item, index) in news" :key="index">
>
<image
src="@/static/images/icon/horn.png"
class="hornpng"
/>
<swiper
:vertical="true"
:autoplay="true"
:circular="true"
duration="1000"
class="swiper-cont"
>
<block
v-for="(item, index) in news"
:key="index"
>
<swiper-item class="items"> <swiper-item class="items">
{{ item.title }} {{ item.title }}
</swiper-item> </swiper-item>
@ -113,49 +59,24 @@
</view> </view>
</view> </view>
<view <view v-if="updata" class="updata">
v-if="updata" <block v-for="(item, index) in taglist" :key="index">
class="updata"
>
<block
v-for="(item, index) in taglist"
:key="index"
>
<!-- 每日上新 --> <!-- 每日上新 -->
<view <view v-if="item.style==='2' && item.prods && item.prods.length" class="up-to-date">
v-if="item.style==='2' && item.prods && item.prods.length"
class="up-to-date"
>
<view class="title"> <view class="title">
<text>{{ item.title }}</text> <text>{{ item.title }}</text>
<view <view class="more-prod-cont" data-sts="0" :data-id="item.id" :data-title="item.title" @tap="toClassifyPage">
class="more-prod-cont"
data-sts="0"
:data-id="item.id"
:data-title="item.title"
@tap="toClassifyPage"
>
<text class="more"> <text class="more">
查看更多 查看更多
</text> </text>
</view> </view>
</view> </view>
<view class="item-cont"> <view class="item-cont">
<block <block v-for="(prod, index2) in item.prods" :key="index2">
v-for="(prod, index2) in item.prods" <view class="prod-item" :data-prodid="prod.prodId" @tap="toProdPage">
:key="index2"
>
<view
class="prod-item"
:data-prodid="prod.prodId"
@tap="toProdPage"
>
<view> <view>
<view class="imagecont"> <view class="imagecont">
<img-show <img-show :src="prod.pic" :class-list="['prodimg']" />
:src="prod.pic"
:class-list="['prodimg']"
/>
</view> </view>
<view class="prod-text"> <view class="prod-text">
{{ prod.prodName }} {{ prod.prodName }}
@ -178,19 +99,10 @@
</view> </view>
<!-- 商城热卖 --> <!-- 商城热卖 -->
<view <view v-if="item.style==='1' && item.prods && item.prods.length" class="hot-sale">
v-if="item.style==='1' && item.prods && item.prods.length"
class="hot-sale"
>
<view class="title"> <view class="title">
<text>{{ item.title }}</text> <text>{{ item.title }}</text>
<view <view class="more-prod-cont" data-sts="0" :data-id="item.id" :data-title="item.title" @tap="toClassifyPage">
class="more-prod-cont"
data-sts="0"
:data-id="item.id"
:data-title="item.title"
@tap="toClassifyPage"
>
<text class="more"> <text class="more">
更多 更多
</text> </text>
@ -198,20 +110,10 @@
</view> </view>
</view> </view>
<view class="hotsale-item-cont"> <view class="hotsale-item-cont">
<block <block v-for="(prod, index2) in item.prods" :key="index2">
v-for="(prod, index2) in item.prods" <view class="prod-items" :data-prodid="prod.prodId" @tap="toProdPage">
:key="index2"
>
<view
class="prod-items"
:data-prodid="prod.prodId"
@tap="toProdPage"
>
<view class="hot-imagecont"> <view class="hot-imagecont">
<img-show <img-show :src="prod.pic" :class-list="['hotsaleimg']" />
:src="prod.pic"
:class-list="['hotsaleimg']"
/>
</view> </view>
<view class="hot-text"> <view class="hot-text">
<view class="hotprod-text"> <view class="hotprod-text">
@ -232,10 +134,7 @@
.{{ wxs.parsePrice(prod.price)[1] }} .{{ wxs.parsePrice(prod.price)[1] }}
</text> </text>
</view> </view>
<image <image src="@/static/images/tabbar/basket-sel.png" class="basket-img" />
src="@/static/images/tabbar/basket-sel.png"
class="basket-img"
/>
</view> </view>
</view> </view>
</view> </view>
@ -244,28 +143,15 @@
</view> </view>
<!-- 更多宝贝 --> <!-- 更多宝贝 -->
<view <view v-if="item.style==='0' && item.prods && item.prods.length" class="more-prod">
v-if="item.style==='0' && item.prods && item.prods.length"
class="more-prod"
>
<view class="title"> <view class="title">
{{ item.title }} {{ item.title }}
</view> </view>
<view class="prod-show"> <view class="prod-show">
<block <block v-for="(prod, index2) in item.prods" :key="index2">
v-for="(prod, index2) in item.prods" <view class="show-item" :data-prodid="prod.prodId" @tap="toProdPage">
:key="index2"
>
<view
class="show-item"
:data-prodid="prod.prodId"
@tap="toProdPage"
>
<view class="more-prod-pic"> <view class="more-prod-pic">
<img-show <img-show :src="prod.pic" :class-list="['more-pic']" />
:src="prod.pic"
:class-list="['more-pic']"
/>
</view> </view>
<view class="prod-text-right"> <view class="prod-text-right">
<view class="prod-text more"> <view class="prod-text more">
@ -286,11 +172,7 @@
.{{ wxs.parsePrice(prod.price)[1] }} .{{ wxs.parsePrice(prod.price)[1] }}
</text> </text>
</view> </view>
<image <image src="@/static/images/tabbar/basket-sel.png" class="basket-img" @tap.stop="addToCart(prod)" />
src="@/static/images/tabbar/basket-sel.png"
class="basket-img"
@tap.stop="addToCart(prod)"
/>
</view> </view>
</view> </view>
</view> </view>
@ -303,25 +185,25 @@
</template> </template>
<script setup> <script setup>
const wxs = number() const wxs = number()
const indicatorColor = ref('#d1e5fb') const indicatorColor = ref('#d1e5fb')
const indicatorActiveColor = ref('#1b7dec') const indicatorActiveColor = ref('#1b7dec')
const autoplay = ref(true) const autoplay = ref(true)
const interval = ref(2000) const interval = ref(2000)
const duration = ref(1000) const duration = ref(1000)
const indexImgs = ref([]) const indexImgs = ref([])
const seq = ref(0) const seq = ref(0)
const news = ref([]) const news = ref([])
const taglist = ref([]) const taglist = ref([])
const updata = ref(true) const updata = ref(true)
onLoad(() => { onLoad(() => {
getAllData() getAllData()
}) })
onShow(() => { onShow(() => {
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
uni.getSetting({ uni.getSetting({
success (res) { success(res) {
if (!res.authSetting['scope.userInfo']) { if (!res.authSetting['scope.userInfo']) {
uni.navigateTo({ uni.navigateTo({
url: '/pages/login/login' url: '/pages/login/login'
@ -331,24 +213,24 @@ onShow(() => {
}) })
// #endif // #endif
http.getCartCount() // http.getCartCount() //
}) })
onPullDownRefresh(() => { onPullDownRefresh(() => {
// //
setTimeout(() => { setTimeout(() => {
getAllData() getAllData()
uni.stopPullDownRefresh() // uni.stopPullDownRefresh() //
}, 100) }, 100)
}) })
const getAllData = () => { const getAllData = () => {
http.getCartCount()// http.getCartCount() //
getIndexImgs() getIndexImgs()
getNoticeList() getNoticeList()
getTag() getTag()
} }
const toProdPage = (e) => { const toProdPage = (e) => {
const prodid = e.currentTarget.dataset.prodid const prodid = e.currentTarget.dataset.prodid
if (prodid) { if (prodid) {
@ -356,12 +238,12 @@ const toProdPage = (e) => {
url: '/pages/prod/prod?prodid=' + prodid url: '/pages/prod/prod?prodid=' + prodid
}) })
} }
} }
/** /**
* 加入购物车 * 加入购物车
* @param item * @param item
*/ */
const addToCart = (item) => { const addToCart = (item) => {
uni.showLoading({ uni.showLoading({
mask: true mask: true
}) })
@ -372,7 +254,9 @@ const addToCart = (item) => {
prodId: item.prodId prodId: item.prodId
} }
}) })
.then(({ data }) => { .then(({
data
}) => {
http.request({ http.request({
url: '/p/shopCart/changeItem', url: '/p/shopCart/changeItem',
method: 'POST', method: 'POST',
@ -393,29 +277,29 @@ const addToCart = (item) => {
}) })
}) })
}) })
} }
const toCouponCenter = () => { const toCouponCenter = () => {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '该功能未开源' title: '功能开发中'
}) })
} }
/** /**
* 跳转搜索页 * 跳转搜索页
*/ */
const toSearchPage = () => { const toSearchPage = () => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/search-page/search-page' url: '/pages/search-page/search-page'
}) })
} }
/** /**
* 跳转商品活动页面 * 跳转商品活动页面
* @param e * @param e
*/ */
const toClassifyPage = (e) => { const toClassifyPage = (e) => {
let url = '/pages/prod-classify/prod-classify?sts=' + e.currentTarget.dataset.sts let url = '/pages/prod-classify/prod-classify?sts=' + e.currentTarget.dataset.sts
const id = e.currentTarget.dataset.id const id = e.currentTarget.dataset.id
const title = e.currentTarget.dataset.title const title = e.currentTarget.dataset.title
@ -427,53 +311,59 @@ const toClassifyPage = (e) => {
uni.navigateTo({ uni.navigateTo({
url url
}) })
} }
/** /**
* 跳转公告列表页面 * 跳转公告列表页面
*/ */
const onNewsPage = () => { const onNewsPage = () => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/recent-news/recent-news' url: '/pages/recent-news/recent-news'
}) })
} }
/** /**
* 加载轮播图 * 加载轮播图
*/ */
const getIndexImgs = () => { const getIndexImgs = () => {
http.request({ http.request({
url: '/indexImgs', url: '/indexImgs',
method: 'GET', method: 'GET',
data: {} data: {}
}) })
.then(({ data }) => { .then(({
data
}) => {
indexImgs.value = data indexImgs.value = data
seq.value = data seq.value = data
}) })
} }
const getNoticeList = () => { const getNoticeList = () => {
// //
http.request({ http.request({
url: '/shop/notice/topNoticeList', url: '/shop/notice/topNoticeList',
method: 'GET', method: 'GET',
data: {} data: {}
}) })
.then(({ data }) => { .then(({
data
}) => {
news.value = data news.value = data
}) })
} }
/** /**
* 加载商品标题分组列表 * 加载商品标题分组列表
*/ */
const getTag = () => { const getTag = () => {
http.request({ http.request({
url: '/prod/tag/prodTagList', url: '/prod/tag/prodTagList',
method: 'GET', method: 'GET',
data: {} data: {}
}) })
.then(({ data }) => { .then(({
data
}) => {
taglist.value = data taglist.value = data
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
updata.value = false updata.value = false
@ -481,9 +371,9 @@ const getTag = () => {
getTagProd(data[i].id, i) getTagProd(data[i].id, i)
} }
}) })
} }
const getTagProd = (id, index) => { const getTagProd = (id, index) => {
http.request({ http.request({
url: '/prod/prodListByTagId', url: '/prod/prodListByTagId',
method: 'GET', method: 'GET',
@ -492,16 +382,18 @@ const getTagProd = (id, index) => {
size: 6 size: 6
} }
}) })
.then(({ data }) => { .then(({
data
}) => {
updata.value = false updata.value = false
updata.value = true updata.value = true
const taglistParam = taglist.value const taglistParam = taglist.value
taglistParam[index].prods = data.records taglistParam[index].prods = data.records
taglist.value = taglistParam taglist.value = taglistParam
}) })
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@use './index.scss'; @use './index.scss';
</style> </style>

@ -5,12 +5,10 @@
} }
image { image {
display: block; display: block;
width: 150rpx; width: 180rpx;
height: 150rpx; height: 150rpx;
margin: auto; margin: auto;
border-radius: 50%; // border-radius: 50%;
width: 150rpx;
height: 150rpx;
margin-bottom: 8%; margin-bottom: 8%;
} }
.login-form { .login-form {

@ -1,21 +1,16 @@
<template> <template>
<view class="container"> <view class="container">
<!-- 用户信息 --> <!-- 用户信息 -->
<view <view v-if="isAuthInfo" class="userinfo">
v-if="isAuthInfo"
class="userinfo"
>
<view class="userinfo-con"> <view class="userinfo-con">
<view class="userinfo-avatar"> <view class="userinfo-avatar">
<image <image :src="
:src="
loginResult.pic loginResult.pic
? ?
(loginResult.pic.indexOf('http') === -1 ? picDomain + loginResult.pic : loginResult.pic) (loginResult.pic.indexOf('http') === -1 ? picDomain + loginResult.pic : loginResult.pic)
: :
'/static/images/icon/head04.png' '/static/images/icon/head04.png'
" " />
/>
</view> </view>
<view class="userinfo-name"> <view class="userinfo-name">
<view>{{ loginResult.nickName ? loginResult.nickName : "用户昵称" }}</view> <view>{{ loginResult.nickName ? loginResult.nickName : "用户昵称" }}</view>
@ -23,20 +18,11 @@
</view> </view>
</view> </view>
<view <view v-if="!isAuthInfo" class="userinfo-none">
v-if="!isAuthInfo" <view class="default-pic" @tap="toLogin">
class="userinfo-none"
>
<view
class="default-pic"
@tap="toLogin"
>
<image src="@/static/images/icon/head04.png" /> <image src="@/static/images/icon/head04.png" />
</view> </view>
<view <view class="none-login" @tap="toLogin">
class="none-login"
@tap="toLogin"
>
<button class="unlogin"> <button class="unlogin">
未登录 未登录
</button> </button>
@ -54,63 +40,34 @@
<text style="font-weight:bold"> <text style="font-weight:bold">
我的订单 我的订单
</text> </text>
<view <view class="checkmore" data-sts="0" @tap="toOrderListPage">
class="checkmore"
data-sts="0"
@tap="toOrderListPage"
>
<text>查看全部</text> <text>查看全部</text>
<text class="arrowhead" /> <text class="arrowhead" />
</view> </view>
</view> </view>
<view class="procedure"> <view class="procedure">
<view <view class="items" data-sts="1" @tap="toOrderListPage">
class="items"
data-sts="1"
@tap="toOrderListPage"
>
<image src="@/static/images/icon/toPay.png" /> <image src="@/static/images/icon/toPay.png" />
<text>待支付</text> <text>待支付</text>
<text <text v-if="orderAmount.unPay>0" class="num-badge">
v-if="orderAmount.unPay>0"
class="num-badge"
>
{{ orderAmount.unPay }} {{ orderAmount.unPay }}
</text> </text>
</view> </view>
<view <view class="items" data-sts="2" @tap="toOrderListPage">
class="items"
data-sts="2"
@tap="toOrderListPage"
>
<image src="@/static/images/icon/toDelivery.png" /> <image src="@/static/images/icon/toDelivery.png" />
<text>待发货</text> <text>待发货</text>
<text <text v-if="orderAmount.payed>0" class="num-badge">
v-if="orderAmount.payed>0"
class="num-badge"
>
{{ orderAmount.payed }} {{ orderAmount.payed }}
</text> </text>
</view> </view>
<view <view class="items" data-sts="3" @tap="toOrderListPage">
class="items"
data-sts="3"
@tap="toOrderListPage"
>
<image src="@/static/images/icon/toTake.png" /> <image src="@/static/images/icon/toTake.png" />
<text>待收货</text> <text>待收货</text>
<text <text v-if="orderAmount.consignment>0" class="num-badge">
v-if="orderAmount.consignment>0"
class="num-badge"
>
{{ orderAmount.consignment }} {{ orderAmount.consignment }}
</text> </text>
</view> </view>
<view <view class="items" data-sts="5" @tap="toOrderListPage">
class="items"
data-sts="5"
@tap="toOrderListPage"
>
<image src="@/static/images/icon/toComment.png" /> <image src="@/static/images/icon/toComment.png" />
<text>已完成</text> <text>已完成</text>
</view> </view>
@ -119,60 +76,33 @@
<!--end 订单状态 --> <!--end 订单状态 -->
<view class="prod-col"> <view class="prod-col">
<view <view class="col-item" @tap="myCollectionHandle">
class="col-item" <view v-if="loginResult" class="num">
@tap="myCollectionHandle"
>
<view
v-if="loginResult"
class="num"
>
{{ collectionCount }} {{ collectionCount }}
</view> </view>
<view <view v-else class="num">
v-else
class="num"
>
-- --
</view> </view>
<view class="tit"> <view class="tit">
我的收藏 我的收藏
</view> </view>
</view> </view>
<view <view class="col-item" @tap="handleTips">
class="col-item" <view v-if="loginResult" class="num">
@tap="handleTips"
>
<view
v-if="loginResult"
class="num"
>
5 5
</view> </view>
<view <view v-else class="num">
v-else
class="num"
>
-- --
</view> </view>
<view class="tit"> <view class="tit">
我的消息 我的消息
</view> </view>
</view> </view>
<view <view class="col-item" @tap="handleTips">
class="col-item" <view v-if="loginResult" class="num">
@tap="handleTips"
>
<view
v-if="loginResult"
class="num"
>
3 3
</view> </view>
<view <view v-else class="num">
v-else
class="num"
>
-- --
</view> </view>
<view class="tit"> <view class="tit">
@ -182,40 +112,28 @@
</view> </view>
<view class="my-menu"> <view class="my-menu">
<view <view class="memu-item" @tap="toDistCenter">
class="memu-item"
@tap="toDistCenter"
>
<view class="i-name"> <view class="i-name">
<image src="@/static/images/icon/promotion.png" /> <image src="@/static/images/icon/promotion.png" />
<text>分销中心</text> <text>分销中心</text>
</view> </view>
<view class="arrowhead" /> <view class="arrowhead" />
</view> </view>
<view <view class="memu-item" @tap="toCouponCenter">
class="memu-item"
@tap="toCouponCenter"
>
<view class="i-name"> <view class="i-name">
<image src="@/static/images/icon/getCoupon.png" /> <image src="@/static/images/icon/getCoupon.png" />
<text>领券中心</text> <text>领券中心</text>
</view> </view>
<view class="arrowhead" /> <view class="arrowhead" />
</view> </view>
<view <view class="memu-item" @tap="toMyCouponPage">
class="memu-item"
@tap="toMyCouponPage"
>
<view class="i-name"> <view class="i-name">
<image src="@/static/images/icon/myCoupon.png" /> <image src="@/static/images/icon/myCoupon.png" />
<text>我的优惠券</text> <text>我的优惠券</text>
</view> </view>
<view class="arrowhead" /> <view class="arrowhead" />
</view> </view>
<view <view class="memu-item" @tap="toAddressList">
class="memu-item"
@tap="toAddressList"
>
<view class="i-name"> <view class="i-name">
<image src="@/static/images/icon/myAddr.png" /> <image src="@/static/images/icon/myAddr.png" />
<text>收货地址</text> <text>收货地址</text>
@ -225,11 +143,7 @@
</view> </view>
<!--end 列表项 --> <!--end 列表项 -->
<view <view v-if="isAuthInfo" class="log-out" @tap="logout">
v-if="isAuthInfo"
class="log-out"
@tap="logout"
>
<view class="log-out-n"> <view class="log-out-n">
<text>退出登录</text> <text>退出登录</text>
</view> </view>
@ -239,15 +153,15 @@
</template> </template>
<script setup> <script setup>
const picDomain = import.meta.env.VITE_APP_RESOURCES_URL const picDomain = import.meta.env.VITE_APP_RESOURCES_URL
const isAuthInfo = ref(false) const isAuthInfo = ref(false)
const loginResult = ref('') const loginResult = ref('')
const orderAmount = ref('') const orderAmount = ref('')
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow(() => { onShow(() => {
loginResult.value = uni.getStorageSync('loginResult') loginResult.value = uni.getStorageSync('loginResult')
isAuthInfo.value = !!loginResult.value isAuthInfo.value = !!loginResult.value
// //
@ -258,72 +172,76 @@ onShow(() => {
method: 'GET', method: 'GET',
data: {} data: {}
}) })
.then(({ data }) => { .then(({
data
}) => {
uni.hideLoading() uni.hideLoading()
orderAmount.value = data orderAmount.value = data
}) })
showCollectionCount() showCollectionCount()
} }
}) })
const toDistCenter = () => { const toDistCenter = () => {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '该功能未开源' title: '功能开发中'
}) })
} }
const toCouponCenter = () => { const toCouponCenter = () => {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '该功能未开源' title: '功能开发中'
}) })
} }
const toMyCouponPage = () => { const toMyCouponPage = () => {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '该功能未开源' title: '功能开发中'
}) })
} }
const handleTips = () => { const handleTips = () => {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '该功能未开源' title: '功能开发中'
}) })
} }
const toAddressList = () => { const toAddressList = () => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/delivery-address/delivery-address' url: '/pages/delivery-address/delivery-address'
}) })
} }
const toOrderListPage = (e) => { const toOrderListPage = (e) => {
const sts = e.currentTarget.dataset.sts const sts = e.currentTarget.dataset.sts
uni.navigateTo({ uni.navigateTo({
url: '/pages/orderList/orderList?sts=' + sts url: '/pages/orderList/orderList?sts=' + sts
}) })
} }
const collectionCount = ref(0) const collectionCount = ref(0)
/** /**
* 查询所有的收藏量 * 查询所有的收藏量
*/ */
const showCollectionCount = () => { const showCollectionCount = () => {
uni.showLoading() uni.showLoading()
http.request({ http.request({
url: '/p/user/collection/count', url: '/p/user/collection/count',
method: 'GET', method: 'GET',
data: {} data: {}
}) })
.then(({ data }) => { .then(({
data
}) => {
uni.hideLoading() uni.hideLoading()
collectionCount.value = data collectionCount.value = data
}) })
} }
/** /**
* 我的收藏跳转 * 我的收藏跳转
*/ */
const myCollectionHandle = () => { const myCollectionHandle = () => {
let url = '/pages/prod-classify/prod-classify?sts=5' let url = '/pages/prod-classify/prod-classify?sts=5'
const id = 0 const id = 0
const title = '我的收藏商品' const title = '我的收藏商品'
@ -333,21 +251,21 @@ const myCollectionHandle = () => {
uni.navigateTo({ uni.navigateTo({
url url
}) })
} }
/** /**
* 去登陆 * 去登陆
*/ */
const toLogin = () => { const toLogin = () => {
uni.navigateTo({ uni.navigateTo({
url: '/pages/accountLogin/accountLogin' url: '/pages/accountLogin/accountLogin'
}) })
} }
/** /**
* 退出登录 * 退出登录
*/ */
const logout = () => { const logout = () => {
http.request({ http.request({
url: '/logOut', url: '/logOut',
method: 'post' method: 'post'
@ -367,9 +285,9 @@ const logout = () => {
}) })
}, 1000) }, 1000)
}) })
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@use './user.scss'; @use './user.scss';
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@ -78,9 +78,9 @@ const props = defineProps({
const toxFullscreen = ref(false) const toxFullscreen = ref(false)
let hasInit = false let hasInit = false
let hasChange = false let hasChange = -1
watch(() => props.modelValue, (val) => { watch(() => props.modelValue, (val) => {
if (!hasChange && hasInit) { if (hasChange < 1 && hasInit) {
setContent(val) setContent(val)
} }
}) })
@ -151,7 +151,7 @@ const initTinymce = () => {
} }
hasInit = true hasInit = true
editor.on('NodeChange Change KeyUp SetContent', () => { editor.on('NodeChange Change KeyUp SetContent', () => {
hasChange = true hasChange += 1
emit('update:modelValue', editor.getContent()) emit('update:modelValue', editor.getContent())
}) })
}, },

@ -15,14 +15,14 @@
v-if="!sidebarFold" v-if="!sidebarFold"
class="site-navbar-lg" class="site-navbar-lg"
> >
mall4j建站后台 甄味馆后台
</span> </span>
<span <span
v-else v-else
class="site-navbar-mini" class="site-navbar-mini"
:style="fontCloseSize" :style="fontCloseSize"
> >
mall4j 甄味馆
</span> </span>
</div> </div>
<!--右侧数据--> <!--右侧数据-->

@ -1,6 +1,6 @@
<template> <template>
<div class="mod-home"> <div class="mod-home">
<p>一个基于spring bootspring oauth2.0mybatisredis的轻量级前后端分离拥有完整sku和下单流程的完全开源商城</p> <!-- <p>一个基于spring bootspring oauth2.0mybatisredis的轻量级前后端分离拥有完整sku和下单流程的完全开源商城</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>该项目仅供学习参考可供个人学习使用如需商用联系作者进行授权否则必将追究法律责任</p> <p>该项目仅供学习参考可供个人学习使用如需商用联系作者进行授权否则必将追究法律责任</p>
<p>&nbsp;</p> <p>&nbsp;</p>
@ -123,7 +123,7 @@
<code>ApiApplication</code> 启动项目前端接口 <code>ApiApplication</code> 启动项目前端接口
</li> </li>
</ul> </ul>
<p>&nbsp;</p> <p>&nbsp;</p> -->
</div> </div>
</template> </template>

@ -432,7 +432,7 @@ const addOrUpdateRef = ref(null)
*/ */
const onAddOrUpdate = () => { const onAddOrUpdate = () => {
ElMessage({ ElMessage({
message: '该功能未开源', message: '功能开发中',
type: 'warning', type: 'warning',
duration: 1500 duration: 1500
}) })

Loading…
Cancel
Save