提交 ee8ddc31 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

perf: getLaunchOptionsSync

上级 d06ae712
...@@ -2,13 +2,17 @@ ...@@ -2,13 +2,17 @@
<view> <view>
<page-head title="getLaunchOptionsSync"></page-head> <page-head title="getLaunchOptionsSync"></page-head>
<button @click="getLaunchOptionsSync">getLaunchOptionsSync</button> <button @click="getLaunchOptionsSync">getLaunchOptionsSync</button>
<view class="uni-common-pl uni-common-mt"> <view
v-if="launchOptionsPath.length > 0"
class="uni-common-pl uni-common-mt"
>
<text>应用启动路径:</text> <text>应用启动路径:</text>
<text style="margin-top:5px;">{{ launchOptionsPath }}</text> <text style="margin-top: 5px">{{ launchOptionsPath }}</text>
</view> </view>
</view> </view>
</template> </template>
<script>
<script lang="ts">
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.
先完成此消息的编辑!
想要评论请 注册