future 1 gadu atpakaļ
vecāks
revīzija
3ae9fc0609

+ 6 - 6
assets/resources/prefab/ui/edit_event_view.prefab

@@ -1301,7 +1301,7 @@
     "_isSystemFontUsed": true,
     "_spacingX": 0,
     "_isItalic": false,
-    "_isBold": false,
+    "_isBold": true,
     "_isUnderline": false,
     "_underlineHeight": 2,
     "_cacheMode": 0,
@@ -1437,7 +1437,7 @@
     "_isSystemFontUsed": true,
     "_spacingX": 0,
     "_isItalic": false,
-    "_isBold": false,
+    "_isBold": true,
     "_isUnderline": false,
     "_underlineHeight": 2,
     "_cacheMode": 0,
@@ -1748,7 +1748,7 @@
     "_isSystemFontUsed": true,
     "_spacingX": 0,
     "_isItalic": false,
-    "_isBold": false,
+    "_isBold": true,
     "_isUnderline": false,
     "_underlineHeight": 2,
     "_cacheMode": 0,
@@ -2243,7 +2243,7 @@
     "_isSystemFontUsed": true,
     "_spacingX": 0,
     "_isItalic": false,
-    "_isBold": false,
+    "_isBold": true,
     "_isUnderline": false,
     "_underlineHeight": 2,
     "_cacheMode": 0,
@@ -2379,7 +2379,7 @@
     "_isSystemFontUsed": true,
     "_spacingX": 0,
     "_isItalic": false,
-    "_isBold": false,
+    "_isBold": true,
     "_isUnderline": false,
     "_underlineHeight": 2,
     "_cacheMode": 0,
@@ -2690,7 +2690,7 @@
     "_isSystemFontUsed": true,
     "_spacingX": 0,
     "_isItalic": false,
-    "_isBold": false,
+    "_isBold": true,
     "_isUnderline": false,
     "_underlineHeight": 2,
     "_cacheMode": 0,

+ 0 - 2
assets/script/edit/event/edit_event_view.ts

@@ -135,8 +135,6 @@ export class edit_event_view extends Component {
 
     searchAction(string:string, isSearchID:boolean) {
         // console.log('string=',string)
-        tools.showToast('暂未开放 暂未开放 暂未开放')
-        return
         this.m_search_item_list.splice(0, this.m_search_item_list.length)
         if(isSearchID) {
             this.searchData(parseInt(string))