本文为自定义弹窗,该内容可满足如下需求:自定义各种布局弹窗、点击弹窗布局外消失弹窗弹出弹窗时背景阴影半透明各方向弹出效果(本文为自下而上弹出)、 (后续可能会补充新需求,或可...
本文为自定义弹窗,该内容可满足如下需求:自定义各种布局弹窗、点击弹窗布局外消失弹窗弹出弹窗时背景阴影半透明各方向弹出效果(本文为自下而上弹出)、 (后续可能会补充新需求,或可...
@黑与空 可以了,谢谢大神!
微信小程序自定义弹窗(可通用)本文为自定义弹窗,该内容可满足如下需求:自定义各种布局弹窗、点击弹窗布局外消失弹窗弹出弹窗时背景阴影半透明各方向弹出效果(本文为自下而上弹出)、 (后续可能会补充新需求,或可...
@黑与空 对,我试下
微信小程序自定义弹窗(可通用)本文为自定义弹窗,该内容可满足如下需求:自定义各种布局弹窗、点击弹窗布局外消失弹窗弹出弹窗时背景阴影半透明各方向弹出效果(本文为自下而上弹出)、 (后续可能会补充新需求,或可...
@黑与空 代码报错了 Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
10:46:47.211 (Emitted value instead of an instance of Error)
10:46:47.217 Errors compiling template:
10:46:47.224 class="zan-dialog {{ showDialog ? 'zan-dialog--show' : '' }}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div class="{{ val }}">, use <div :class="val">.
10:46:47.224 432| </view>
10:46:47.232 433| </uni-popup>
10:46:47.240 434| <view class="zan-dialog {{ showDialog ? 'zan-dialog--show' : '' }}">
10:46:47.246 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:46:47.252 435| <view class="zan-dialog__mask" bindtap="toggleDialog" />
10:46:47.259 436| <view class="zan-dialog__container">
10:46:47.268 at E:\www\my-proage\2019\integral-miniapp\src\pages\activity\activity_index.nvue:0
10:46:47.269 ERROR Build failed with errors.
微信小程序自定义弹窗(可通用)本文为自定义弹窗,该内容可满足如下需求:自定义各种布局弹窗、点击弹窗布局外消失弹窗弹出弹窗时背景阴影半透明各方向弹出效果(本文为自下而上弹出)、 (后续可能会补充新需求,或可...
看完点个赞呗
题目:判断是不是回文字符串
就是渲染的时候渲染不出数据,有时候可以渲染出其中一个数据……然后用第二种方法就返回空了,我也搞不懂
Vue __ob__: Observer在操作数据的时候发现,__ob__: Observer这个属性出现之后,如果单独拿数据的值,就会返回undefined。于是就到网上查相关的资料,发现__ob__: Obse...
@无枉少年 console : 里面的是从控制台复制来的
Vue __ob__: Observer在操作数据的时候发现,__ob__: Observer这个属性出现之后,如果单独拿数据的值,就会返回undefined。于是就到网上查相关的资料,发现__ob__: Obse...
@无枉少年 代码 : console.log("that.viewConfig", that.viewConfig);
console.log("that.viewConfig string", JSON.stringify(that.viewConfig));
this.viewConfig1 = JSON.parse(JSON.stringify(that.viewConfig));
console.log(" that.viewConfig1", this.viewConfig1);
console : that.viewConfig [__ob__: Observer]screen1: Array(1)0: config: {source: "theme", image_path: "mipmap", btn_img_path: "drawable", background: "selector_media_previous", pre_btn_name: "selector_media_previous", …}name: "本地音乐"viwe: (7) [{…}, {…}, {…}, {…}, {…}, {…}, {…}]__proto__: Objectlength: 1__proto__: Array(0)screen2: Array(1)0: config: {source: "theme", image_path: "mipmap", btn_img_path: "drawable", background: "selector_radio_previous", pre_btn_name: "selector_media_previous", …}name: "本地收音"viwe: (9) [{…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}]__proto__: Objectlength: 1__proto__: Array(0)length: 0__ob__: Observer {value: Array(0), dep: Dep, vmCount: 0}__proto__: Array
config.vue?c74b:3934 that.viewConfig string []
config.vue?c74b:3936 that.viewConfig1
Vue __ob__: Observer在操作数据的时候发现,__ob__: Observer这个属性出现之后,如果单独拿数据的值,就会返回undefined。于是就到网上查相关的资料,发现__ob__: Obse...
@无枉少年 有的,好想给你发截图
Vue __ob__: Observer在操作数据的时候发现,__ob__: Observer这个属性出现之后,如果单独拿数据的值,就会返回undefined。于是就到网上查相关的资料,发现__ob__: Obse...
yarn install v1.21.0
error `install` has been replaced with `add` to add new dependencies. Run "yarn add lodash" instead.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
nuxt - 踩坑(一)安装lodash安装lodash yarn add lodash 作为第三方插件引入// plugins/lodash.jsimport _ from 'lodash'import Vue...