<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>指尖互联 - 技术分享</title>
    <link>https://www.sssi.cn/forum-53-1.html</link>
    <description>Latest 20 threads of 技术分享</description>
    <copyright>Copyright(C) 指尖互联</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 18 Apr 2026 06:00:06 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.sssi.cn/static/image/common/logo_88_31.gif</url>
      <title>指尖互联</title>
      <link>https://www.sssi.cn/</link>
    </image>
    <item>
      <title>微信小程序用户隐私保护指引的填写指南参考</title>
      <link>https://www.sssi.cn/thread-1629-1-1.html</link>
      <description><![CDATA[为了分辨用户，开发者将在获取你的明示同意后，收集你的微信昵称、头像。

为了显示距离，开发者将在获取你的明示同意后，收集你的位置信息。

为了用户互动，开发者将在获取你的明示同意后，收集你的微信运动步数。

为了通过语音与其他用户交流互动，开发者将在获取你 ...]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Tue, 15 Oct 2024 11:35:31 +0000</pubDate>
    </item>
    <item>
      <title>使用JavaScript动态自动合并table指定表格列、行相同的单元表格</title>
      <link>https://www.sssi.cn/thread-1627-1-1.html</link>
      <description><![CDATA[1.合并指定的列



2.合并指定的行]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Sat, 15 Jul 2023 01:12:20 +0000</pubDate>
    </item>
    <item>
      <title>windows原生语音播报方法</title>
      <link>https://www.sssi.cn/thread-1626-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Fri, 28 Oct 2022 08:12:49 +0000</pubDate>
    </item>
    <item>
      <title>vant sku 商品规格未选中时提示未选中的必选属性</title>
      <link>https://www.sssi.cn/thread-1625-1-1.html</link>
      <description><![CDATA[//自定义提示vant sku组件未选择中属性中的必选属性提示]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Wed, 26 Oct 2022 03:34:32 +0000</pubDate>
    </item>
    <item>
      <title>php生成字符串和数组形式的商品sku</title>
      <link>https://www.sssi.cn/thread-1619-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Sun, 16 Jan 2022 18:14:58 +0000</pubDate>
    </item>
    <item>
      <title>css样式重置</title>
      <link>https://www.sssi.cn/thread-1618-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Sun, 16 Jan 2022 04:29:56 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序实现弹窗效果</title>
      <link>https://www.sssi.cn/thread-1617-1-1.html</link>
      <description><![CDATA[实现思路

模态对话框之所以被叫做“模态”，就是因为在它弹出的时候，用户如果不关闭这个对话框，是无法对其他窗口进行操作的。
那么这样一来，我们的思路就很明确了：

1. 构建一个蒙层（mask），使得背景变暗，并且阻止用户对对话框外界面的这里写代码片点击事件；
2 ...]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Sun, 16 Jan 2022 04:27:04 +0000</pubDate>
    </item>
    <item>
      <title>抽奖概率算法</title>
      <link>https://www.sssi.cn/thread-1616-1-1.html</link>
      <description><![CDATA[[mw_shl_code=php,true]]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Sun, 16 Jan 2022 04:18:19 +0000</pubDate>
    </item>
    <item>
      <title>关于layer mobile移动版 页面层z-index的修改</title>
      <link>https://www.sssi.cn/thread-1615-1-1.html</link>
      <description><![CDATA[由于无法修改.layui-m-layer的z-index: 19891014;]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Thu, 06 Jan 2022 02:52:19 +0000</pubDate>
    </item>
    <item>
      <title>html外卖下单模板下载</title>
      <link>https://www.sssi.cn/thread-1614-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Mon, 03 Jan 2022 07:14:43 +0000</pubDate>
    </item>
    <item>
      <title>js计算表格每列的合计值</title>
      <link>https://www.sssi.cn/thread-1606-1-1.html</link>
      <description><![CDATA[通过js计算表格每列的值，这样就不用后端进行复杂的计算了
[mw_shl_code=javascript,true]
//计算列合计
let maximumDays = \'28\';//列数
let lineTotal   = 0;
for (let i = 1; i]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Wed, 17 Feb 2021 09:26:08 +0000</pubDate>
    </item>
    <item>
      <title>layui数据表格编辑后更新合计的值</title>
      <link>https://www.sssi.cn/thread-1605-1-1.html</link>
      <description><![CDATA[layui数据表格开启编辑后，修改表格的值往往合计不能自动更新，这里通过循环数据表格进行更新合计的值]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Wed, 03 Feb 2021 12:41:01 +0000</pubDate>
    </item>
    <item>
      <title>CRMEB仿生鲜快速下单分类模块</title>
      <link>https://www.sssi.cn/thread-1604-1-1.html</link>
      <description><![CDATA[CRMEB仿生鲜快速下单分类模块



需要联系QQ：82518223]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Tue, 26 Jan 2021 02:54:30 +0000</pubDate>
    </item>
    <item>
      <title>指尖互联前端收银系统模板</title>
      <link>https://www.sssi.cn/thread-1603-1-1.html</link>
      <description><![CDATA[指尖互联前端收银系统模板，纯html模板,更多功能正在设计中

商品收银界面

部分功能界面陆续设计中
需要请联系QQ82518223]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Thu, 14 Jan 2021 14:03:12 +0000</pubDate>
    </item>
    <item>
      <title>layui-v2.5.7表头每页单独本地存储记忆功能</title>
      <link>https://www.sssi.cn/thread-1600-1-1.html</link>
      <description><![CDATA[修改layui tabile.js文件
1.找到512行p = a.elem.attr(\&quot;lay-filter\&quot;);在其下方添加如下代码:
[mw_shl_code=javascript,true]                        // 存储表头筛选状态
                        // var tableFlag = window.location.pathname.replace(new RegExp(\'/\' ...]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Mon, 12 Oct 2020 01:57:03 +0000</pubDate>
    </item>
    <item>
      <title>修改crmeb3.2商品规格默认使用商品封面图片</title>
      <link>https://www.sssi.cn/thread-1545-1-1.html</link>
      <description><![CDATA[一,文件路径/app/admin/view/store/store_product/create.php
二,编辑create.php文件约1088行或搜索获取商品信息方法getProductInfo
找到getProductInfo方法后
找到以下代码
更换为]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Sun, 03 May 2020 07:49:49 +0000</pubDate>
    </item>
    <item>
      <title>crmeb H5部分手机排版错乱混乱解决方案</title>
      <link>https://www.sssi.cn/thread-1540-1-1.html</link>
      <description><![CDATA[将以下代码写入h5的index.html文件即可原理禁用了微信字体调大后导致crmeb页面排版错乱]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Fri, 20 Mar 2020 07:24:02 +0000</pubDate>
    </item>
    <item>
      <title>crmerb小程序跳转链接与公众号跳转地址</title>
      <link>https://www.sssi.cn/thread-1537-1-1.html</link>
      <description><![CDATA[小程序跳转地址
产品详情 /pages/goods\\_details/index?id=11
新闻列表  /pages/news\\_list/index
新闻内容  /pages/news\\_details/index?id=1
产品分类  /pages/goods\\_list/goods\\_list?sid=18
购物车
总分类：/pages/goods\\_cate/goods\\_cate
优惠券：/pages/user\\_g ...]]></description>
      <category>技术分享</category>
      <author>webmaster</author>
      <pubDate>Sun, 16 Feb 2020 08:41:14 +0000</pubDate>
    </item>
    <item>
      <title>crmeb小程序商城如何关闭微信支付和余额支付</title>
      <link>https://www.sssi.cn/thread-1530-1-1.html</link>
      <description><![CDATA[1.由于后台未能找到直接关闭小程序微信支付的开关,所有本人自己动手,利用线下支付来关闭微信支付和余额额度支付2.文件路径pages/order_confirm/index.wxml
大约在206行找到以下代码

注释掉或者删除掉改为以下代码

that.data.cartArr.shift();执行一遍就是删除掉第一个 ...]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Wed, 29 Jan 2020 12:28:57 +0000</pubDate>
    </item>
    <item>
      <title>修复crmeb轮播图1张的情况下点击推荐产品轮播图不切换bug</title>
      <link>https://www.sssi.cn/thread-1529-1-1.html</link>
      <description><![CDATA[第一种方法:修改后端
1.文件路径:/app/api/controller/store/StoreProductController.php
2.修改detail(Request $request, $id, $type = 0)方法
3.添加一下代码目的使轮播图数量多几张（建议在110行后面添加）
第二种方法:修改前端(推荐)

分别在this.id = n.params.id ...]]></description>
      <category>技术分享</category>
      <author>test</author>
      <pubDate>Wed, 22 Jan 2020 03:32:19 +0000</pubDate>
    </item>
  </channel>
</rss>