小程序海报生成
生成海报参数 https://lingxiaoyi.github.io/painter-custom-poster/ 下载地址 http://oss.wangmingchang.com/box/Painter-master.zip
生成海报参数 https://lingxiaoyi.github.io/painter-custom-poster/ 下载地址 http://oss.wangmingchang.com/box/Painter-master.zip
<code class=""> /** * 生命周期函数--监听页面卸载 */ onUnload: ...
<code class="">"tabBar" : { &q...
<view class='bx'> <text class='title'>视频</text> <view class="page-body-info"> <block w...
1安装composer composer "workerman/workerman": "^3.5", 2.创建文件 根目录创建文件server.php 控制器 3. nginx ws转wss 3.1申请ssl 3.2修改配置文件 ok 现...
代码如下 <checkbox-group bindchange="checkboxChange"> <block wx:for="{{data.user}}"> <checkbox name="xgry" va...
我这里使用的是easywechat public function day(){ $this->open_ini(); $begin_date = date("Ymd",strtotime("-2 day"));//前天 $end_d...
扫码小程序后跳转页面 <view class="ss" bindtap='saoma'> <image src='../../img/my_con1.png'></image> 扫一扫 </view...
<wxs module="m1"> var foo = "'hello world' from tools.wxs"; var bar = function (d) { return d; } module.exports = ...
console.log(['x', 'a'].indexOf('a')); // 1 console.log('dbac'.indexOf('aa')); // -1