|
|
@@ -57,7 +57,7 @@
|
|
|
<span>{{ item.title }}</span>
|
|
|
</div>
|
|
|
<div class="news-right">
|
|
|
- <span>立即授权绑定</span>
|
|
|
+ <span>{{item.action}}</span>
|
|
|
<i class="iconfont iconxiangyou"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -124,8 +124,6 @@ import { getDataTimestamp } from "@/utils/common";
|
|
|
import { getUser } from "@/utils/auth";
|
|
|
import { consoleIndex } from "@/api/workbench";
|
|
|
import noneHd from "@/components/none-hd";
|
|
|
-// import priceSocket from "@/mixins/priceSocket";
|
|
|
-
|
|
|
export default {
|
|
|
name: "admin-workbench",
|
|
|
components: {
|
|
|
@@ -234,15 +232,15 @@ export default {
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,
|
|
|
url: "/admin/staff/list"
|
|
|
},
|
|
|
- {
|
|
|
- name: "业绩",
|
|
|
- img: `${this.$constant.imgUrl}/ghs/home/icon_ygyj.png`,
|
|
|
- url: "/admin/staff/achieve"
|
|
|
- },
|
|
|
{
|
|
|
name: "报损单",
|
|
|
img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,
|
|
|
url: "/admin/breakage/list"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "业绩",
|
|
|
+ img: `${this.$constant.imgUrl}/ghs/home/icon_ygyj.png`,
|
|
|
+ url: "/admin/staff/achieve"
|
|
|
}
|
|
|
],
|
|
|
// 总览
|
|
|
@@ -341,21 +339,11 @@ export default {
|
|
|
},
|
|
|
// 跳转
|
|
|
pageToFn(item) {
|
|
|
- // #ifdef H5
|
|
|
- location.href = item.url;
|
|
|
- // #endif
|
|
|
- // #ifndef H5
|
|
|
- // #endif
|
|
|
+ this.$util.pageTo({url: item.page})
|
|
|
},
|
|
|
// 续费
|
|
|
renewFn() {
|
|
|
- this.$util.pageTo({
|
|
|
- url: "/pagesClient/official/index",
|
|
|
- query: {
|
|
|
- pay: 1
|
|
|
- },
|
|
|
- type: 2
|
|
|
- });
|
|
|
+ this.$util.pageTo({url: "/pagesClient/official/index",query: {pay: 1},type: 2})
|
|
|
},
|
|
|
getMyMall(){
|
|
|
console.log('pagesPurchase/ghsProduct?shopId='+ this.loginInfo.shopId+'&id=0&ghsShopAdminId='+this.loginInfo.shopAdminId)
|
|
|
@@ -380,22 +368,12 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-// button {
|
|
|
-// margin: 0;
|
|
|
-// padding: 0;
|
|
|
-// border: 1px solid transparent; //自定义边框
|
|
|
-// outline: none; //消除默认点击蓝色边框效果
|
|
|
-// }
|
|
|
.app-content {
|
|
|
padding-bottom: 10px;
|
|
|
}
|
|
|
-// 公共
|
|
|
.module-com {
|
|
|
margin-bottom: 20px;
|
|
|
- // padding: 20px;
|
|
|
background-color: #fff;
|
|
|
- // box-shadow: 0px 6px 16px #ddd;
|
|
|
- // border-radius: 10px;
|
|
|
}
|
|
|
// 用户信息
|
|
|
.user-wrap {
|
|
|
@@ -418,13 +396,10 @@ export default {
|
|
|
border: 1px solid #ffffff;
|
|
|
border-radius: 22px;
|
|
|
padding: 10upx 17upx!important;
|
|
|
- // height: 44px;
|
|
|
- // line-height: 44px;
|
|
|
font-size: 24px;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
|
- // margin: 0 10px;
|
|
|
& > .iconfont {
|
|
|
font-size: 25px;
|
|
|
padding-right: 10px;
|
|
|
@@ -444,7 +419,6 @@ export default {
|
|
|
}
|
|
|
.user-bottom {
|
|
|
@include disFlex(center, space-around);
|
|
|
- // padding-bottom: 40px;
|
|
|
.info-list-name {
|
|
|
color: #bfd4ff;
|
|
|
}
|
|
|
@@ -473,6 +447,7 @@ export default {
|
|
|
.iconfont {
|
|
|
color: $mainColor;
|
|
|
margin-right: 10px;
|
|
|
+ font-size:30rpx;
|
|
|
}
|
|
|
}
|
|
|
.news-right {
|