提交 c1905652 编写于 作者: lizhongyi_'s avatar lizhongyi_

调整toast 和 utsiOS测试例

上级 e1cc7a76
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
</template> </template>
<script> <script>
// #ifdef APP-ANDROID
import { showToast } from '@/uni_modules/uts-toast' import { showToast } from '@/uni_modules/uts-toast'
// #endif
export default { export default {
......
...@@ -33,19 +33,21 @@ ...@@ -33,19 +33,21 @@
</template> </template>
<script> <script>
// #ifdef APP-IOS // #ifndef APP-ANDROID
import { import {
getCurrentVCTest, getCurrentVCTest,
getKeyWindowTest, getKeyWindowTest,
colorWithStringTest, colorWithStringTest,
getResourcePathTest, getResourcePathTest,
getDeviceInfoTest, getDeviceInfoTest,
getAppInfoTest, getAppInfoTest,
getSystemSettingTest, getSystemSettingTest,
tepeofTest, tepeofTest,
dataConvertTest, dataConvertTest,
} from "@/uni_modules/uts-platform-api" } from "@/uni_modules/uts-platform-api"
// #endif // #endif
export default { export default {
data() { data() {
return { return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册