fix: 修改
This commit is contained in:
parent
d32c84dade
commit
3ecc4c7120
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user