提交 73391118 编写于 作者: 杜庆泉's avatar 杜庆泉

move utssdk dir location

上级 a27c4428
......@@ -21,7 +21,7 @@
clearIntervalTask,
addViewToDecorView,
removeViewToDecorView
} from "../../../uni_modules/uts-advance";
} from "../../../utssdk/uts-advance";
export default {
data() {
......
......@@ -10,7 +10,7 @@
</view>
</template>
<script>
import * as UTSHello from "../../../uni_modules/uts-helloworld";
import * as UTSHello from "../../../utssdk/uts-helloworld";
export default {
data() {
......
......@@ -9,7 +9,7 @@
<script>
import {
getBatteryCapacity
} from "../../../uni_modules/uts-osapi";
} from "../../../utssdk/uts-osapi";
export default {
data() {
......
......@@ -75,9 +75,7 @@ class RemoveUIRunnable extends Runnable {
var frameContent = decorView.findViewById(android.R.id.content) as FrameLayout
var targetTV = frameContent.findViewWithTag("helloText") as TextView
if(targetTV != null){
frameContent.removeView(targetTV)
}
frameContent.removeView(targetTV)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册