Awesome for wepy ! 微信小程序组件化开发框架wepy开发资源汇总
docker / docker-compose / Django2.2 / Django Rest framework / MySQL / Webpack / Vue / Nginx / uWSGI
Git based database
dlhandsome/wepy-2.0-alpha-feedback 4
wepy 2.0 内测反馈
This is a basic structure of a angularjs application
Demonstration of using JavaScript or CSS as kludge for missing custom entity support in HTML
Standalone AJAX library inspired by jQuery/zepto
Git based key value database. javascript library
Angularjs2 + typescript
push eventwepyjs/wepy-docs
commit sha 4825d4a62632af7a47ad46e92ad99dcada2f327f
GitDB update a key
push time in 14 hours
push eventwepyjs/wepy-docs
commit sha e4a16613a096b1228067917c21a3a606f40be36a
GitDB update a key
push time in 3 days
push eventwepyjs/wepy-docs
commit sha 624f60d387f9d7570f47d325ecd382a3e20446a6
GitDB update a key
push time in 3 days
push eventwepyjs/wepy-docs
commit sha d56478c7b70bb356395b6f6c1fbbf41b66513710
GitDB update a key
push time in 3 days
push eventwepyjs/wepy-docs
commit sha b28af4c3d8fa0e616e1f1bc8af2389b09830817a
GitDB update a key
push time in 4 days
push eventwepyjs/wepy-docs
commit sha 6d427562d875bbc8fd9c6252498795f441d28635
GitDB update a key
push time in 5 days
push eventwepyjs/wepy-docs
commit sha 3566b48159a141395dedcfa5a6552b12ca1b5032
GitDB update a key
push time in 7 days
push eventwepyjs/wepy-docs
commit sha e2847a0b6bd09da0f1a413743915eba83e2cb7db
GitDB update a key
push time in 8 days
issue commentTencent/wepy
难道所有人都没遇见过vendor.js编译超过500kb的问题吗??
https://github.com/Tencent/wepy/tree/master/packages/plugin-uglifyjs
comment created time in 8 days
issue commentTencent/wepy
文档还在,github pages 被墙。 刚切换至了 gitee.
comment created time in 8 days
push eventwepyjs/wepy-docs
commit sha 257f2ccd5ec9215400d97c10e9da77c49a4616da
GitDB update a key
push time in 10 days
push eventwepyjs/wepy-docs
commit sha d37bb9d990db968703ac61b420a141bdff5da05e
GitDB update a key
push time in 11 days
push eventwepyjs/wepy-docs
commit sha cfc901e844005341f1fc1feaeeaf9bb7992228c5
GitDB update a key
push time in 12 days
push eventwepyjs/wepy-docs
commit sha f645e8fe4a7e0cc74c89e94220cfe2f3b35051be
GitDB update a key
push time in 13 days
push eventwepyjs/wepy-docs
commit sha c0c28fb39b8257118349f27e1031685c8e83ecb5
GitDB update a key
push time in 13 days
push eventwepyjs/wepy-docs
commit sha 8869165833e543fe60de9b35846227cedcce807f
GitDB update a key
push time in 15 days
push eventwepyjs/wepy-docs
commit sha d09aacfdda3ca42dbfbea2bcbc19280ba18af499
GitDB update a key
push time in 15 days
push eventncform/nc-date-picker
commit sha 28a08bc6fc71d91e2ee82461f24629cd58e12e5b
fix: fix clear NaN bug
push time in 15 days
pull request commentTencent/wepy
如果独立出来,非 wepy 小程序也可以使用。那么使用的场景就更多了。
comment created time in 18 days
push eventwepyjs/wepy-docs
commit sha 5ced011544fbea0dbd1ae59b28e6cf743e27533d
GitDB update a key
push time in 19 days
pull request commentTencent/wepy
route 我理解也可以脱离 wepy 使用。 看看包是否可以解藕出来呢
comment created time in 19 days
Pull request review commentTencent/wepy
+{+ "name": "@wepy/router",
包名是不是调整为 use-router 更合适
comment created time in 19 days
Pull request review commentTencent/wepy
+/**+ * @desc+ * @author [email protected]
comment author
comment created time in 19 days
push eventwepyjs/wepy-docs
commit sha 9229e9cada3552bbad35670d36955d40feca62f1
GitDB update a key
push time in 20 days
push eventwepyjs/wepy-docs
commit sha fe0fcb81e88e030fefeb7ae43a1723c7753095c8
GitDB update a key
push time in 21 days
push eventwepyjs/wepy-docs
commit sha d2b085b359e939612a77153732b0b8e1459fc998
GitDB update a key
push time in 21 days
issue commentTencent/wepy
【问题】引入Vuex, page页面commit数据后关闭, 再重新进入, mapState中的数据会多次触发setData脏检查,造成卡顿

comment created time in 21 days
issue commentTencent/wepy
【问题】引入Vuex, page页面commit数据后关闭, 再重新进入, mapState中的数据会多次触发setData脏检查,造成卡顿
try this: @wepy/[email protected]
comment created time in 21 days
push eventTencent/wepy
commit sha b3143aa748913fd97dec0c3e0d19ac2800f5c201
release: @wepy/[email protected]
push time in 21 days
push eventTencent/wepy
commit sha 8358ad2942dbe6981f9b382ba5848ca3bc547ef7
fix(x): fixed store state is not clean when page unloaded fix: #2687
push time in 21 days
issue closedTencent/wepy
【问题】引入Vuex, page页面commit数据后关闭, 再重新进入, mapState中的数据会多次触发setData脏检查,造成卡顿
这个问题困扰我2天,一直在找原因, 没办法,最后上删除大法,把写的功能全部删完,只剩一个空架子,结果依然存在问题。 于是官网下载DEMO,新建A/B, 2个页面, 引入Vuex,从A页面进入B页面,再返回重新进入B页面,问题依旧存在, setData触发次数越来越多。

模拟器和真机都存在此问题。
页面A:
<template>
<div class="container">
<div @tap="goDetail()">我是A页面</div>
</div>
</template>
<script>
import wepy from '@wepy/core';
import { mapState } from '@wepy/x';
import store from '../store';
wepy.page({
store,
methods: {
goDetail() {
const url = './test';
this.$navigate({ url });
},
},
});
</script>
页面B
<template>
<div class="page-b">
我是B页面
</div>
</template>
<script>
import store from '@/store/index.js';
import wepy from '@wepy/core';
import { mapState } from '@wepy/x';
wepy.page({
store,
computed: mapState(['counter','time']),
onLoad() {
console.log(`onload事件触发,第${this.counter}次进入页面, 开始提交commit`)
store.commit('setCounter');
store.commit('setTime',+new Date())
}
});
</script>
store.js
import Vuex from '@wepy/x';
export default new Vuex.Store({
state: {
counter: 1,
time:0,
},
mutations: {
setCounter(state) {
state.counter++;
},
setTime(state, val) {
state.time=val;
},
},
});
closed time in 21 days
bytekentissue commentTencent/wepy
【问题】引入Vuex, page页面commit数据后关闭, 再重新进入, mapState中的数据会多次触发setData脏检查,造成卡顿
已定位到问题,是因为 @wepy/x 在页面回退时,页面实例已销毁,但是 store 是全局的,并不会跟着页面销毁而销毁。 因此虽然 setData 的 hook 会被多次执行,但是因为历史实例已被销毁,并不会真正的去执行 setData 操作的。
我去更新一下 @wepy/x 包代码,应该可以处理掉这个问题
comment created time in 21 days
issue closedTencent/wepy
wepy文档页面 无法打开 ERR_CONNECTION_REFUSED
wepy init 初始化项目也无法创建 failed: 貌似也是CONNECTION_REFUSED的原因
closed time in 21 days
jayxiangnanissue commentTencent/wepy
github pages 的问题,大家先用着 这个 https://github.com/wepyjs/wepy-docs
comment created time in 21 days
issue commentTencent/wepy
wepy2 不能通过useExtendedLib扩展的方式引入weui
有更完整的代码片段吗?
comment created time in 21 days
push eventTencent/wepy
commit sha 687ed7b0ac6890e028171116b0dd99566446b5a0
fix: add onShareTimeLine and onAddToFavorites in page life
commit sha f5ce49116b1bf639a0ca6cc9333e885c5f189a5f
Merge branch 'master' into shareTimeLine
commit sha 187fd7197878b7ba3256619953428626976fc784
fix: shareTimeLine 没有参数,去掉shareTimeLine的参数
commit sha 9e12440eee5f2469c63469b8e522beda903f93c3
Merge remote-tracking branch 'origin/shareTimeLine' into shareTimeLine
commit sha e2921fa3a477f04d9ea4a09f5ad0456796ae5db8
Merge pull request #2688 from chenyu445/shareTimeLine fix: add onShareTimeLine and onAddToFavorites in page life
push time in 21 days
PR merged Tencent/wepy
扩展页面生命周期 增加 onShareTimeLine and onAddToFavorites 的配置项的typescript 定义 <!-- Thank you for your pull request. Please provide a description above and review the requirements below.
Bug fixes and new features should include tests and possibly benchmarks. -->
Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ]
npm run testpasses - [ ] tests and/or benchmarks are included
- [ ] cases or donate is changed or added
- [ ] documentation is changed or added
pr closed time in 21 days
issue commentTencent/wepy
请问 wepy2 本身支持微信小程序 API promise 化吗?
如果你仅仅是用 promisify 的话,那大可使用官方的 api promisify 的功能
当然, use-promisify 其中还包含了 simplify 功能
就是
wx.getStorage('mykey') 和 wx.getStorage({ key: 'mykey'}); 的区别
comment created time in 21 days
issue closedTencent/wepy
wepy2如果.wpy文件引入了.wxss样式文件,则直接会把编译进程卡没了
wepy2如果.wpy文件引入了.wxss样式文件,这个时候再去终端执行 npm run dev:
控制台会有如下输出:
> [email protected] dev /Users/ccp/Sites/zzodr-wx-new
> cross-env NODE_ENV=dev ./node_modules/.bin/wepy build --watch
[14:10:46] info build app start...
[14:10:48] info app building App
ccp:zzodr-wx-new ccp$
然后编译进程就会突然停止。且 weapp 目录下只生成了3个文件:app.js、app.json 和 app.wxss。
如果把引入的 .wxss 注释掉,则能正常编译。
closed time in 21 days
Bulandentissue commentTencent/wepy
wepy2如果.wpy文件引入了.wxss样式文件,则直接会把编译进程卡没了
scss 是无法识别import './xxxx.wxss'的
comment created time in 21 days
push eventwepyjs/wepy-wechat-demo
commit sha b02b708450256884ceaf5fc8bf7a29664275a750
Bump node-sass from 4.7.2 to 4.14.1 Bumps [node-sass](https://github.com/sass/node-sass) from 4.7.2 to 4.14.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.7.2...v4.14.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 843064e3bc2238c54ca9f26073d5ae96f4d018a5
Merge pull request #37 from wepyjs/dependabot/npm_and_yarn/node-sass-4.14.1 Bump node-sass from 4.7.2 to 4.14.1
push time in 21 days
PR merged wepyjs/wepy-wechat-demo
Bumps node-sass from 4.7.2 to 4.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/node-sass/releases">node-sass's releases</a>.</em></p> <blockquote> <h2>v4.14.1</h2> <h3>Community</h3> <ul> <li>Add GitHub Actions for Alpine CI (<a href="https://github.com/nschonni">@nschonni</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2823">#2823</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Bump [email protected] (<a href="https://github.com/xzyfer">@xzyfer</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2912">#2912</a>)</li> </ul> <h2>Supported Environments</h2> <table> <thead> <tr> <th>OS</th> <th>Architecture</th> <th>Node</th> </tr> </thead> <tbody> <tr> <td>Windows</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>OSX</td> <td>x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>Linux*</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^</td> </tr> <tr> <td>Alpine Linux</td> <td>x64</td> <td>6, 8, 10, 11, 12, 13, 14</td> </tr> <tr> <td>FreeBSD</td> <td>i386 amd64</td> <td>10, 12, 13</td> </tr> </tbody> </table> <p>Linux support refers to Ubuntu, Debian, and CentOS 5+ ** Not available on CentOS 5 ^ Only available on x64</p> <h2>v4.14.0</h2> <h3>Features</h3> <ul> <li>Add Node 14 support (<a href="https://github.com/nschonni">@nschonni</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2895">#2895</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Reporting wrong LibSass version (<a href="https://github.com/saper">@saper</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2621">#2621</a>)</li> </ul> <h2>Supported Environments</h2> <table> <thead> <tr> <th>OS</th> <th>Architecture</th> <th>Node</th> </tr> </thead> <tbody> <tr> <td>Windows</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>OSX</td> <td>x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>Linux</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^</td> </tr> <tr> <td>Alpine Linux</td> <td>x64</td> <td>6, 8, 10, 11, 12, 13, 14</td> </tr> <tr> <td>FreeBSD</td> <td>i386 amd64</td> <td>10, 12, 13</td> </tr> </tbody> </table> <p>*Linux support refers to Ubuntu, Debian, and CentOS 5+ ** Not available on CentOS 5 ^ Only available on x64</p> <h2>v4.13.1</h2> <h3>Community</h3> <ul> <li>Fix render example syntax (<a href="https://github.com/ZoranPandovski">@ZoranPandovski</a> , <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2787">#2787</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/node-sass/blob/master/CHANGELOG.md">node-sass's changelog</a>.</em></p> <blockquote> <h2>v4.14.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.14.0">https://github.com/sass/node-sass/releases/tag/v4.14.0</a></p> <h2>v4.13.1</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.13.1">https://github.com/sass/node-sass/releases/tag/v4.13.1</a></p> <h2>v4.13.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.13.0">https://github.com/sass/node-sass/releases/tag/v4.13.0</a></p> <h2>v4.12.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.12.0">https://github.com/sass/node-sass/releases/tag/v4.12.0</a></p> <h2>v4.11.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.11.0">https://github.com/sass/node-sass/releases/tag/v4.11.0</a></p> <h2>v4.10.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.10.0">https://github.com/sass/node-sass/releases/tag/v4.10.0</a></p> <h2>v4.9.4</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.4">https://github.com/sass/node-sass/releases/tag/v4.9.4</a></p> <h2>v4.9.3</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.3">https://github.com/sass/node-sass/releases/tag/v4.9.3</a></p> <h2>v4.9.2</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.2">https://github.com/sass/node-sass/releases/tag/v4.9.2</a></p> <h2>v4.9.1</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.1">https://github.com/sass/node-sass/releases/tag/v4.9.1</a></p> <h2>v4.9.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.0">https://github.com/sass/node-sass/releases/tag/v4.9.0</a></p> <h2>v4.8.3</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.8.3">https://github.com/sass/node-sass/releases/tag/v4.8.3</a></p> <h2>v4.8.2</h2> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/node-sass/commit/0d6c3cc36a5362e83529d901484b0bbf3e96de81"><code>0d6c3cc</code></a> 4.14.1</li> <li><a href="https://github.com/sass/node-sass/commit/1cc626373196500b288f487e1507926066f3e406"><code>1cc6263</code></a> Bump [email protected] (<a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2915">#2915</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/aa193f6334e45ae065cc64d67498acfad9fad4d9"><code>aa193f6</code></a> chore: Add GitHub Actions for Alpine CI</li> <li><a href="https://github.com/sass/node-sass/commit/eac343c6cc39abff153b2c8e9cc0d6b8351c8a8f"><code>eac343c</code></a> 4.14.0</li> <li><a href="https://github.com/sass/node-sass/commit/bbeb78cab873b12fc4b98358b62090e6fbc9b400"><code>bbeb78c</code></a> Update changelog</li> <li><a href="https://github.com/sass/node-sass/commit/1210aabc65ed445263dac5041ad735e3a35ae600"><code>1210aab</code></a> Fix <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2621">#2621</a>: Report libsass version 3.5.5 (<a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2769">#2769</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/5a4a48a4a45f41d66d55e2103496e886ec7ee5f1"><code>5a4a48a</code></a> feat: Add Node 14 support</li> <li><a href="https://github.com/sass/node-sass/commit/b54053a1b50fd97e951eb0311a7fb818683a8e99"><code>b54053a</code></a> Update changelog</li> <li><a href="https://github.com/sass/node-sass/commit/01db05182b69dccbd43be777e6808045e71af0b5"><code>01db051</code></a> 4.13.1</li> <li><a href="https://github.com/sass/node-sass/commit/338fd7a14d3b8bd374a382336df16f9c6792b884"><code>338fd7a</code></a> Merge pull request from GHSA-f6rp-gv58-9cw3</li> <li>Additional commits viewable in <a href="https://github.com/sass/node-sass/compare/v4.7.2...v4.14.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 21 days
push eventwepyjs/wepy-docs
commit sha e791ff0abd0875bc0471e4d322e0e4cc14faf0c8
GitDB update a key
push time in 24 days
push eventwepyjs/wepy-docs
commit sha 8415a47580ff42c3a78b53e58cc1162ec436d40e
GitDB update a key
push time in a month
push eventTencent/wepy
commit sha 03891e4a30a5d0012e3781244c76e96a3dd77b44
【hotfix】live-player & live-pusher 是双标签不是单标签 单标签无法包裹cover-view
commit sha 0c3e746c384da2f3cf9ec57f18aa6f310452c6a0
Merge pull request #2686 from aaaaa1414514/fix-tags 【hotfix】live-player & live-pusher 是双标签不是单标签
push time in a month
PR merged Tencent/wepy
live-player & live-pusher 是双标签不是单标签 单标签无法包裹cover-view 有场景需要在组件内添加内容
pr closed time in a month
pull request commentTencent/wepy
【hotfix】live-player & live-pusher 是双标签不是单标签
https://github.com/Tencent/wepy/issues/2683
comment created time in a month
push eventwepyjs/wepy-docs
commit sha a696885a37d35af8921324261e0d87e681743965
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha dcaa91c0fd8aacb5243aea8c9709abfb601e773a
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha d0bf7f3b650d0ab0fdbe539bd1ce155b2077f17f
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha ff34eaf81963fe12df57643c5f47fb4199714bbb
GitDB update a key
push time in a month
startedexcalidraw/excalidraw
started time in a month
pull request commentTencent/wepy
【hotfix】live-player & live-pusher 是双标签不是单标签
https://developers.weixin.qq.com/miniprogram/dev/component/live-player.html
comment created time in a month
push eventwepyjs/wepy-docs
commit sha e57ae86349183ad2053088a86cff018a129cc783
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha 6b836bb1e923ddd701da75b6a0f226f95b23c33f
GitDB update a key
push time in a month
pull request commentTencent/wepy
因小程序canvas无法接受bind:绑定事件 修改v-on的parseHandler
覆盖率下降了,请补充一下测试覆盖率
comment created time in a month
push eventwepyjs/wepy-docs
commit sha 7ef420c82fd1dc08fd77cc11c677e1730802b0a0
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha fc4b74cadce4765f7868abc640ed3444db4fb532
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha e97f309381de6c1e36064e2c5fd3b268df3718a1
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha 56953d046c5e153d6101aa8b5e5a2eb7eb2a1d86
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha 88f4e8b173a472f810bbf3569eb067631018a2ed
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha 2e14cae2924d8cc0c63119570141a613bb66d524
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha f19644bfcfbfed6f658eda8dd1133049ca4cbd55
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha 05568d49ce30bbc03740b6e8c3ea0de3cb0e07f5
GitDB update a key
push time in a month
push eventwepyjs/wepy-docs
commit sha 767c07e905f2d9ea71d689d85cfd361cd4f624bc
GitDB update a key
push time in a month
issue closedTencent/wepy
如下代码所示,tapItem 传入的参数 index 会是 undefined,但是 <view>{{ index }}</view> 却能获取到值。
<view v-for="item in array">
<view>{{ index }}</view>
<view @tap="tapItem(index)"></view>
</view>
如果这个在上面代码的基础下在 v-for 中显示声明循环的索引 index,如下图代码。那么 tapItem 就能正常获取到参数 index 的值。
<view v-for="(item, index) in array">
<view>{{ index }}</view>
<view @tap="tapItem(index)"></view>
</view>
所以这应该是框架的一个 bug。
closed time in 2 months
Bulandentpush eventwepyjs/wepy-docs
commit sha 061fc04a09fc1c5824022c9faf280917a9633f2a
Update README.md
commit sha 9052b8a42bfe92ee5680ffcef23645891e83e55e
Merge pull request #19 from dreamqyq/master docs: fixed Data PR documentation description
push time in 2 months
PR merged wepyjs/wepy-docs
fix: Data PR documentation description
pr closed time in 2 months
push eventwepyjs/wepy-template-cases
commit sha e3cd37267b3d2252c0d643c7278877ecfefd755b
Bump lodash from 4.17.15 to 4.17.19 in /use-vant Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
commit sha a4f06351f4eb7fd1c2f071d08f82a04c0510ed40
Merge pull request #1 from wepyjs/dependabot/npm_and_yarn/use-vant/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19 in /use-vant
push time in 2 months
PR merged wepyjs/wepy-template-cases
Bumps lodash from 4.17.15 to 4.17.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.17.16</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li><a href="https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb"><code>1144918</code></a> Rebuild lodash and docs</li> <li><a href="https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e"><code>3a3b0fd</code></a> Bump to v4.17.16</li> <li><a href="https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4759">#4759</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4518">#4518</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4320">#4320</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4515">#4515</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4510">#4510</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4514">#4514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.19">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mathias">mathias</a>, a new releaser for lodash since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventwepyjs/wepy-docs
commit sha d25cd91ec20dbdb35df5c855876c331f99e26963
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha 7dcc6f612d42f17ccf8b72c0df13f8e881e33252
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha 17c095b0069fe7561dac775626b18cf3c34f1bcc
GitDB update a key
push time in 2 months
startedbrettz9/integrity-matters
started time in 2 months
push eventwepyjs/wepy-docs
commit sha b6e55c15d536cdc64d8adb491f48a38ea6b23025
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha 71f8a434a30880e743c46b5ed76836980ae5fa45
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha 0ddef5becdeb177efdf0b2eb3a0570f9740d20a7
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha b9cf950b7975fecee95268d7c8bd8fc7014e48e5
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha c5c546ff06eb4ccc43db9aff0536e3f5f786316e
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha fffd79bb4eb5a6bd599954207217453385e3a292
GitDB update a key
push time in 2 months
push eventwepyjs/wepy-docs
commit sha 28b2f8089e4476f992d35d6576ae0554286643a3
GitDB update a key
push time in 2 months
Pull request review commentwepyjs/wepy-templates
Add: fruitshop using wepy 2.0 to templates
+<style lang="less">
删除用不到的代码
comment created time in 2 months
push eventwepyjs/wepy-docs
commit sha 0c184062fef24be4412ed2842caf18573b931e0f
GitDB update a key
push time in 2 months
Pull request review commentwepyjs/wepy-templates
Add :fruitshop.wepy to templates
+<style lang="less">++/* pages/Fruit.wxss */++ ++/* 列表 */++.list {++ position: relative;++ width: 100%;++ height: 185rpx;++ border-bottom: 1rpx solid #e9e9e9;++ }++++/*列表图片*/++.list_img {++ position: absolute;++ top: 20rpx;++ left: 100rpx;++ width: 144rpx;++ height: 144rpx;++ } ++++/* 列表名称 */++.list_name {++ position: absolute;++ left: 280rpx;++ top: 30rpx;++ width: 300rpx; /* background-color: red; */++ font-size: 30rpx;++ overflow: hidden;++ text-overflow: ellipsis;++ white-space: nowrap;++ } ++ /* 列表剩余数量 */++ .list_number{++ position: absolute;++ left: 280rpx;++ top: 80rpx;++ font-size: 30rpx;++ overflow: hidden;++ text-overflow: ellipsis;++ white-space: nowrap;++ color: blue;++ }++ /* 列表价格 */++ .list_price {++ position: absolute;++ font-size: 32rpx;++ color: #d66058;++ left: 280rpx;++ bottom: 20rpx;++ }++/*数量加减*/++.carts-num {++ position: absolute;++ right: 30rpx;++ bottom: 23rpx; /* background-color: red; */++ display: flex;++ align-items: center;++ text-align: center;++ height: 50rpx;++ }++++ ++ .submit {++ position: absolute;++ width: 232rpx;++ height: 104rpx;++ line-height: 104rpx;++ right: 0rpx;++ bottom: 0rpx;++ font-size: 44rpx;++ text-align: center;++ color: #fff;++ background-color: #495a8f;++ }++++++ /* 合计金额 */++.count_price {++ position: absolute;++ left: 280rpx;++ bottom: 20rpx;++ font-size: 40rpx;++ left: 200rpx;++ color:black;++ }++ .carts-num .buy_num {++ margin: 10rpx;++ border: 1rpx solid #ebebeb;++ color: #000;++ text-align: center;++ height: 50rpx;++ line-height: 50rpx;++ width: 80rpx;++ }++++</style>++++<template type="wxml" >++<view> ++ <view class="list" wx:for="{{ FruitList }}" wx:key="index">++ <!-- 水果名称 -->++ <text class="list_name">{{ item.name }}</text>++ <!-- 水果图片 -->++ <image class="list_img" src="{{ item.image }}"></image>++ <!-- 剩余数量 -->++ <text class="list_number">{{ item.number }}</text>++ <!-- 水果价格 -->++ <text class="list_price">¥{{ item.price }}</text>++ <!-- 购买数量 --> <view>++ <view class="carts-num">++ <!--减按钮 -->++ <button class="buy_num" disabled="{{item.buy_num == 0}}" @tap="decrease('{{index}}')">-</button>++ <label class="buy_num">{{ item.buy_num }}</label>++ <!-- 加按钮-->++ <button class="buy_num" disabled="{{item.number == 0}}" @tap="increase('{{index}}')">+</button>++ </view>++ </view>+ </view>++ <view>+ <!-- 合计金额 -->+ <lable class="count_price">合计:<text>¥{{ sum }}</text></lable>++ <!-- 结算 -->+ <label class="submit" @tap="goNext">结算</label>++ </view>++</view>++</template>+++++<!-- pages/Fruit.wpy -->+<script>++import wepy from '@wepy/core';++ wepy.page ({++ config = {};++ components = {};++ data = {+ FruitList: [+ { name: "香蕉", number: 10, price: 1, buy_num: 0, image: '../image/banana.jpg' },+ { name: "苹果", number: 10, price: 3, buy_num: 0, image: '../image/apple.jpg' },+ { name: "橘子", number: 10, price: 2, buy_num: 0, image: '../image/orange.jpg' },+ { name: "芒果", number: 10, price: 4, buy_num: 0, image: '../image/mango.jpg' },+ { name: "火龙果", number: 10, price: 5, buy_num: 0, image: '../image/dragonfruit.jpg'},+ { name: "梨子", number: 10, price: 2.5, buy_num: 0, image: '../image/pear.jpg' }+ ],+ sum: 0+ };+ computed = {};+ methods = {+ // 减少数量+ decrease(Index) {+ //console.log(Index);+ this.FruitList[Index].buy_num--;+ this.FruitList[Index].number++;+ this.sum = this.sum - this.FruitList[Index].price;+ },++ // 增加数量+ increase(Index) {+ //console.log(Index);+ this.FruitList[Index].buy_num++;+ this.FruitList[Index].number--;+ this.sum = this.sum + this.FruitList[Index].price;++ },++ goNext() {+ wepy.navigateTo({
这个 api 是正常的吗?
comment created time in 2 months
Pull request review commentwepyjs/wepy-templates
Add :fruitshop.wepy to templates
+node_modules+dist+weapp
weapp 明明 ignore 了,但是代码还是提交了
comment created time in 2 months
Pull request review commentwepyjs/wepy-templates
Add :fruitshop.wepy to templates
+{"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\wepy.js":1508932485000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy-async-function\\index.js":1487759227000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy-com-toast\\toast.wpy":1488432898000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\app.js":1508932484000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\page.js":1508932485000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\component.js":1508932485000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\event.js":1508932485000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\base.js":1508932484000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\util.js":1508932485000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\mixin.js":1508932485000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy-async-function\\global.js":1487760749000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\promise-polyfill\\promise.js":1511627065000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\regenerator-runtime\\runtime.js":1493390741000,"E:\\code\\mine\\js\\wepy_group\\wepy_templates\\templates\\standard\\node_modules\\wepy\\lib\\native.js":1508932485000}
这个文件需要 ignore
comment created time in 2 months
push eventwepyjs/wepy-docs
commit sha a3d315469006da7cdc4c6338d84f63b7af42ab26
GitDB update a key
push time in 2 months
issue openedTencent/wepy
当未安装相应插件时,提示 missing plugins. 但是开发者依然不知道如何操作
[18:16:07] info build app start...
[18:16:08] ERR! Missing plugins wepy-compiler-scss
[18:16:08] ERR! compile Compile failed. Add "--log trace" to see more details
created time in 2 months
