【发布时间】:2018-01-27 01:22:20
【问题描述】:
任何人都可以建议我正在使用 osclass 开源的东西。 我不知道为什么条件不起作用。
<button type="button" class="button-ii" <?php if(osc_item_formated_price()=="Only Information Available" || $email == "OFF") {?> disabled="true" <?php } ?><?php>data-toggle="modal"disabled data-target="#myModal">Enquiry</button>
【问题讨论】:
-
欢迎来到 SO,您尝试过什么来达到您想要的结果?你对你的问题的研究表明了什么?你能提供你的尝试代码吗?请在需要时提供Minimal, Complete, and Verifiable example。也请花时间阅读How to Ask