|
@@ -4,15 +4,6 @@
|
|
|
<div class="user-wrap" :style="{ backgroundImage: `url(${constant.imgUrl}/home/bg_hd_home.png)` }">
|
|
<div class="user-wrap" :style="{ backgroundImage: `url(${constant.imgUrl}/home/bg_hd_home.png)` }">
|
|
|
<div class="user-top">
|
|
<div class="user-top">
|
|
|
<div class="app-size-28">今日概况</div>
|
|
<div class="app-size-28">今日概况</div>
|
|
|
- <view class="open-bt_bx">
|
|
|
|
|
- <button
|
|
|
|
|
- @tap="goToMallPt('pages/home/index')"
|
|
|
|
|
- class="admin-button-com"
|
|
|
|
|
- >
|
|
|
|
|
- <i class="iconfont icongouwuche"></i>
|
|
|
|
|
- 我的商城
|
|
|
|
|
- </button>
|
|
|
|
|
- </view>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="income-amount">
|
|
<div class="income-amount">
|
|
|
<div>收入金额</div>
|
|
<div>收入金额</div>
|
|
@@ -201,6 +192,11 @@ export default {
|
|
|
],
|
|
],
|
|
|
// tab按钮
|
|
// tab按钮
|
|
|
tabsData: [
|
|
tabsData: [
|
|
|
|
|
+ {
|
|
|
|
|
+ name: "商城",
|
|
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/shop.png`,
|
|
|
|
|
+ url: "/admin/my-mall"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
name: "收款",
|
|
name: "收款",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/icon_sk.png`,
|
|
img: `${this.$constant.imgUrl}/ghs/home/icon_sk.png`,
|
|
@@ -226,11 +222,6 @@ export default {
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,
|
|
img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,
|
|
|
url: "/admin/staff/list"
|
|
url: "/admin/staff/list"
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- name: "库存",
|
|
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
|
|
- url: "/pagesStorehouse/stockWarn/manage"
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
name: "邀请开店",
|
|
name: "邀请开店",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,
|
|
img: `${this.$constant.imgUrl}/ghs/home/yqyl.png`,
|
|
@@ -297,7 +288,11 @@ export default {
|
|
|
goPage (item) {
|
|
goPage (item) {
|
|
|
if (item.url === '/admin/billing/priceChange') {
|
|
if (item.url === '/admin/billing/priceChange') {
|
|
|
this.goToMallPt('pages/pay/index')
|
|
this.goToMallPt('pages/pay/index')
|
|
|
- return
|
|
|
|
|
|
|
+ return true
|
|
|
|
|
+ }
|
|
|
|
|
+ if(item.url === '/admin/my-mall'){
|
|
|
|
|
+ this.goToMallPt('pages/home/index')
|
|
|
|
|
+ return true
|
|
|
}
|
|
}
|
|
|
this.$util.pageTo(item)
|
|
this.$util.pageTo(item)
|
|
|
},
|
|
},
|