门店
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'})
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user