离子3侧面菜单在单击按钮时关闭

时间:2019-04-13 16:14:45

标签: angular ionic-framework

我在侧菜单中显示了一些类别,效果很好。但是我需要当我点击类别然后类别显示。而且效果很好。但是问题是当我单击类别时,它显示类别但关闭菜单。 (因此,如果我需要再次打开类别菜单来查看类别。我不想关闭侧面菜单)。

import _thread,time

myStop = 0

def myTh():
  global myStop
  d = 0
  for _ in range(10000000):
    d += 0
  myStop += 1

_thread.start_new_thread(myTh,())
_thread.start_new_thread(myTh,())
_thread.start_new_thread(myTh,())

t = time.time()

while myStop!=3:
  # print("hello")
  pass

print(time.time() - t)

.ts

import _thread,time

myStop = 0

def myTh():
  global myStop
  d = 0
  for _ in range(10000000):
    d += 0
  myStop += 1

_thread.start_new_thread(myTh,())
_thread.start_new_thread(myTh,())
_thread.start_new_thread(myTh,())

t = time.time()

while myStop!=3:
  print("hello")
 # pass

print(time.time() - t)

1 个答案:

答案 0 :(得分:0)

如果我理解正确,则在点击

中的任何链接时,无需关闭侧面菜单

然后您需要在此处删除menuClose