Explorar el Código

123

tags/old_version_1
fyf hace 1 año
padre
commit
5d12e19069
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      app/src/main/java/com/bonait/bnframework/modules/home/fragment/mode/QDListSectionAdapter.java

+ 1
- 0
app/src/main/java/com/bonait/bnframework/modules/home/fragment/mode/QDListSectionAdapter.java Ver fichero

@@ -104,6 +104,7 @@ public class QDListSectionAdapter extends QMUIDefaultStickySectionAdapter {
sc_image.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
IsSC=((SectionItem)section.getItemAt(itemIndex)).getIsSC();
//按钮点击
String title = "收藏菜品操作提示!";
String message = "请问客官确定要["+(IsSC?"取消收藏":"收藏")+"]菜品吗?";


Cargando…
Cancelar
Guardar