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

move utssdk dir location

上级 a27c4428
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
clearIntervalTask, clearIntervalTask,
addViewToDecorView, addViewToDecorView,
removeViewToDecorView removeViewToDecorView
} from "../../../uni_modules/uts-advance"; } from "../../../utssdk/uts-advance";
export default { export default {
data() { data() {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</view> </view>
</template> </template>
<script> <script>
import * as UTSHello from "../../../uni_modules/uts-helloworld"; import * as UTSHello from "../../../utssdk/uts-helloworld";
export default { export default {
data() { data() {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<script> <script>
import { import {
getBatteryCapacity getBatteryCapacity
} from "../../../uni_modules/uts-osapi"; } from "../../../utssdk/uts-osapi";
export default { export default {
data() { data() {
......
...@@ -75,9 +75,7 @@ class RemoveUIRunnable extends Runnable { ...@@ -75,9 +75,7 @@ class RemoveUIRunnable extends Runnable {
var frameContent = decorView.findViewById(android.R.id.content) as FrameLayout var frameContent = decorView.findViewById(android.R.id.content) as FrameLayout
var targetTV = frameContent.findViewWithTag("helloText") as TextView 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.
先完成此消息的编辑!
想要评论请 注册