uni-app scroll-view横向
<scroll-view scroll-x="true"> <view class="show-miaosha-item" v-for="(item,index) in miaosha" :key="index"> …
<scroll-view scroll-x="true"> <view class="show-miaosha-item" v-for="(item,index) in miaosha" :key="index"> …
1.微信唤起订阅消息 wx.requestSubscribeMessage({ tmplIds: ['****'], success (res) { &…
1.前端 wx.login({ complete: (res) => { if (res.code) { //发起网络请求 wx.request({ url: app.globalData.host_…
<VirtualHost *:80> ServerAdmin admin@example.com DocumentRoot "/var/www/html/blog/wordpress" ServerName xn--yety82cpmz.xn--6qq986b3xl ErrorLog "/…
/** * 传入json数据进行HTTP Get请求 * * @param string $url $data_…
"tabBar": { "color": "#a9b7b7", "selectedColor": "#11cd6e", "borderStyle…
// 线性渐变,前四个参数分别是 x0, y0, x2, y2, 范围从 0 - 1,相当于在图形包围盒中的百分比,如果 globalCoord 为 `true`,则该四个值是绝对的像…