fix: 修改
This commit is contained in:
parent
d32c84dade
commit
3ecc4c7120
@ -107,7 +107,7 @@ const tabChange = (index) => {
|
||||
*/
|
||||
const getShopInfo = () => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: props.shopId,
|
||||
|
@ -513,7 +513,7 @@ const onToMyCoupons = () => {
|
||||
// 跳转到店铺页
|
||||
const onToShopPage = (shopId) => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId,
|
||||
|
@ -52,7 +52,7 @@ const onQueryDetailsOfNotice = (id) => {
|
||||
const onQueryShopInfo = (id) => {
|
||||
// 获取店铺头部信息
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: id
|
||||
|
@ -203,7 +203,7 @@ onMounted(() => {
|
||||
*/
|
||||
const queryShopInfo = () => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: props.shopId
|
||||
|
@ -92,7 +92,7 @@ onReachBottom(() => {
|
||||
*/
|
||||
const getShopInfo = () => {
|
||||
const params = {
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: shopId.value,
|
||||
|
@ -264,7 +264,7 @@ const shopInfo = ref({}) // 店铺信息
|
||||
const queryShopInfo = () => {
|
||||
// 获取店铺头部信息
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: shopId.value
|
||||
|
@ -262,7 +262,7 @@ const onToShopIndex = (shopId) => {
|
||||
*/
|
||||
const onGetShopInfo = (shopId) => {
|
||||
const params = {
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId,
|
||||
|
@ -522,7 +522,7 @@ const shopInfo = ref(null)
|
||||
*/
|
||||
const getShopInfo = () => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId
|
||||
|
@ -1791,7 +1791,7 @@ const toShopIndex = () => {
|
||||
*/
|
||||
const getShopInfo = (shopIdPar) => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: shopIdPar,
|
||||
|
@ -754,7 +754,7 @@ const toShopIndex = (shopIdPar, orderItemPar) => {
|
||||
*/
|
||||
const getShopInfo = (shopIdPar) => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId: shopIdPar,
|
||||
|
@ -1838,7 +1838,7 @@ const onToShopIndex = (shopId) => {
|
||||
*/
|
||||
const onGetShopInfo = (shopId) => {
|
||||
const params = {
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId,
|
||||
|
@ -2646,7 +2646,7 @@ const onCheckStock = () => {
|
||||
let shopInfo = reactive({})
|
||||
const onGetShopInfo = () => {
|
||||
http.request({
|
||||
url: '/tmerclub_admin/ua/shop_detail/head_info',
|
||||
url: '/tmerclub_admin/mua/app/shopDetail/head_info',
|
||||
method: 'GET',
|
||||
data: {
|
||||
shopId
|
||||
|
Loading…
x
Reference in New Issue
Block a user