不打开这个文章链接就好了
如何去除“该内容已被发布者删除”?删除文章后,重新打开文章链接后,会显示“该内容已被发布者删除”,怎么样才能把这个痕迹去除。
2021-01-22可以
扫普通二维码带参(动态参数)进入小程序?规则该怎么配置?[图片] 列如这种的:https://xxx120.com/jumpwx/?sn=DN00402Q65448700428 二维码规则可以配置成:https://xxx120.com/jumpwx/不?
2021-01-19试试动态设置autoplay属性,当开始触摸或者点击的 时候设置false,触摸结束再开始为true
关于当swiper组件循环轮播只有2张图时,自动轮播和手动轮播方向不一致的问题?swiper组件轮播方向问题 现象描述:当轮播设置了autoplay="true",并自动轮播时,自定义按钮“上一页”,“下一页”在点击时,不是按照一个方向轮播,此问题只出想在只有2张图的情况下,大于等于3张时正常。现象如下面动图。 [图片] 代码: wxml: <view class="intro">当只有2张图的轮播</view> <view class="dbox"> <swiper class="swiper_box" style="height:1000rpx;" indicator-dots="true" current="{{current}}" autoplay="true" circular="true"> <block wx:for="{{list}}" wx:key="index"> <swiper-item item-id="{{index}}"> <image class="swiper_item_img" id="{{index}}" src="{{item.urlPath}}" bindload="imgLoadCarousel" lazy-load="true" mode="widthFix"></image> </swiper-item> </block> </swiper> <!-- 按钮:下一页 --> <view class="btn_next" bindtap="nextImg" style="top:460rpx;"> <image class="icon_next" src="../images/hotZone_btn.png" mode="widthFix"> </image> </view> <!-- 按钮:上一页 --> <view class="btn_prew" bindtap="prevImg" style="top:460rpx;"> <image class="icon_prew" src="../images/hotZone_btn.png" mode="widthFix"> </image> </view> </view> js: const app = getApp() Page({ data: { //swiper循环数据 list: [{ name: "有翡", urlPath: " https://inews.gtimg.com/newsapp_bt/0/12888685886/1000.jpg" }, { name: "出轨你就死定了", urlPath: "https://tu.66vod.net/2020/5272.jpg" }], current: 0, //当前所在滑块的 index }, onLoad() { }, // 上一页 prevImg: function () { let that = this; let current = that.data.current; let len = that.data.list.length; current--; if (current == -1) current = len - 1; that.setData({ current: current }) }, // 下一页 nextImg: function () { let that = this; let current = that.data.current; let len = that.data.list.length; current++; if (current == len) current = 0; that.setData({ current: current }) }, }) wxss: .intro { margin: 30px; text-align: center; } .dbox { width: 100%; height: 100%; position: relative; } swiper { border-top: 0; } .swiper_box { background-color: #fff; height: 900rpx; background: #fff; } .swiper_item_img { width: 100%; height: 800rpx; } .btn_next { width: 80rpx; height: 80rpx; position: absolute; right: 0rpx; background-color: rgba(255, 255, 255, 0.5); } .btn_prew { width: 80rpx; height: 80rpx; position: absolute; left: 0rpx; background-color: rgba(255, 255, 255, 0.5); } .icon_next { margin: 24rpx; width: 32rpx; height: 32rpx; transform: rotate(180deg); } .icon_prew { margin: 24rpx; width: 32rpx; height: 32rpx; }
2021-01-15我也认为这是机器人识别出问题了
我找不出半点问题,叫我怎么修改?我认为这是机器人识别出问题了我找不出半点问题,叫我怎么修改?我认为这是机器人识别出问题了
2021-01-14自定义一个呗
小程序 video 无法获取拖动事件?目前官方只提供了 bindtimeupdate 事件,但是无法判断用户是否拖动进度条,所以应该怎么监听 进度条的拖动呢?
2021-01-14明天就有新的次数了,稳住
元旦假期期间审核团队会审核版本吗?加速审核永远了,项目着急,还有别的方式加速吗?
2020-12-31用域名配置普通二维码嘞,也很方便的
能否将临时带参二维码失效时间延长?我们生成的临时30天带参二维码,结果运营拿去做宣传资料,导致现在扫码失效,能否将已经生成的二维码失效时间延长?
2020-12-31css了解下 word-break: break-all; white-space: pre-line; 应该都可以解决你的问题
这个换行问题怎么解决?呜呜呜呜呜呜呜????????????????????????????????????????????????????????????????????????????????????????????
2020-12-30这类基本组件自定义也不麻烦的,其他项目也能通用
wx.showToast自定义图片支持gif吗?wx.showToast自定义图片支持使用gif图片吗?有需求需要自定加载的动画
2020-12-30把手拿开试试呢
请问以下图片为什么没有违规?调用接口正常通过[图片][图片]
2020-12-25