xuanyan 4 rokov pred
rodič
commit
197d33829e

+ 1 - 1
pages/myFamily/comps/user-card.vue

@@ -73,7 +73,7 @@ export default {
 				if (this.vuex_relationshipType==0) {
 					return true
 				}else {
-					if (this.vuex_member.name==item.name || this.vuex_member.tel==item.tel) {
+					if (this.vuex_member.name==item.name || this.vuex_member.tel==item.phone) {
 						 return true
 					}else{
 						return false

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/myFamily/comps/user-card.js.map


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/myFamily/myFamily.js.map


+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/myFamily/comps/user-card.js

@@ -234,7 +234,7 @@ var _default =
         if (_this.vuex_relationshipType == 0) {
           return true;
         } else {
-          if (_this.vuex_member.name == item.name || _this.vuex_member.tel == item.tel) {
+          if (_this.vuex_member.name == item.name || _this.vuex_member.tel == item.phone) {
             return true;
           } else {
             return false;

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov