10.9提交
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<!-- H5/APP 使用 web-view 也可,但 plus 下直接 openURL 更流畅,这里统一 -->
|
||||
<!-- 小程序端必须使用 web-view -->
|
||||
<!-- #ifdef MP -->
|
||||
|
||||
|
||||
<web-view :src="safeUrl"></web-view>
|
||||
<!-- #endif -->
|
||||
|
||||
|
||||
<!-- #ifndef MP -->
|
||||
<view class="tip">仅小程序内使用内嵌浏览器,其它端请直接打开外部浏览器。</view>
|
||||
<!-- #endif -->
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user