提交 e16dcf5e 编写于 作者: W wanganxp

优化小程序下的提示语

上级 3b7ee177
......@@ -75,11 +75,13 @@
<enum-data :items="size_enum" title="按钮的大小" @change="radio_change_size_enum"></enum-data>
<enum-data :items="type_enum" title="按钮的类型" @change="radio_change_type_enum"></enum-data>
<input-data :defaultValue="text" title="按钮的文案" type="text" @confirm="confirm_text_input"></input-data>
<view style="height: 10px;"></view>
<button @click="openPrivacyDialog">open-type实现隐私政策弹框</button>
<view style="height: 10px;"></view>
<button @click="navigateToChild">更多示例</button>
<view style="height: 10px;"></view>
<view style="height: 10px;"></view>
<!-- #ifdef APP -->
<button @click="openPrivacyDialog">open-type实现App隐私政策弹框</button>
<view style="height: 10px;"></view>
<!-- #endif -->
</view>
</scroll-view>
</template>
......
......@@ -2,7 +2,7 @@
<view>
<page-head title="cover-view用于覆盖map、video等原生组件"></page-head>
<view class="uni-padding-wrap uni-common-mb">
<text class="uni-subtitle-text">注意:需要正确配置地图服务商的Key才能正常显示地图组件</text>
<text class="uni-subtitle-text">注意:Web和App需正确配置地图SDK的Key才能正常显示地图组件</text>
</view>
<view class="cover-content">
<map :latitude="latitude" :longitude="longitude"></map>
......
......@@ -74,7 +74,7 @@
</editor>
</view>
<view>
<button @tap="getCon">打印文本内容</button>
<button @tap="getCon">控制台打印文本内容</button>
</view>
</view>
</view>
......
<template>
<scroll-view style="flex: 1">
<page-head title="拖拽图标测试相关事件"></page-head>
<page-head title="拖拽图标测试相关事件(在小程序上本示例会卡顿,小程序上应使用movable-view)"></page-head>
<view class="container">
<view class="view-box" @touchstart="onViewTouchStart">
<image class="icon" id="icon" src="../image/logo.png" @touchstart="onTouchStart" @touchcancel="onTouchCancel"
......
......@@ -13,7 +13,6 @@
</navigator>
</view>
<view class="uni-title">
<text class="uni-subtitle-text">selectable</text>
<button type="default" @click="changeText">修改文本内容</button>
</view>
<view class="text-box" id="rich-text-parent" @click="richTextParentClick">
......@@ -23,6 +22,9 @@
<text>rich-text-parent</text>
<text id='rich-text-str'>{{richTextStr}}</text>
</view>
</view>
<view class="uni-title">
<text class="uni-subtitle-text">selectable</text>
</view>
<view class="text-box2">
<rich-text style="height: 80px;" :selectable="true"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册