增加门店信息页面

This commit is contained in:
Gao xiaosong
2020-06-15 07:31:41 +08:00
parent ba199ff02d
commit 204ea408b8
5 changed files with 234 additions and 7 deletions

View File

@ -46,7 +46,7 @@
<view class="store-info">
<view class="title acea-row row-between-wrapper">
<view>门店信息</view>
<text @click="goEvaluateList(id)" class="praise">
<text @click="goStoreList()" class="praise">
更多
<text class="iconfont icon-jiantou"></text>
</text>
@ -302,6 +302,11 @@ export default {
path: "/pages/user/CustomerList/index"
});
},
goStoreList() {
this.$yrouter.push({
path: "/pages/shop/StoreList/index"
});
},
goEvaluateList(id) {
this.$yrouter.push({
path: "/pages/shop/EvaluateList/index",