修复商品管理无法点击的bug
This commit is contained in:
parent
e1305e5e42
commit
f1dabd1461
|
@ -60,7 +60,7 @@
|
|||
<text class="text">商户设置</text>
|
||||
</view>
|
||||
|
||||
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`,2)">
|
||||
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`)">
|
||||
<image class="icon_img" src="@/static/images/index7.png" mode="aspectFit">
|
||||
</image>
|
||||
<text class="text">商品管理</text>
|
||||
|
@ -173,7 +173,7 @@
|
|||
</image>
|
||||
<text class="text">订单管理</text>
|
||||
</view>
|
||||
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`,2)">
|
||||
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`)">
|
||||
<image class="icon_img" src="@/static/images/index7.png" mode="aspectFit">
|
||||
</image>
|
||||
<text class="text">商品管理</text>
|
||||
|
@ -348,7 +348,7 @@
|
|||
</image>
|
||||
<text class="text">订单管理</text>
|
||||
</view>
|
||||
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`,2)">
|
||||
<view class="examine" @click="navigator(`/pages/product/list/index?mer_id=${mer_id}`)">
|
||||
<image class="icon_img" src="@/static/images/index7.png" mode="aspectFit">
|
||||
</image>
|
||||
<text class="text">商品管理</text>
|
||||
|
|
Loading…
Reference in New Issue