From ae6d2af141f18e40956d98cea765fec838985817 Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Mon, 25 Jan 2021 10:57:52 +0800
Subject: [PATCH] 1、新增默认头像设置 2、修改知识库bug 3、修改点赞bug

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
index ab0f2fc..81b22a2 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
@@ -647,7 +647,7 @@
     var app = new Vue({
         el: '#app',
         data : {
-            circleUrl : "https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png",
+            circleUrl : "",
             activeName : 'vipInfo',
             tags : {
                 tags : [],
@@ -762,7 +762,7 @@
                     let data = loj[0].result.rows[0];
                     _this.vipInfo = {};
                     _this.vipInfo = data;
-
+                    _this.circleUrl= _this.vipInfo.photo;
                     if (data.sysOrder != null) {
                         _this.vipInfo.totalMoney = data.sysOrder.zkTotal;
                         _this.vipInfo.totalTimes = data.sysOrder.times;

--
Gitblit v1.9.1