This commit is contained in:
liuye
2024-06-25 09:39:33 +08:00
parent 53068a8aa4
commit 366e575d79
10 changed files with 100 additions and 44 deletions

View File

@@ -103,7 +103,7 @@ export default {
type: 'token'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png",
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodemendian.png",
label: "我的门店",
path: "./myStoreList",
type: 'token'

View File

@@ -1,6 +1,6 @@
<template>
<div class="myStoreList">
<div class="item">
<div class="item" @click="toStoreForm">
<div class="top-flex">
<div class="name">小荣超市11111</div>
<img src="https://cdn.cunwuyun.cn/dvcp/credit/head.png" alt="">
@@ -28,7 +28,9 @@ export default {
}
},
methods: {
toStoreForm() {
uni.navigateTo({url: './storeForm'})
}
},
}