个人案例
- M小黎
展示社区月度贡献名单和贡献值排行
社区贡献者排行榜扫码体验
- 小黎one商店
初试微信小商店
小黎ONE商店扫码体验
个人不支持
wx.openChannelsLive如果是个人开发,要怎么使用,必须绑定企业主体吗?个人开发,视频号以及小程序没绑定主体需要怎么使用这个api,还是说用不了
10-29[图片]
webview内嵌tab页的问题?<van-tabs color="blue" active="{{ active }}" bind:change="onChange"> <van-tab title="原文"> <scroll-view class="content" scroll-y="true" bindscrolltolower="onScrollToLower" scroll-into-view="{{bottomViewId}}" scroll-with-animation="{{true}}" enable-back-to-top="true" type='list' style="height: calc(100vh - 151px);"> <view class="itemContent" wx:for="{{ realList.textArray }}" wx:key="beginTime" id="time-{{item.beginTime}}"> <view class="itemContentText" style="background-color: {{('time-' + item.beginTime) === bottomViewId ? 'rgba(50,119,254, .8)' : '#fff'}};color: {{('time-' + item.beginTime) === bottomViewId ? 'white' : 'rgb(139, 139, 139)'}};" data-item="{{item}}" bindtap="speedCard"> <view class="contentAvatar"> <view class="left"> <view> <van-image round width="20" height="20" style="margin-right: 15rpx" src="{{imageMap[item.personId]}}" /> </view> <view class="leftText">发言人{{item.personId + 1}}</view> </view> <view class="right">{{ item.time }}</view> </view> <view wx:if="{{ item.language == 1 && item.display == 1}}"> <view class="textArray" style="color: {{('time-' + item.beginTime) === bottomViewId ? 'white' : 'black'}};"> <text selectable="true">{{ item.text }}</text> </view> </view> <view wx:if="{{ item.language == 1 && item.display == 2}}"> <view class="textArray" style="color: {{('time-' + item.beginTime) === bottomViewId ? 'white' : 'black'}};"> <text selectable="true">{{ item.text }}</text> </view> </view> <view wx:if="{{ item.language == 2 && item.display == 1}}"> <view class="textArray" style="color: {{('time-' + item.beginTime) === bottomViewId ? 'white' : 'black'}};"> <text selectable="true">{{ item.text }}</text> </view> <view class="textArray" style="color: {{('time-' + item.beginTime) === bottomViewId ? 'white' : 'black'}};"> <text selectable="true">{{ item.text_en }}</text> </view> </view> <view wx:if="{{ item.language == 2 && item.display == 2}}"> <view class="textArray" style="color: {{('time-' + item.beginTime) === bottomViewId ? 'white' : 'black'}};"> <text selectable="true">{{ item.text_en }}</text> </view> </view> <!-- <view wx:for="{{ item.textArray }}" wx:key="index" class="textArray"> <text wx:if="{{ !!item }}">{{ item }}</text> <text wx:if="{{ !!hightTextStr }}" style="background-color: rgb(239, 239, 176)">{{ hightTextStr }} </text> </view> --> </view> </view> <view wx:if="{{realList.textArray.length === 0}}" class="vantEmpty"> <van-empty description="暂无音频内容" /> </view> </scroll-view> </van-tab> <van-tab title="思维导图"> <view class="webview-container"> <view wx:if="{{showWebView && pageUrl}}" class="no-content"> <web-view src="{{pageUrl}}" binderror="onWebViewError" style="width: 100px;height: 100px;"></web-view> </view> <view wx:elif="{{!pageUrl}}" class="no-content"> <text>暂无思维导图内容</text> </view> <view wx:else class="loading-placeholder"> <van-loading type="spinner" size="24px">加载中...</van-loading> </view> </view> </van-tab> <van-tab title="" disabled></van-tab> <van-tab title="" disabled></van-tab> </van-tabs> onChange(event) { if (event.detail.index === 1) { console.log('event--', event.detail.index); // 当切换到思维导图标签时 if (this.data.pageUrl) { // 延迟显示 web-view setTimeout(() => { this.setData({ showWebView: true }); console.log('Showing web-view with URL:', this.data.pageUrl); }, 100); // 延迟 100 毫秒,可以根据实际情况调整 } else { console.log('pageUrl is empty, not showing web-view'); // 可以在这里添加逻辑来重新获取 pageUrl } } this.setData({ active: event.detail.index }); },
10-29这里,可以用[图片]
小程序隐私保护指引还需要配置吗?文档上的截图,现在找不到了,是在哪里呢?wx.getPrivacySetting还能用吗?调用一直返回的false,开发者工具清理全部缓存false[图片]
10-29没有可选择类目就说明不符合条件
微信长期订阅怎么没有模板?[图片] 没有模板 怎么可以长期订阅阿
10-29确认下是不是该小程序下添加的开发人员,删了后重新添加试试
管理员把开发者添加到公众平台,开发者如何登录微信公众平台?管理员已经把开发者添加到成员管理中,且勾选了开发者、运营者,但是开发者扫公众平台码时没有显示小程序,请问开发者要如何登录微信公众平台?
10-29暂时不支持新增开通直播权限了(已经有直播权限的账号不影响)
微信小程序直播功能怎么开通?微信小程序直播功能怎么开通
10-28暂时不支持新增开通直播权限了(已经有直播权限的账号不影响)
小程序官方后台不显示直播组件[图片][图片] 有个别客户不显示直播 类目是美妆 近90天都有支付记录 也没有违规记录
10-28默认的无法去除
微信内置浏览的导航栏去不掉么?[图片]
10-28[图片] [图片]
为什么sticky-header不生效呢?请问一下大佬们,我就写了下面这一个很简单的demo,但是为啥吸顶不生效呢? <scroll-view class="scroll-area" scroll-y type="custom"> <sticky-section push-pinned-header="{{false}}"> <sticky-header> <view class="day-container">{{wedDay}},剩余:{{remain}}天</view> </sticky-header> <text> a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a</text> </sticky-section> </scroll-view>
10-28你是想做什么,marker放到自定义图片图层下那不就看不到了,那还有啥意义
GroundOverlay层级怎么修改微信小程序的地图渲染机制决定了 [代码]Marker[代码] 总是会显示在 [代码]GroundOverlay[代码] 之上。即使 [代码]GroundOverlay[代码] 的 [代码]zindex[代码] 设置得较高,地图组件内部的渲染顺序也会优先把 [代码]Marker[代码] 放在 [代码]GroundOverlay[代码] 之上。
10-26