赞
踩
- <!--强哥的自定义组件:H5唤起微信“扫一扫”-->
- <template>
- <div class="sg-scan" :up="isToUp">
- <van-button icon="scan" type="info" @click="scan" round />
- </div>
- </template>
- <script>
- // import wx from "weixin-jsapi"; //这个快要被废弃了1.0.0
- import wx from "weixin-js-sdk"; //要用微信的屌方法必须要引入这个玩意儿!!!
- export default {
- data() {
- return {
- isToUp: false,
- defaultScanErrorText: "该码不属于本系统,暂不支持识别!"
- };
- },
- /*
- 【属性说明】 (均为非必须参数)
- onlyScanWeb:true/false 是否仅支持识别网址(默认false)
- containString:" "
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。