This commit is contained in:
快乐橙 2025-04-13 23:41:24 +08:00
commit 5459b980e9
12 changed files with 12 additions and 12 deletions

View File

@ -107,7 +107,7 @@ const tabChange = (index) => {
*/ */
const getShopInfo = () => { const getShopInfo = () => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: props.shopId, shopId: props.shopId,

View File

@ -513,7 +513,7 @@ const onToMyCoupons = () => {
// //
const onToShopPage = (shopId) => { const onToShopPage = (shopId) => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId, shopId,

View File

@ -52,7 +52,7 @@ const onQueryDetailsOfNotice = (id) => {
const onQueryShopInfo = (id) => { const onQueryShopInfo = (id) => {
// //
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: id shopId: id

View File

@ -203,7 +203,7 @@ onMounted(() => {
*/ */
const queryShopInfo = () => { const queryShopInfo = () => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: props.shopId shopId: props.shopId

View File

@ -92,7 +92,7 @@ onReachBottom(() => {
*/ */
const getShopInfo = () => { const getShopInfo = () => {
const params = { const params = {
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: shopId.value, shopId: shopId.value,

View File

@ -264,7 +264,7 @@ const shopInfo = ref({}) // 店铺信息
const queryShopInfo = () => { const queryShopInfo = () => {
// //
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: shopId.value shopId: shopId.value

View File

@ -262,7 +262,7 @@ const onToShopIndex = (shopId) => {
*/ */
const onGetShopInfo = (shopId) => { const onGetShopInfo = (shopId) => {
const params = { const params = {
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId, shopId,

View File

@ -522,7 +522,7 @@ const shopInfo = ref(null)
*/ */
const getShopInfo = () => { const getShopInfo = () => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId shopId

View File

@ -1791,7 +1791,7 @@ const toShopIndex = () => {
*/ */
const getShopInfo = (shopIdPar) => { const getShopInfo = (shopIdPar) => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: shopIdPar, shopId: shopIdPar,

View File

@ -754,7 +754,7 @@ const toShopIndex = (shopIdPar, orderItemPar) => {
*/ */
const getShopInfo = (shopIdPar) => { const getShopInfo = (shopIdPar) => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId: shopIdPar, shopId: shopIdPar,

View File

@ -1838,7 +1838,7 @@ const onToShopIndex = (shopId) => {
*/ */
const onGetShopInfo = (shopId) => { const onGetShopInfo = (shopId) => {
const params = { const params = {
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId, shopId,

View File

@ -2646,7 +2646,7 @@ const onCheckStock = () => {
let shopInfo = reactive({}) let shopInfo = reactive({})
const onGetShopInfo = () => { const onGetShopInfo = () => {
http.request({ http.request({
url: '/tmerclub_admin/ua/shop_detail/head_info', url: '/tmerclub_admin/mua/app/shopDetail/head_info',
method: 'GET', method: 'GET',
data: { data: {
shopId shopId