|
@@ -26,9 +26,9 @@
|
|
|
<image class="quick-action-icon" :src="iconSrc('my-service')" mode="aspectFit" />
|
|
<image class="quick-action-icon" :src="iconSrc('my-service')" mode="aspectFit" />
|
|
|
<text>客服</text>
|
|
<text>客服</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="quick-action" @click.stop="pageTo({ url: '/admin/shop/sk' })">
|
|
|
|
|
|
|
+ <view class="quick-action" @click.stop="pageTo({ url: shopEditUrl })">
|
|
|
<image class="quick-action-icon" :src="iconSrc('my-settings-outline')" mode="aspectFit" />
|
|
<image class="quick-action-icon" :src="iconSrc('my-settings-outline')" mode="aspectFit" />
|
|
|
- <text>设置</text>
|
|
|
|
|
|
|
+ <text>门店设置</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
outAmountShow: false,
|
|
outAmountShow: false,
|
|
|
inAmountShow: false,
|
|
inAmountShow: false,
|
|
|
menuList: [
|
|
menuList: [
|
|
|
- { key: "address", name: "地址设置", icon: "my-address" },
|
|
|
|
|
|
|
+ { key: "address", name: "跑腿设置", icon: "my-address" },
|
|
|
{ key: "book", name: "使用教程", icon: "my-book" },
|
|
{ key: "book", name: "使用教程", icon: "my-book" },
|
|
|
{ key: "password", name: "密码修改", icon: "my-password" },
|
|
{ key: "password", name: "密码修改", icon: "my-password" },
|
|
|
{ key: "cashSet", name: "提现账号", icon: "my-bell" },
|
|
{ key: "cashSet", name: "提现账号", icon: "my-bell" },
|
|
@@ -304,7 +304,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
handleMenuTap (item) {
|
|
handleMenuTap (item) {
|
|
|
if (item.key == "address") {
|
|
if (item.key == "address") {
|
|
|
- this.$util.pageTo({ url: this.shopEditUrl });
|
|
|
|
|
|
|
+ this.$util.pageTo({ url: "/admin/shop/sk" });
|
|
|
} else if (item.key == "book") {
|
|
} else if (item.key == "book") {
|
|
|
this.$util.pageTo({ url: "/admin/book/index" });
|
|
this.$util.pageTo({ url: "/admin/book/index" });
|
|
|
} else if (item.key == "password") {
|
|
} else if (item.key == "password") {
|