Browse Source

打开静态插件调用sweet对话框配置

leijie 8 years ago
parent
commit
b88f3a30c8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      display-client/assets/mobile-action.xml

+ 2 - 2
display-client/assets/mobile-action.xml

@ -156,9 +156,9 @@
156 156
	<action name="shareFileMore" class="com.ai.ipu.share.func.MobileShareByApp" method="shareFileMore"></action>
157 157
	
158 158
	<!-- Sweet控件 -->
159
	<!-- <action name="sweetAlert" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetAlert"/>
159
	<action name="sweetAlert" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetAlert"/>
160 160
	<action name="sweetConfirm" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetConfirm"/>
161
	<action name="sweetLoading" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetLoading"/> -->
161
	<action name="sweetLoading" class="com.ai.ipu.alertdialog.func.MobileUIWithSAD" method="sweetLoading"/>
162 162

163 163
	<!-- 邮件 -->
164 164
	<action name="shareImageBymail" class="com.ai.ipu.mail.func.MailSendByApp" method="shareImageBymail"></action>